kopia lustrzana https://github.com/Hamlib/Hamlib
28 wiersze
840 B
Makefile
28 wiersze
840 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = hamlib.m4
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = hamlib.pc
|
|
|
|
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in README.developer \
|
|
README.betatester README.win32 Android.mk
|
|
|
|
SUBDIRS = macros include lib \
|
|
@BACKEND_LIST@ \
|
|
@ROT_BACKEND_LIST@ \
|
|
src \
|
|
@BINDINGS@ \
|
|
tests doc android
|
|
|
|
DIST_SUBDIRS = macros include lib src c++ bindings tests doc \
|
|
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
|
|
winradio adat easycomm fodtrack drake rotorez \
|
|
flexradio sartek lowe rft rs tapr kit skanti prm80 wj racal tuner \
|
|
gs232a heathkit spid ars m2 amsat scripts ts7400 celestron android \
|
|
ether6
|
|
|
|
# Install any third party macros into our tree for distribution
|
|
ACLOCAL_AMFLAGS = -I macros --install
|