mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-05-02 06:14:00 -04: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
|