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 (31 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
INCLUDES = -I$(top_srcdir)/hfkernel \
	-I$(top_srcdir)/hfkernel/l1 \
	-I$(top_srcdir)/hfkernel/fsk \
	-I$(top_srcdir)/hfkernel/mt63

EXTRA_DIST = reffreq.c

if HAVEOSS
OSS = reffreq
reffreq_SOURCES = reffreq.c
else
OSS = 
endif

bin_PROGRAMS = paccalc channel $(OSS)
noinst_PROGRAMS = testgaussgen filtbench chantab amtorsymsort pactorcrc
paccalc_SOURCES = paccalc.c
channel_SOURCES = channel.c
channel_LDADD = $(THRLIBS) $(SOCKLIBS) $(SCHEDLIBS)
testgaussgen_SOURCES = testgaussgen.c
filtbench_SOURCES = filtbench.c
pactorcrc_SOURCES = pactorcrc.c
pactorcrc_LDADD = ../hfkernel/fsk/libfsk.a
chantab_SOURCES = chantab.c
amtorsymsort_SOURCES = amtorsymsort.c

channel.c: chan_tables.h

chan_tables.h:	chantab
	./chantab > chan_tables.h