# @(#)$Id: Makefile.am,v 1.1 2005/12/03 10:59:09 simon Exp $ bin_PROGRAMS = ipa_sdb_dump lib_LTLIBRARIES = ipa_db_sdb.la ipa_st_sdb.la nodist_include_HEADERS = ipa_sdb.h ipa_sdb_dump_SOURCES = ipa_sdb_dump.c ipa_db_sdb_la_SOURCES = sdb_db_mod.c ipa_db_sdb_la_LDFLAGS = ${LDFLAGS} -module -avoid-version -export-symbols ipa_db_sdb.sym ipa_db_sdb_la_CPPFLAGS = ${CPPFLAGS} -Iinclude -I${includedir} ipa_st_sdb_la_SOURCES = sdb_st_mod.c ipa_st_sdb_la_LDFLAGS = ${LDFLAGS} -module -avoid-version -export-symbols ipa_st_sdb.sym ipa_st_sdb_la_CPPFLAGS = ${CPPFLAGS} -Iinclude -I${includedir} BUILT_SOURCES = version.h version.h: Makefile echo "/* DO NOT EDIT -- this file is automatically generated */" > $@ echo "#define IPA_SDB_VERSION \"`cat ${top_srcdir}/Version`\"" >> $@ DISTCLEANFILES = config.h ipa_sdb.h version.h EXTRA_DIST = ipa_db_sdb.sym ipa_st_sdb.sym include/sys/queue.h