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
|
|
|
|
|
2020-09-15 15:58:17 +00:00
|
|
|
EXTRA_DIST = PLAN LICENSE hamlib.m4 hamlib.pc.in README.developer \
|
2021-05-17 23:31:19 +00:00
|
|
|
README.betatester README.freqranges README.multicast README.osx \
|
|
|
|
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 \
|
2022-06-17 21:41:18 +00:00
|
|
|
README README.betatester README.developer
|
2017-07-28 02:33:14 +00:00
|
|
|
|
2022-02-24 23:13:18 +00:00
|
|
|
SUBDIRS = macros include lib security \
|
2013-12-11 02:14:22 +00:00
|
|
|
$(BACKEND_LIST) \
|
2020-01-17 15:22:44 +00:00
|
|
|
$(RIG_BACKEND_LIST) \
|
2013-12-11 02:14:22 +00:00
|
|
|
$(ROT_BACKEND_LIST) \
|
2019-06-12 20:52:35 +00:00
|
|
|
$(AMP_BACKEND_LIST) \
|
2022-04-15 21:40:40 +00:00
|
|
|
security \
|
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
|
|
|
|
2020-01-17 15:22:44 +00:00
|
|
|
## Static list of distributed directories.
|
2021-09-16 04:59:31 +00:00
|
|
|
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi simulators\
|
2022-02-24 23:13:18 +00:00
|
|
|
security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(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
|