AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = bin/exampleB_MODULENAME bin_exampleB_MODULENAME_SOURCES = ../../../sw_api/src/skeletonExtended.c ../src/my_prog.c bin_exampleB_MODULENAME_CPPFLAGS = -I../src/ -I../interfaces/ -I../../typetools/include/ -I../../../sw_api/include bin_exampleB_MODULENAME_LDFLAGS = -L../../typetools/lnx_make/lib/ -L../../../hw_api/lnx/lib -L../../../sw_api/lnx_make/lib bin_exampleB_MODULENAME_LDADD = -lskeleton -lsw_api -ltypetools -lhw_api EXTRA_DIST = ../interfaces/*.h ../doc/ ../src/*.h