freebsd-dev/crypto/heimdal/lib/com_err/Makefile.am

25 lines
495 B
Makefile
Raw Normal View History

2001-06-21 02:12:07 +00:00
# $Id: Makefile.am,v 1.25 2001/05/17 00:01:26 assar Exp $
2001-02-13 16:46:19 +00:00
include $(top_srcdir)/Makefile.am.common
YFLAGS = -d
lib_LTLIBRARIES = libcom_err.la
2001-06-21 02:12:07 +00:00
libcom_err_la_LDFLAGS = -version-info 2:0:1
2001-02-13 16:46:19 +00:00
bin_PROGRAMS = compile_et
include_HEADERS = com_err.h com_right.h
compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l
libcom_err_la_SOURCES = error.c com_err.c roken_rename.h
CLEANFILES = lex.c parse.c parse.h
$(compile_et_OBJECTS): parse.h
compile_et_LDADD = \
$(LIB_roken) \
$(LEXLIB)