blob: d70e615478a364e5e57b04dfd0b3fa16058bfff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
INCLUDES = -I$(srcdir)/.. $(all_includes)
noinst_PROGRAMS = ctest apitest notesoff
ctest_SOURCES = ctest.c
ctest_LDADD = ../libtdemid.la
apitest_SOURCES = apitest.cpp
apitest_LDADD = ../libtdemid.la
notesoff_SOURCES = notesoff.cpp
notesoff_LDADD = ../libtdemid.la
|