forked from heinervdm/nohands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
21 lines (16 loc) · 629 Bytes
/
Makefile.am
File metadata and controls
21 lines (16 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: $
AM_CPPFLAGS = -I$(top_srcdir)/include -include config.h $(libnghost_CFLAGS)
AM_CXXFLAGS = -Wshadow
noinst_PROGRAMS = soundtest timertest pumpunit
soundtest_SOURCES = soundtest.cpp
soundtest_LDADD = -L../libhfp -lhfp $(libhfp_LIBS)
soundtest_LDFLAGS = -pthread
soundtest_DEPENDENCIES = ../libhfp/libhfp.a
timertest_SOURCES = timertest.cpp
timertest_LDADD = -L../libhfp -lhfp $(libhfp_LIBS)
timertest_LDFLAGS = -pthread
timertest_DEPENDENCIES = ../libhfp/libhfp.a
pumpunit_SOURCES = pumpunit.cpp
pumpunit_LDADD = -L../libhfp -lhfp $(libhfp_LIBS)
pumpunit_LDFLAGS = -pthread
pumpunit_DEPENDENCIES = ../libhfp/libhfp.a