]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/heimdal/lib/com_err/Makefile.am
import of heimdal 0.3f
[FreeBSD/FreeBSD.git] / crypto / heimdal / lib / com_err / Makefile.am
1 # $Id: Makefile.am,v 1.25 2001/05/17 00:01:26 assar Exp $
2
3 include $(top_srcdir)/Makefile.am.common
4
5 YFLAGS = -d
6
7 lib_LTLIBRARIES = libcom_err.la
8 libcom_err_la_LDFLAGS = -version-info 2:0:1
9
10 bin_PROGRAMS = compile_et
11
12 include_HEADERS = com_err.h com_right.h
13
14 compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l
15
16 libcom_err_la_SOURCES = error.c com_err.c roken_rename.h
17
18 CLEANFILES = lex.c parse.c parse.h
19
20 $(compile_et_OBJECTS): parse.h
21
22 compile_et_LDADD = \
23         $(LIB_roken) \
24         $(LEXLIB)