Changeset 552 for trunk/gsdl


Ignore:
Timestamp:
1999-09-08T16:24:12+12:00 (25 years ago)
Author:
cs025
Message:

added configure stuff

Location:
trunk/gsdl
Files:
7 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/Makefile

    r534 r552  
     1# Generated automatically from Makefile.in by configure.
    12###########################################################################
    23#
    34# Makefile -- Makefile for general C++ libraries
    4 # A component of the Greenstone digital library software
    5 # from the New Zealand Digital Library Project at the
    6 # University of Waikato, New Zealand.
    7 #
    85# Copyright (C) 1999  The New Zealand Digital Library Project
    96#
    10 # This program is free software; you can redistribute it and/or modify
    11 # it under the terms of the GNU General Public License as published by
    12 # the Free Software Foundation; either version 2 of the License, or
    13 # (at your option) any later version.
    14 #
    15 # This program 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
    18 # GNU General Public License for more details.
    19 #
    20 # You should have received a copy of the GNU General Public License
    21 # along with this program; if not, write to the Free Software
    22 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    23 #
     7# PUT COPYRIGHT NOTICE HERE
    248#
    259###########################################################################
     
    2812AR = ar
    2913CC = gcc
    30 CCFLAGS = -g -Wall
    31 DEFS =
     14CCFLAGS = -Wall -g -O2
     15DEFS =  -DPACKAGE=\"grb\" -DVERSION=\"0.1\" -DHAVE_LIBG=1 -DHAVE_LIBGDBM=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_VPRINTF=1
    3216INCLUDES = -I../packages/mg/lib
    3317RANLIB = ranlib
     
    7660depend:
    7761    makedepend -Y -- $(DEFS) $(INCLUDES) $(CCFLAGS) -- $(SOURCES)
     62
     63# DO NOT DELETE
     64cfgread.o: cfgread.cpp cfgread.h gsdlconf.h site.h text_t.h
     65fileutil.o: fileutil.cpp fileutil.h text_t.h gsdlconf.h site.h
     66text_t.o: text_t.cpp text_t.h gsdlconf.h site.h
     67display.o: display.cpp display.h gsdlconf.h site.h text_t.h \
     68 gsdlunicode.h
     69gsdlunicode.o: gsdlunicode.cpp gsdlunicode.h text_t.h gsdlconf.h \
     70 fileutil.h
     71gsdltimes.o: gsdltimes.cpp gsdltimes.h gsdlconf.h site.h
     72
     73
  • trunk/gsdl/src/db2txt/Makefile

    r535 r552  
     1# Generated automatically from Makefile.in by configure.
    12###########################################################################
    23#
    34# Makefile -- Makefile for db2txt
    4 # A component of the Greenstone digital library software
    5 # from the New Zealand Digital Library Project at the
    6 # University of Waikato, New Zealand.
    7 #
    85# Copyright (C) 1999 Rodger McNab, Stefan Boddie
    96#
     
    2926AR = ar
    3027CC = gcc
    31 CCFLAGS =
    32 DEFS = -O2
     28CCFLAGS = -g -O2
     29DEFS =  -DPACKAGE=\"grb\" -DVERSION=\"0.1\" -DHAVE_LIBG=1 -DHAVE_LIBGDBM=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_VPRINTF=1
    3330RANLIB = ranlib
    3431INCLUDES = -I../../lib
    35 LDFLAGS = -lg++ -lgdbm
     32LDFLAGS = -lgdbm
    3633#LIBS = ../../lib/gsdllib.a ../../packages/mg-1.3d/lib/unitool.o
    3734GSDLOS = linux
     
    5754OBJECTS = db2txt.o
    5855
    59 EXEC    = db2txt
     56EXEC    = db2txt.o
    6057 
    6158all : $(EXEC)
  • trunk/gsdl/src/hashfile/Makefile

    r535 r552  
     1# Generated automatically from Makefile.in by configure.
    12###########################################################################
    23#
    34# Makefile.in -- Makefile for general C++ libraries
    4 # A component of the Greenstone digital library software
    5 # from the New Zealand Digital Library Project at the
    6 # University of Waikato, New Zealand.
    7 #
    85# Copyright (C) 1998 Rodger McNab, Stefan Boddie
    96#
     
    2926AR = ar
    3027CC = gcc
    31 CCFLAGS = -Wall
    32 DEFS = -O2
     28CCFLAGS = -Wall -g -O2
     29DEFS =  -DPACKAGE=\"grb\" -DVERSION=\"0.1\" -DHAVE_LIBG=1 -DHAVE_LIBGDBM=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_VPRINTF=1
    3330RANLIB = ranlib
    3431INCLUDES = -I../../lib
  • trunk/gsdl/src/recpt/Makefile

    r533 r552  
     1# Generated automatically from Makefile.in by configure.
    12###########################################################################
    23#
    34# Makefile --
    4 # A component of the Greenstone digital library software
    5 # from the New Zealand Digital Library Project at the
    6 # University of Waikato, New Zealand.
    7 #
    85# Copyright (C) 1999  The New Zealand Digital Library Project
    96#
    10 # This program is free software; you can redistribute it and/or modify
    11 # it under the terms of the GNU General Public License as published by
    12 # the Free Software Foundation; either version 2 of the License, or
    13 # (at your option) any later version.
    14 #
    15 # This program 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
    18 # GNU General Public License for more details.
    19 #
    20 # You should have received a copy of the GNU General Public License
    21 # along with this program; if not, write to the Free Software
    22 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    23 #
     7# PUT COPYRIGHT NOTICE HERE
    248#
    259###########################################################################
     
    2812AR = ar
    2913CC = gcc
    30 CCFLAGS = -g -Wall -Wunused -pedantic -W -Woverloaded-virtual # -Wshadow
     14CCFLAGS = -g -O2 -Wall -Wunused -pedantic -W -Woverloaded-virtual # -Wshadow
    3115DEFS = -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DUSE_FASTCGI -DGSDLSERVER \
    32        -D_LITTLE_ENDIAN -DGSDLSERVER
     16       -D_LITTLE_ENDIAN -DGSDLSERVER  -DPACKAGE=\"grb\" -DVERSION=\"0.1\" -DHAVE_LIBG=1 -DHAVE_LIBGDBM=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_VPRINTF=1
    3317INCLUDES = -I../../lib -I../../packages/mg -I../../packages/mg/lib \
    3418           -I../../packages/mg/src/text -I../../packages/fcgi/include
     
    151135library: $(LIBRARY_OBJS)
    152136    $(LINK) $(LIBRARY_OBJS) $(LIBS)
     137
     138# DO NOT DELETE
     139receptionist.o: receptionist.cpp receptionist.h ../../lib/gsdlconf.h \
     140 ../../lib/site.h ../../lib/text_t.h cgiargs.h ../../lib/display.h \
     141  action.h recptproto.h comtypes.h \
     142 converter.h ../../lib/gsdlunicode.h ../../lib/fileutil.h cgiutils.h \
     143 htmlutils.h OIDtools.h
     144cgiwrapper.o: cgiwrapper.cpp ../../lib/gsdlconf.h ../../lib/site.h \
     145 cgiwrapper.h receptionist.h ../../lib/text_t.h \
     146  cgiargs.h ../../lib/display.h \
     147 action.h recptproto.h comtypes.h \
     148 converter.h ../../lib/gsdlunicode.h recptconfig.h \
     149 ../../packages/fcgi/include/fcgiapp.h \
     150 ../../packages/fcgi/include/fcgi_config.h
     151cgiargs.o: cgiargs.cpp cgiargs.h ../../lib/gsdlconf.h ../../lib/site.h \
     152 ../../lib/text_t.h  ../../lib/gsdlunicode.h
     153action.o: action.cpp action.h ../../lib/gsdlconf.h ../../lib/site.h \
     154 ../../lib/text_t.h cgiargs.h ../../lib/display.h \
     155 recptproto.h comtypes.h
     156converter.o: converter.cpp converter.h ../../lib/gsdlconf.h \
     157 ../../lib/site.h ../../lib/text_t.h ../../lib/gsdlunicode.h
     158recptconfig.o: recptconfig.cpp recptconfig.h ../../lib/gsdlconf.h \
     159 ../../lib/site.h ../../lib/text_t.h receptionist.h cgiargs.h \
     160 ../../lib/display.h action.h recptproto.h comtypes.h \
     161 converter.h ../../lib/gsdlunicode.h ../../lib/fileutil.h \
     162 ../../lib/cfgread.h
     163cgiutils.o: cgiutils.cpp cgiutils.h ../../lib/gsdlconf.h \
     164 ../../lib/site.h ../../lib/text_t.h cgiargs.h
     165OIDtools.o: OIDtools.cpp OIDtools.h ../../lib/text_t.h \
     166 ../../lib/gsdlconf.h ../../lib/site.h recptproto.h comtypes.h
     167browsetools.o: browsetools.cpp browsetools.h ../../lib/gsdlconf.h \
     168 ../../lib/site.h ../../lib/text_t.h cgiargs.h ../../lib/display.h \
     169 recptproto.h comtypes.h formattools.h OIDtools.h
     170htmlgen.o: htmlgen.cpp htmlgen.h ../../lib/gsdlconf.h ../../lib/site.h \
     171 ../../lib/text_t.h ../../lib/display.h ../../packages/mg/lib/unitool.h
     172statusaction.o: statusaction.cpp statusaction.h ../../lib/gsdlconf.h \
     173 ../../lib/site.h action.h ../../lib/text_t.h \
     174 cgiargs.h ../../lib/display.h recptproto.h comtypes.h receptionist.h \
     175 converter.h ../../lib/gsdlunicode.h
     176pageaction.o: pageaction.cpp pageaction.h ../../lib/gsdlconf.h \
     177 ../../lib/site.h action.h ../../lib/text_t.h cgiargs.h \
     178 ../../lib/display.h recptproto.h comtypes.h receptionist.h \
     179 converter.h ../../lib/gsdlunicode.h
     180comtypes.o: comtypes.cpp comtypes.h ../../lib/gsdlconf.h \
     181 ../../lib/site.h ../../lib/text_t.h
     182recptproto.o: recptproto.cpp recptproto.h ../../lib/gsdlconf.h \
     183 ../../lib/site.h ../../lib/text_t.h comtypes.h
     184pingaction.o: pingaction.cpp pingaction.h ../../lib/gsdlconf.h \
     185 ../../lib/site.h action.h ../../lib/text_t.h ../../lib/display.h \
     186 recptproto.h comtypes.h
     187queryaction.o: queryaction.cpp queryaction.h ../../lib/gsdlconf.h \
     188 ../../lib/site.h action.h ../../lib/text_t.h cgiargs.h \
     189 ../../lib/display.h recptproto.h comtypes.h querytools.h \
     190 formattools.h
     191documentaction.o: documentaction.cpp documentaction.h \
     192 action.h ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
     193  cgiargs.h ../../lib/display.h recptproto.h comtypes.h formattools.h \
     194 browsetools.h OIDtools.h querytools.h ../../packages/mg/lib/unitool.h
     195htmlutils.o: htmlutils.cpp htmlutils.h ../../lib/gsdlconf.h \
     196 ../../lib/site.h ../../lib/text_t.h
     197querytools.o: querytools.cpp querytools.h cgiargs.h \
     198 ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
     199 recptproto.h comtypes.h
     200formattools.o: formattools.cpp formattools.h ../../lib/text_t.h \
     201 ../../lib/gsdlconf.h ../../lib/site.h \
     202 comtypes.h
     203tipaction.o: tipaction.cpp tipaction.h ../../lib/gsdlconf.h \
     204 ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
     205 cgiargs.h ../../lib/display.h recptproto.h comtypes.h
     206authenaction.o: authenaction.cpp authenaction.h ../../lib/gsdlconf.h \
     207 ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
     208 cgiargs.h ../../lib/display.h \
     209 recptproto.h comtypes.h receptionist.h \
     210 converter.h ../../lib/gsdlunicode.h ../../lib/fileutil.h \
     211 ../../lib/cfgread.h cgiutils.h infodbclass.h \
     212 ../../lib/gsdltimes.h userdb.h
     213infodbclass.o: infodbclass.cpp infodbclass.h ../../lib/gsdlconf.h \
     214 ../../lib/site.h ../../lib/text_t.h \
     215 ../../packages/mg/lib/unitool.h ../../lib/gsdlunicode.h \
     216 ../../lib/fileutil.h OIDtools.h recptproto.h comtypes.h
     217userdb.o: userdb.cpp userdb.h infodbclass.h ../../lib/gsdlconf.h \
     218 ../../lib/site.h ../../lib/text_t.h ../../lib/fileutil.h
     219usersaction.o: usersaction.cpp usersaction.h ../../lib/gsdlconf.h \
     220 ../../lib/site.h action.h ../../lib/text_t.h cgiargs.h \
     221 ../../lib/display.h recptproto.h comtypes.h \
     222 ../../lib/fileutil.h userdb.h infodbclass.h
     223recptmain.o: recptmain.cpp receptionist.h ../../lib/gsdlconf.h \
     224 ../../lib/site.h ../../lib/text_t.h cgiargs.h ../../lib/display.h \
     225 action.h recptproto.h comtypes.h \
     226 converter.h ../../lib/gsdlunicode.h cgiwrapper.h
     227mgq.o: mgq.c mgq.h ../../packages/mg/sysfuncs.h \
     228 ../../packages/mg/lib/pathmax.h \
     229 ../../packages/mg/lib/getopt.h ../../packages/mg/lib/messages.h \
     230 ../../packages/mg/lib/memlib.h ../../packages/mg/src/text/invf.h \
     231 ../../packages/mg/src/text/text.h ../../packages/mg/lib/huffman.h \
     232 ../../packages/mg/lib/filestats.h ../../packages/mg/src/text/lists.h \
     233 ../../packages/mg/src/text/backend.h ../../packages/mg/lib/timing.h \
     234 ../../packages/mg/src/text/term_lists.h \
     235 ../../packages/mg/src/text/query_term_list.h \
     236 ../../packages/mg/src/text/mg.h \
     237 ../../packages/mg/src/text/environment.h \
     238 ../../packages/mg/src/text/globals.h \
     239 ../../packages/mg/src/text/mg_errors.h \
     240 ../../packages/mg/src/text/commands.h \
     241 ../../packages/mg/src/text/text_get.h \
     242 ../../packages/mg/lib/local_strings.h \
     243 ../../packages/mg/src/text/words.h ../../packages/mg/lib/unitool.h \
     244 ../../packages/mg/src/text/stemmer.h \
     245 ../../packages/mg/src/text/stem_search.h
     246mgsearch.o: mgsearch.cpp ../../lib/gsdlconf.h ../../lib/site.h \
     247 mgsearch.h ../../lib/text_t.h /usr/include/g++/vector \
     248 querycache.h queryinfo.h comtypes.h \
     249 ../../lib/fileutil.h mgq.h \
     250 ../../lib/gsdlunicode.h ../../packages/mg/lib/unitool.h
     251querycache.o: querycache.cpp querycache.h ../../lib/text_t.h \
     252 ../../lib/gsdlconf.h ../../lib/site.h
     253queryinfo.o: queryinfo.cpp queryinfo.h ../../lib/gsdlconf.h \
     254 ../../lib/site.h ../../lib/text_t.h
     255collectserver.o: collectserver.cpp collectserver.h \
     256 ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
     257 comtypes.h filter.h source.h infodbclass.h \
     258 OIDtools.h recptproto.h
     259colservrconfig.o: colservrconfig.cpp colservrconfig.h \
     260 ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
     261 collectserver.h comtypes.h filter.h source.h \
     262 ../../lib/fileutil.h ../../lib/cfgread.h
     263maptools.o: maptools.cpp maptools.h ../../lib/gsdlconf.h \
     264 ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector
     265filter.o: filter.cpp filter.h ../../lib/gsdlconf.h ../../lib/site.h \
     266 ../../lib/text_t.h comtypes.h ../../lib/fileutil.h
     267source.o: source.cpp source.h ../../lib/gsdlconf.h ../../lib/site.h \
     268 ../../lib/text_t.h comtypes.h
     269browsefilter.o: browsefilter.cpp browsefilter.h ../../lib/gsdlconf.h \
     270 ../../lib/site.h ../../lib/text_t.h comtypes.h filter.h infodbclass.h \
     271 ../../lib/fileutil.h
     272queryfilter.o: queryfilter.cpp queryfilter.h ../../lib/gsdlconf.h \
     273 ../../lib/site.h ../../lib/text_t.h comtypes.h filter.h infodbclass.h \
     274 maptools.h mgsearch.h querycache.h queryinfo.h \
     275 ../../lib/fileutil.h phrasesearch.h ../../packages/mg/lib/unitool.h
     276mggdbmsource.o: mggdbmsource.cpp mggdbmsource.h ../../lib/gsdlconf.h \
     277 ../../lib/site.h ../../lib/text_t.h comtypes.h infodbclass.h \
     278 maptools.h mgsearch.h querycache.h queryinfo.h \
     279 source.h ../../lib/fileutil.h OIDtools.h recptproto.h
     280phrasesearch.o: phrasesearch.cpp phrasesearch.h ../../lib/text_t.h \
     281 ../../lib/gsdlconf.h ../../lib/site.h ../../packages/mg/lib/unitool.h \
     282 mgsearch.h querycache.h queryinfo.h comtypes.h infodbclass.h \
     283 ../../lib/gsdlunicode.h
     284phrasequeryfilter.o: phrasequeryfilter.cpp phrasequeryfilter.h \
     285 queryfilter.h ../../lib/gsdlconf.h ../../lib/site.h \
     286 ../../lib/text_t.h comtypes.h filter.h infodbclass.h \
     287 maptools.h mgsearch.h querycache.h queryinfo.h \
     288 phrasesearch.h ../../packages/mg/lib/unitool.h
     289nullproto.o: nullproto.cpp nullproto.h ../../lib/gsdlconf.h \
     290 ../../lib/site.h collectserver.h ../../lib/text_t.h \
     291 comtypes.h filter.h source.h recptproto.h \
     292 colservrconfig.h
     293librarymain.o: librarymain.cpp receptionist.h ../../lib/gsdlconf.h \
     294 ../../lib/site.h ../../lib/text_t.h cgiargs.h ../../lib/display.h \
     295 action.h recptproto.h comtypes.h \
     296 converter.h ../../lib/gsdlunicode.h cgiwrapper.h nullproto.h \
     297 collectserver.h filter.h source.h browsefilter.h infodbclass.h \
     298 queryfilter.h maptools.h mgsearch.h querycache.h \
     299 queryinfo.h mggdbmsource.h statusaction.h \
     300 pageaction.h pingaction.h queryaction.h documentaction.h \
     301 formattools.h authenaction.h usersaction.h
     302
  • trunk/gsdl/src/txt2db/Makefile

    r536 r552  
     1# Generated automatically from Makefile.in by configure.
    12###########################################################################
    23#
    34# Makefile -- Makefile for txt2db
    4 # A component of the Greenstone digital library software
    5 # from the New Zealand Digital Library Project at the
    6 # University of Waikato, New Zealand.
    7 #
    85# Copyright (C) 1998 Rodger McNab, Stefan Boddie
    96#
     
    2926AR = ar
    3027CC = gcc
    31 CCFLAGS = -p
    32 DEFS = -O2
     28CCFLAGS = -g -O2
     29DEFS =  -DPACKAGE=\"grb\" -DVERSION=\"0.1\" -DHAVE_LIBG=1 -DHAVE_LIBGDBM=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_VPRINTF=1
    3330RANLIB = ranlib
    3431INCLUDES = -I../../lib
    3532LDFLAGS =
    36 LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++ #-lgdbm
     33LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++ -lgdbm
    3734GSDLOS = linux
    3835
    3936 
    4037COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CCFLAGS)
    41 LINK = $(CC) $(LDFLAGS) -o $@ -lgdbm
     38LINK = $(CC) $(LDFLAGS) -o $@
    4239 
    4340.SUFFIXES:
     
    7673
    7774txt2db: $(TXT2DB_OBJS) $(LIBS)
    78     $(LINK) $(TXT2DB_OBJS) $(LIBS)
     75    $(LINK) $(TXT2DB_OBJS) $(LIBS) 
    7976
    8077
    8178# DO NOT DELETE
    82 txt2db.o: txt2db.cpp /usr/include/gdbm.h ../../lib/gsdlconf.h \
    83  ../../lib/text_t.h /usr/include/g++/vector /usr/include/g++/vector.h \
    84  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    85  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    86  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    87  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    88  /usr/include/libio.h /usr/include/_G_config.h \
    89  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    90  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    91  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    92  /usr/include/features.h /usr/include/errno.h \
    93  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    94  /usr/include/alloca.h \
    95  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    96  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    97  /usr/include/limits.h /usr/include/posix1_lim.h \
    98  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    99  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    100  /usr/include/g++/set.h /usr/include/g++/tree.h \
    101  /usr/include/g++/projectn.h /usr/include/g++/map \
    102  /usr/include/g++/map.h /usr/include/g++/ostream.h \
    103  /usr/include/g++/stream.h
Note: See TracChangeset for help on using the changeset viewer.