AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = bin/gen_SINKr1 bin_gen_SINKr1_SOURCES = ../../../sw_api/src/skeletonExtended.c ../src/my_prog.c bin_gen_SINKr1_CPPFLAGS = -I../src/ -I../interfaces/ -I../../wimax_tools/include/ -I../../typetools/include/ -I../../../sw_api/include bin_gen_SINKr1_LDFLAGS = -L../../typetools/lnx_make/lib/ -L../../../hw_api/lnx/lib -L../../../sw_api/lnx_make/lib bin_gen_SINKr1_LDADD = -lskeleton -lsw_api -ltypetools -lfiletools -lhw_api -lm EXTRA_DIST = ../interfaces/*.h ../doc/ ../src/*.h