forked from Hamlib/Hamlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
60 lines (52 loc) · 1.13 KB
/
Makefile.am
File metadata and controls
60 lines (52 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
## 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 = \
Android.mk \
README.betatester \
LICENSE \
PLAN \
README.developer \
README.freqranges \
README.macos \
README.md \
README.multicast \
ReleaseNotes_4.7.md \
ReleaseNotes_5.0.md \
hamlib.m4 \
hamlib.pc.in
doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \
README.md README.betatester README.developer
SUBDIRS = macros include lib security \
$(BACKEND_LIST) \
$(RIG_BACKEND_LIST) \
$(ROT_BACKEND_LIST) \
$(AMP_BACKEND_LIST) \
src \
$(BINDINGS) \
tests doc
## Static list of distributed directories.
DIST_SUBDIRS = \
$(AMP_BACKEND_LIST) \
$(BACKEND_LIST) \
$(RIG_BACKEND_LIST) \
$(RIG_BACKEND_OPTIONAL_LIST) \
$(ROT_BACKEND_LIST) \
$(ROT_BACKEND_OPTIONAL_LIST) \
android \
bindings \
c++ \
doc \
include \
lib \
macros \
scripts \
security \
simulators \
src \
tests
# Install any third party macros into our tree for distribution
ACLOCAL_AMFLAGS = -I macros --install
AM_CFLAGS=-D_TIME_BITS=64 -Winitializer-overrides