blob: 1de973354b1e6ab079f5ecd89be119d08e78a3f9 [file] [log] [blame]
Alexander Chemeris040b3052013-06-16 14:29:54 +04001#
2# Copyright 2008 Free Software Foundation, Inc.
3#
4# This software is distributed under the terms of the GNU Public License.
5# See the COPING file in the main directory for details.
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation, either version 3 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20
Alexander Chemeris040b3052013-06-16 14:29:54 +040021COMMON_INCLUDEDIR = $(top_srcdir)/CommonLibs
22GSM_INCLUDEDIR = $(top_srcdir)/GSM
Alexander Chemeris040b3052013-06-16 14:29:54 +040023
Alexander Chemeris040b3052013-06-16 14:29:54 +040024STD_DEFINES_AND_INCLUDES = \
25 $(SVNDEV) \
26 -I$(COMMON_INCLUDEDIR) \
Max2dee3e92017-01-26 14:57:44 +010027 -I$(GSM_INCLUDEDIR)
Alexander Chemeris040b3052013-06-16 14:29:54 +040028
29COMMON_LA = $(top_builddir)/CommonLibs/libcommon.la
30GSM_LA = $(top_builddir)/GSM/libGSM.la
Alexander Chemeris040b3052013-06-16 14:29:54 +040031
Pau Espin Pedrol61121262018-01-10 12:32:31 +010032if ARCH_ARM
Pau Espin Pedrol43fedb62018-04-24 15:22:57 +020033ARCH_LA = $(top_builddir)/Transceiver52M/arch/arm/libarch.la
Pau Espin Pedrol61121262018-01-10 12:32:31 +010034else
Pau Espin Pedrol43fedb62018-04-24 15:22:57 +020035ARCH_LA = $(top_builddir)/Transceiver52M/arch/x86/libarch.la
Pau Espin Pedrol61121262018-01-10 12:32:31 +010036endif
37
Alexander Chemeris040b3052013-06-16 14:29:54 +040038MOSTLYCLEANFILES = *~