File: Makefile.am

package info (click to toggle)
hf 0.7.3-4etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,684 kB
  • ctags: 3,156
  • sloc: ansic: 26,447; cpp: 4,909; sh: 3,785; makefile: 309
file content (16 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST = freqdev.m ggtest.m golay.m  \
	alsafdx.c alsalatency.c alsatestmake

if HAVEALSA
ALSA = alsafdx alsalatency
alsafdx: alsafdx.c
	gcc alsafdx.c -o alsafdx -lasound
alsalatency: alsalatency.c
	gcc alsalatency.c -o alsalatency -lasound
else
ALSA = 
endif

noinst_PROGRAMS = testcos testgettimeofday testoss testpoly $(ALSA)
bin_PROGRAMS = portecho