opnsense-src/crypto/heimdal/lib/com_err/Makefile.am

49 lines
1 KiB
Makefile
Raw Normal View History

2011-10-05 03:23:29 -04:00
# $Id$
2001-02-13 11:46:19 -05:00
include $(top_srcdir)/Makefile.am.common
YFLAGS = -d
lib_LTLIBRARIES = libcom_err.la
2008-05-07 09:39:42 -04:00
libcom_err_la_LDFLAGS = -version-info 2:3:1
if versionscript
libcom_err_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
endif
2001-02-13 11:46:19 -05:00
2011-10-05 03:23:29 -04:00
libcom_err_la_LIBADD = $(LIB_libintl)
2001-02-13 11:46:19 -05:00
bin_PROGRAMS = compile_et
include_HEADERS = com_err.h com_right.h
2008-05-07 09:39:42 -04:00
compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l lex.h
2001-02-13 11:46:19 -05:00
2011-10-05 03:23:29 -04:00
libcom_err_la_CPPFLAGS = $(ROKEN_RENAME) $(INCLUDE_libintl)
2008-05-07 09:39:42 -04:00
dist_libcom_err_la_SOURCES = error.c com_err.c roken_rename.h
2001-02-13 11:46:19 -05:00
2008-05-07 09:39:42 -04:00
if do_roken_rename
nodist_libcom_err_la_SOURCES = snprintf.c strlcpy.c
endif
2001-02-13 11:46:19 -05:00
2011-10-05 03:23:29 -04:00
libcom_err_la_DEPENDENCIES = version-script.map
$(compile_et_OBJECTS): parse.h parse.c ## XXX broken automake 1.4s
2001-02-13 11:46:19 -05:00
compile_et_LDADD = \
2008-05-07 09:39:42 -04:00
libcom_err.la \
2001-02-13 11:46:19 -05:00
$(LIB_roken) \
$(LEXLIB)
2008-05-07 09:39:42 -04:00
snprintf.c:
$(LN_S) $(srcdir)/../roken/snprintf.c .
strlcpy.c:
$(LN_S) $(srcdir)/../roken/strlcpy.c .
2011-10-05 03:23:29 -04:00
EXTRA_DIST = \
NTMakefile \
compile_et-version.rc \
libcom_err-version.rc \
libcom_err-exports.def \
version-script.map