forked from RangeNetworks/OpenBTS-UMTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
51 lines (45 loc) · 1 KB
/
Makefile.am
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
# OpenBTS provides an open source alternative to legacy telco protocols and
# traditionally complex, proprietary hardware systems.
#
# Copyright 2008 Free Software Foundation, Inc.
# Copyright 2014 Range Networks, Inc.
#
# This software is distributed under the terms of the GNU Affero General
# Public License version 3. See the COPYING and NOTICE files in the main
# directory for licensing information.
#
# This use of this software may be subject to additional restrictions.
# See the LEGAL file in the main directory for details.
include $(top_srcdir)/Makefile.common
ACLOCAL_AMFLAGS = -I config
# Order must be preserved
SUBDIRS = \
config \
ASN \
CommonLibs \
Globals \
CLI \
SIP \
GSM \
UMTS \
SGSNGGSN \
SMS \
TransceiverRAD1 \
TransceiverUHD \
TRXManager \
Control \
NodeManager \
apps \
doc
EXTRA_DIST = \
AUTHORS \
ChangeLog \
COPYING \
INSTALL \
LEGAL \
README
install: all
$(MAKE) -C ./apps install
$(MAKE) -C ./TransceiverRAD1 install
$(MAKE) -C ./TransceiverUHD install
FORCE: