Hamlib/Makefile.am

34 wiersze
963 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.freqranges README.multicast README.osx \
Android.mk
doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \
2022-06-17 21:41:18 +00:00
README README.betatester README.developer
SUBDIRS = macros include lib security \
$(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) \
security \
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.
2021-09-16 04:59:31 +00:00
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi simulators\
security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
# Install any third party macros into our tree for distribution
2024-02-04 05:35:56 +00:00
ACLOCAL_AMFLAGS = -I macros --install
AM_CFLAGS=-D_TIME_BITS=64