2006-10-13 18:24:42 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2001-08-12 22:55:48 +00:00
|
|
|
|
2002-11-13 20:39:07 +00:00
|
|
|
aclocaldir = $(datadir)/aclocal
|
2001-08-12 22:55:48 +00:00
|
|
|
aclocal_DATA = hamlib.m4
|
|
|
|
|
2002-11-13 20:39:07 +00:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2002-10-07 21:40:34 +00:00
|
|
|
pkgconfig_DATA = hamlib.pc
|
|
|
|
|
2003-01-15 19:37:25 +00:00
|
|
|
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in README.developer \
|
2012-12-19 11:59:59 +00:00
|
|
|
README.betatester README.win32 Android.mk
|
2001-08-12 22:55:48 +00:00
|
|
|
|
2017-07-28 02:33:14 +00:00
|
|
|
doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \
|
|
|
|
README README.betatester README.developer
|
|
|
|
|
2013-09-19 03:58:00 +00:00
|
|
|
SUBDIRS = macros include lib \
|
2013-12-11 02:14:22 +00:00
|
|
|
$(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 \
|
2013-12-11 02:14:22 +00:00
|
|
|
$(BINDINGS) \
|
|
|
|
tests doc
|
2001-01-03 23:10:15 +00:00
|
|
|
|
2013-12-11 02:14:22 +00:00
|
|
|
## 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)
|
2001-12-26 23:30:21 +00:00
|
|
|
|
2012-10-14 00:09:46 +00:00
|
|
|
# Install any third party macros into our tree for distribution
|
|
|
|
ACLOCAL_AMFLAGS = -I macros --install
|