You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.9 KiB
56 lines
1.9 KiB
#
|
|
# Copyright 2008 Free Software Foundation, Inc.
|
|
#
|
|
# This software is distributed under the terms of the GNU Affero Public License.
|
|
# See the COPYING file in the main directory for details.
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Affero General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Affero General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
|
|
COMMON_INCLUDEDIR = $(top_srcdir)/CommonLibs
|
|
CONTROL_INCLUDEDIR = $(top_srcdir)/Control
|
|
GSM_INCLUDEDIR = $(top_srcdir)/GSM
|
|
SIP_INCLUDEDIR = $(top_srcdir)/SIP
|
|
SMS_INCLUDEDIR = $(top_srcdir)/SMS
|
|
TRX_INCLUDEDIR = $(top_srcdir)/TRXManager
|
|
GLOBALS_INCLUDEDIR = $(top_srcdir)/Globals
|
|
CLI_INCLUDEDIR = $(top_srcdir)/CLI
|
|
#SQL_INCLUDEDIR = $(top_srcdir)/SQL
|
|
HLR_INCLUDEDIR = $(top_srcdir)/HLR
|
|
|
|
STD_DEFINES_AND_INCLUDES = \
|
|
-I$(COMMON_INCLUDEDIR) \
|
|
-I$(CONTROL_INCLUDEDIR) \
|
|
-I$(GSM_INCLUDEDIR) \
|
|
-I$(SIP_INCLUDEDIR) \
|
|
-I$(SMS_INCLUDEDIR) \
|
|
-I$(TRX_INCLUDEDIR) \
|
|
-I$(GLOBALS_INCLUDEDIR) \
|
|
-I$(CLI_INCLUDEDIR) \
|
|
-I$(HLR_INCLUDEDIR)
|
|
# -I$(SQL_INCLUDEDIR)
|
|
|
|
COMMON_LA = $(top_builddir)/CommonLibs/libcommon.la
|
|
GSM_LA = $(top_builddir)/GSM/libGSM.la
|
|
SIP_LA = $(top_builddir)/SIP/libSIP.la
|
|
SMS_LA = $(top_builddir)/SMS/libSMS.la
|
|
TRX_LA = $(top_builddir)/TRXManager/libtrxmanager.la
|
|
CONTROL_LA = $(top_builddir)/Control/libcontrol.la
|
|
GLOBALS_LA = $(top_builddir)/Globals/libglobals.la
|
|
CLI_LA = $(top_builddir)/CLI/libcli.la
|
|
HLR_LA = $(top_builddir)/HLR/libHLR.la
|
|
#SQL_LA = $(top_builddir)/SQL/libSQL.la
|
|
|
|
MOSTLYCLEANFILES = *~
|