File: Makefile.am

package info (click to toggle)
portaudio19 19.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,068 kB
  • sloc: ansic: 57,288; sh: 13,640; cpp: 10,851; java: 677; makefile: 341; python: 143
file content (9 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
BINDIR = $(top_srcdir)/example
LIBDIR = $(top_builddir)/lib

noinst_PROGRAMS = devs sine

LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la

devs_SOURCES = $(BINDIR)/devs.cxx
sine_SOURCES = $(BINDIR)/sine.cxx