INCLUDES = -I$(srcdir)/.. $(all_includes)

noinst_PROGRAMS = ctest apitest notesoff

ctest_SOURCES = ctest.c
ctest_LDADD = ../libtdemid.la

apitest_SOURCES = apitest.cc
apitest_LDADD = ../libtdemid.la

notesoff_SOURCES = notesoff.cc
notesoff_LDADD = ../libtdemid.la