mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-07 17:46:04 -05:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
|
BINDIR = $(top_srcdir)/example
|
||
|
LIBDIR = $(top_builddir)/lib
|
||
|
|
||
|
noinst_PROGRAMS = devs sine
|
||
|
|
||
|
LDADD = $(LIBDIR)/libportaudiocpp.la
|
||
|
|
||
|
devs_SOURCES = $(BINDIR)/devs.cxx
|
||
|
sine_SOURCES = $(BINDIR)/sine.cxx
|