]> err.no Git - sope/blob - sope-gdl1/GNUmakefile
added missing inline pathes
[sope] / sope-gdl1 / GNUmakefile
1 # GNUstep makefile
2
3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 PACKAGE_NAME=sope-gdl1
7 VERSION=4.5.0
8
9 SUBPROJECTS += \
10         GDLAccess       \
11         GDLContentStore
12
13 ifeq ($(HAS_LIBRARY_pq),yes)
14 SUBPROJECTS += PostgreSQL
15 endif
16
17 ifeq ($(HAS_LIBRARY_sqlite3),yes)
18 SUBPROJECTS += SQLite3
19 endif
20
21 ifeq ($(HAS_LIBRARY_mysqlclient),yes)
22 SUBPROJECTS += MySQL
23 endif
24
25 -include GNUmakefile.preamble
26 include $(GNUSTEP_MAKEFILES)/aggregate.make
27 -include GNUmakefile.postamble