blob: 734ab3a5f1750307386500428bcc73ff476f411b [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 +040021top_srcdir = $(abs_top_srcdir)
22top_builddir = $(abs_top_builddir)
23
24COMMON_INCLUDEDIR = $(top_srcdir)/CommonLibs
25GSM_INCLUDEDIR = $(top_srcdir)/GSM
26SQLITE_INCLUDEDIR = $(top_srcdir)/sqlite3
27
Alexander Chemeris040b3052013-06-16 14:29:54 +040028STD_DEFINES_AND_INCLUDES = \
29 $(SVNDEV) \
30 -I$(COMMON_INCLUDEDIR) \
31 -I$(GSM_INCLUDEDIR) \
32 -I$(SQLITE_INCLUDEDIR)
33
34COMMON_LA = $(top_builddir)/CommonLibs/libcommon.la
35GSM_LA = $(top_builddir)/GSM/libGSM.la
36SQLITE_LA = $(top_builddir)/sqlite3/libsqlite.la -ldl
37
38MOSTLYCLEANFILES = *~