HAMMER 60I/Many: Mirroring
[dragonfly.git] / contrib / com_err / Makefile.am
blob2c7525b96d23f77f5155d38bc6ae2e7747635d3d
1 # $Id: Makefile.am,v 1.23 1999/04/09 18:26:55 assar Exp $
3 include $(top_srcdir)/Makefile.am.common
5 YFLAGS = -d
7 lib_LTLIBRARIES = libcom_err.la
8 libcom_err_la_LDFLAGS = -version-info 1:0:0
10 bin_PROGRAMS = compile_et
12 include_HEADERS = com_err.h com_right.h
14 compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l
16 libcom_err_la_SOURCES = error.c com_err.c roken_rename.h
18 CLEANFILES = lex.c parse.c parse.h
20 $(compile_et_OBJECTS): parse.h
22 compile_et_LDADD = \
23         $(LIB_roken) \
24         $(LEXLIB)