## ## libassa/utils/Makefile.am ## ## $Id: Makefile.am,v 1.8 2006/07/23 02:26:45 vlg Exp $ # MAINTAINERCLEANFILES = Makefile.in bin_PROGRAMS = assa-genesis assa-hexdump # Debian build procs insists on read-only source # #noinst_PROGRAMS = bytereader MixerTest Mixer # noinst_PROGRAMS = bytereader ASSADIR = ${top_srcdir}/assa INCLUDES = -I$(top_srcdir) LDFLAGS = -static LDADD = $(top_builddir)/assa/libassa-@ASSA_RELEASE@.la @WIN32_EXTRA_LIBADD@ bytereader_SOURCES = bytereader.cpp assa_genesis_SOURCES = assa-genesis.cpp assa_hexdump_SOURCES = assa-hexdump.cpp clean-local: -rm -f log *.log *~ *.dat # Disable autoheader. AUTOHEADER=echo