AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = bin/gen_SOURCEr1 bin_gen_SOURCEr1_SOURCES = ../src/module_imp.c ../src/my_prog.c bin_gen_SOURCEr1_CPPFLAGS = -I../interfaces/ -I../../typetools/include/ -I../../../sw_api/include bin_gen_SOURCEr1_LDFLAGS = -L../../typetools/lnx_make/lib/ -L../../../hw_api/lnx/lib -L../../../sw_api/lnx_make/lib bin_gen_SOURCEr1_LDADD = -lskeleton -lsw_api -ltypetools -lfiletools -lhw_api EXTRA_DIST = ../interfaces/*.h ../doc/ ../src/*.h