Changeset 552 for trunk/gsdl/src/txt2db


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

added configure stuff

Location:
trunk/gsdl/src/txt2db
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • 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.