]> err.no Git - sope/blob - sope-gdl1/PostgreSQL/GNUmakefile
fixed a Tiger warning
[sope] / sope-gdl1 / PostgreSQL / GNUmakefile
1
2 # GNUmakefile
3 #
4 # Copyright (C) 2004 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_OBJC_FILES = \
33         PGConnection.m                  \
34         PostgreSQL72Expression.m        \
35         PostgreSQL72Adaptor.m           \
36         PostgreSQL72Context.m           \
37         PostgreSQL72Channel.m           \
38         PostgreSQL72Channel+Model.m     \
39         PostgreSQL72Exception.m         \
40         PostgreSQL72Values.m            \
41         NSString+PostgreSQL72.m         \
42         EOAttribute+PostgreSQL72.m      \
43         NSString+PGVal.m                \
44         NSData+PGVal.m                  \
45         NSCalendarDate+PGVal.m          \
46         NSNumber+PGVal.m                \
47
48 PostgreSQL_PRINCIPAL_CLASS = PostgreSQL72Adaptor
49
50 BUNDLE_INSTALL     = PostgreSQL
51 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/GDLAdaptors-$(MAJOR_VERSION).$(MINOR_VERSION)/
52
53 # Use .gdladaptor as the bundle extension
54 BUNDLE_EXTENSION = .gdladaptor
55
56 PostgreSQL_RESOURCE_FILES += Version
57
58 # tool
59
60 TOOL_NAME = gdltest
61
62 gdltest_OBJC_FILES = gdltest.m
63
64 -include GNUmakefile.preamble
65 include $(GNUSTEP_MAKEFILES)/bundle.make
66 #include $(GNUSTEP_MAKEFILES)/tool.make
67 -include GNUmakefile.postamble
68 include fhs.make