AUTOMAKE_OPTIONS = subdir-objects # name of the program bin_PROGRAMS = bin/gen_example # sources. # ADD here extra source files bin_gen_example_SOURCES = ../src/module_imp.c #pre-processor flags, e.g. includes bin_gen_example_CPPFLAGS = -I../interfaces -I../../typetools/include/ -I../../../sw_api/include #linker flags: library paths (do not modify) bin_gen_example_LDFLAGS = -L../../typetools/lnx_make/lib/ -L../../../hw_api/lnx/lib -L../../../sw_api/lnx_make/lib #libraries to include (do not modify) bin_gen_example_LDADD = -lskeleton -lsw_api -lhw_api -ltypetools # include these extra files in the distribution # IMPORTANT: Add ../src/*.h files if you include headers in the src/ directory EXTRA_DIST = ../interfaces/*.h ../doc/