Hamlib/Makefile.am

30 wiersze
856 B
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 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) \
2020-01-17 15:22:44 +00:00
$(RIG_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
2020-01-17 15:22:44 +00:00
## Static list of distributed directories.
2020-11-18 22:40:21 +00:00
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi \
2020-01-17 15:22:44 +00:00
$(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
# Install any third party macros into our tree for distribution
ACLOCAL_AMFLAGS = -I macros --install