]> err.no Git - sope/blob - sope-gdl1/PostgreSQL/GNUmakefile
added FHS hack to GDL
[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 # $Id: GNUmakefile 1 2004-08-20 10:38:46Z znek $
26
27 include $(GNUSTEP_MAKEFILES)/common.make
28
29 BUNDLE_NAME = PostgreSQL
30
31 PostgreSQL_OBJC_FILES = \
32         PGConnection.m                  \
33         PostgreSQL72Expression.m        \
34         PostgreSQL72Adaptor.m           \
35         PostgreSQL72Context.m           \
36         PostgreSQL72Channel.m           \
37         PostgreSQL72Channel+Model.m     \
38         PostgreSQL72Exception.m         \
39         PostgreSQL72Values.m            \
40         NSString+PostgreSQL72.m         \
41         EOAttribute+PostgreSQL72.m      \
42         NSString+PGVal.m                \
43         NSData+PGVal.m                  \
44         NSCalendarDate+PGVal.m          \
45         NSNumber+PGVal.m                \
46
47 PostgreSQL_PRINCIPAL_CLASS = PostgreSQL72Adaptor
48
49 BUNDLE_INSTALL     = PostgreSQL
50 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/GDLAdaptors-1.1/
51
52 # Use .gdladaptor as the bundle extension
53 BUNDLE_EXTENSION = .gdladaptor
54
55 PostgreSQL_RESOURCE_FILES += Version
56
57 # tool
58
59 TOOL_NAME = gdltest
60
61 gdltest_OBJC_FILES = gdltest.m
62
63 -include GNUmakefile.preamble
64 include $(GNUSTEP_MAKEFILES)/bundle.make
65 #include $(GNUSTEP_MAKEFILES)/tool.make
66 -include GNUmakefile.postamble
67 -include fhs.make