1
Fork 0
turbonss/examples/Makefile.am

16 lines
523 B
Makefile
Raw Normal View History

noinst_PROGRAMS = vector_adapter_ex1 file_adapter_ex2 struct_vector_adapter_ex3 small_set_ex4
2005-07-26 00:26:17 +03:00
2014-03-24 03:51:31 +02:00
AM_CPPFLAGS = -I../src/
2005-07-26 00:26:17 +03:00
vector_adapter_ex1_LDADD = ../src/libcmph.la
vector_adapter_ex1_SOURCES = vector_adapter_ex1.c
file_adapter_ex2_LDADD = ../src/libcmph.la
file_adapter_ex2_SOURCES = file_adapter_ex2.c
2008-03-30 02:23:41 +02:00
struct_vector_adapter_ex3_LDADD = ../src/libcmph.la
struct_vector_adapter_ex3_SOURCES = struct_vector_adapter_ex3.c
small_set_ex4_LDADD = ../src/libcmph.la
small_set_ex4_SOURCES = small_set_ex4.c