]> err.no Git - sope/blob - sope-gdl1/PostgreSQL/GNUmakefile
Add libxml2-dev to libsope-xml4.7-dev deps
[sope] / sope-gdl1 / PostgreSQL / GNUmakefile
1
2 # GNUmakefile
3 #
4 # Copyright (C) 2004-2007 SKYRIX Software AG
5 #
6 # Author: Helge Hess (helge.hess@skyrix.com)
7 #
8 # This file is part of the PostgreSQL Adaptor Library
9 #
10 # This library is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU Library General Public
12 # License as published by the Free Software Foundation; either
13 # version 2 of the License, or (at your option) any later version.
14 #
15 # This library is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18 # Library General Public License for more details.
19 #
20 # You should have received a copy of the GNU Library General Public
21 # License along with this library; see the file COPYING.LIB.
22 # If not, write to the Free Software Foundation,
23 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24
25 -include ../../config.make
26 include $(GNUSTEP_MAKEFILES)/common.make
27 include ../Version
28 include ./Version
29
30 BUNDLE_NAME = PostgreSQL
31
32 PostgreSQL_PCH_FILE = common.h
33
34 PostgreSQL_OBJC_FILES = \
35         PGConnection.m                  \
36         PGResultSet.m                   \
37         PostgreSQL72Expression.m        \
38         PostgreSQL72Adaptor.m           \
39         PostgreSQL72Context.m           \
40         PostgreSQL72Channel.m           \
41         PostgreSQL72Channel+Model.m     \
42         PostgreSQL72Exception.m         \
43         NSString+PostgreSQL72.m         \
44         EOAttribute+PostgreSQL72.m      \
45         NSString+PGVal.m                \
46         NSData+PGVal.m                  \
47         NSCalendarDate+PGVal.m          \
48         NSNumber+PGVal.m                \
49         EOKeyGlobalID+PGVal.m           \
50         NSNull+PGVal.m                  \
51         NSNumber+ExprValue.m            \
52         PostgreSQL72DataTypeMappingException.m
53
54 PostgreSQL_PRINCIPAL_CLASS = PostgreSQL72Adaptor
55
56 BUNDLE_INSTALL     = PostgreSQL
57
58 # Use .gdladaptor as the bundle extension
59 BUNDLE_EXTENSION = .gdladaptor
60
61 PostgreSQL_RESOURCE_FILES += Version
62
63 # tool
64
65 TOOL_NAME = gdltest
66
67 gdltest_OBJC_FILES = gdltest.m
68
69 -include GNUmakefile.preamble
70 include $(GNUSTEP_MAKEFILES)/bundle.make
71 #include $(GNUSTEP_MAKEFILES)/tool.make
72 -include GNUmakefile.postamble
73 include fhs.make