kopia lustrzana https://github.com/Hamlib/Hamlib
various cleanup and testloc added
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@819 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
a0bba4296b
commit
86c67a8273
|
@ -2,7 +2,7 @@
|
||||||
bin_PROGRAMS = rigctl
|
bin_PROGRAMS = rigctl
|
||||||
man_MANS = rigctl.1
|
man_MANS = rigctl.1
|
||||||
|
|
||||||
noinst_PROGRAMS = dumpcaps dumpmem testcaps testrig testtrn testbcd testfreq listrigs testcpp @RIGMATRIX@
|
noinst_PROGRAMS = dumpcaps dumpmem testcaps testrig testtrn testbcd testfreq listrigs testcpp testloc @RIGMATRIX@
|
||||||
|
|
||||||
EXTRA_PROGRAMS = rigmatrix
|
EXTRA_PROGRAMS = rigmatrix
|
||||||
|
|
||||||
|
@ -17,9 +17,13 @@ dumpmem_LDFLAGS = @BACKENDLNK@
|
||||||
testcaps_LDFLAGS = @BACKENDLNK@
|
testcaps_LDFLAGS = @BACKENDLNK@
|
||||||
testrig_LDFLAGS = @BACKENDLNK@
|
testrig_LDFLAGS = @BACKENDLNK@
|
||||||
testtrn_LDFLAGS = @BACKENDLNK@
|
testtrn_LDFLAGS = @BACKENDLNK@
|
||||||
testbcd_LDFLAGS = @BACKENDLNK@
|
|
||||||
testfreq_LDFLAGS = @BACKENDLNK@
|
testfreq_LDFLAGS = @BACKENDLNK@
|
||||||
rigctl_LDFLAGS = @BACKENDLNK@
|
rigctl_LDFLAGS = @BACKENDLNK@
|
||||||
|
|
||||||
|
# temporary hack
|
||||||
|
testbcd_LDFLAGS = -dlpreopen self
|
||||||
|
testloc_LDFLAGS = -dlpreopen self
|
||||||
|
|
||||||
# rigmatrix needs also libgd
|
# rigmatrix needs also libgd
|
||||||
rigmatrix_LDFLAGS = -lgd -lz @BACKENDLNK@
|
rigmatrix_LDFLAGS = -lgd -lz @BACKENDLNK@
|
||||||
testcpp_LDADD = ../c++/libhamlib++.la
|
testcpp_LDADD = ../c++/libhamlib++.la
|
||||||
|
@ -37,19 +41,10 @@ rigctl_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||||
rigmatrix_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
rigmatrix_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||||
testcpp_DEPENDENCIES = ../c++/libhamlib++.la @BACKENDEPS@
|
testcpp_DEPENDENCIES = ../c++/libhamlib++.la @BACKENDEPS@
|
||||||
|
|
||||||
## Source list
|
## Non implicit sources
|
||||||
testrig_SOURCES = testrig.c
|
|
||||||
testtrn_SOURCES = testtrn.c
|
|
||||||
testbcd_SOURCES = testbcd.c
|
|
||||||
testfreq_SOURCES = testfreq.c
|
|
||||||
dumpcaps_SOURCES = dumpcaps.c
|
|
||||||
dumpmem_SOURCES = dumpmem.c
|
|
||||||
testcaps_SOURCES = testcaps.c
|
|
||||||
listrigs_SOURCES = listrigs.c
|
|
||||||
rigctl_SOURCES = rigctl.c
|
|
||||||
rigmatrix_SOURCES = rigmatrix.c
|
|
||||||
testcpp_SOURCES = testcpp.cc
|
testcpp_SOURCES = testcpp.cc
|
||||||
|
|
||||||
|
|
||||||
rigmatrix.html: rigmatrix_head.html rigmatrix listrigs dumpcaps
|
rigmatrix.html: rigmatrix_head.html rigmatrix listrigs dumpcaps
|
||||||
mkdir -p html
|
mkdir -p html
|
||||||
( cd html && cat ../rigmatrix_head.html && ../rigmatrix ) > html/rigmatrix.html
|
( cd html && cat ../rigmatrix_head.html && ../rigmatrix ) > html/rigmatrix.html
|
||||||
|
|
Ładowanie…
Reference in New Issue