Hamlib/Makefile.am

33 wiersze
1.0 KiB
Makefile
Czysty Zwykły widok Historia

## 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
doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \
README README.betatester README.developer
SUBDIRS = macros include lib \
$(BACKEND_LIST) \
$(ROT_BACKEND_LIST) \
2019-06-12 20:52:35 +00:00
$(AMP_BACKEND_LIST) \
2013-09-08 13:56:28 +00:00
src \
$(BINDINGS) \
tests doc
## Static list of distributed directories. $(BACKEND_LIST) is dynamically
## assigned by 'configure' so list rig backends statically.
2017-07-03 22:00:12 +00:00
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts\
2018-08-21 04:46:33 +00:00
adat alinco aor barrett drake dorji dummy elad flexradio icom icmarine jrc\
2017-07-03 22:00:12 +00:00
kachina kenwood kit lowe pcr prm80 racal rft rs skanti tapr tentec\
tuner uniden wj yaesu winradio\
2019-06-12 20:52:35 +00:00
$(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
# Install any third party macros into our tree for distribution
ACLOCAL_AMFLAGS = -I macros --install