AUTOMAKE_OPTIONS = subdir-objects OBJDIR=obj/ bin_PROGRAMS = bin/dac_tx bin_dac_tx_SOURCES = ../src/dac_tx.c bin_dac_tx_CPPFLAGS = -I../interfaces -I../../../sw_api/include bin_dac_tx_LDADD = -lskeleton -lsw_api -lhw_api -lm -ltypetools bin_dac_tx_LDFLAGS = -L../../typetools/lnx_make/lib/ -L../../../hw_api/lnx/lib -L../../../sw_api/lnx_make/lib EXTRA_DIST = ../interfaces/*.h ../doc/