Ignore:
Timestamp:
2010-05-10T18:24:37+12:00 (14 years ago)
Author:
ak19
Message:

Undoing the commits of 22058 to the indexer folder: USE_GDBM, USE_JDBM are not relevant here (or USE_SQLITE).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/mgpp/text/Makefile.in

    r22058 r22070  
    3838endif
    3939
    40 USE_GDBM = @USE_GDBM@
    41 ifeq ($(USE_GDBM), 1)
    42 GDBM_DEFINES = -DUSE_GDBM
    43 else
    44 GDBM_DEFINES =
    45 endif
    46 
    47 USE_JDBM = @USE_JDBM@
    48 ifeq ($(USE_JDBM), 1)
    49 JDBM_DEFINES = -DUSE_JDBM
    50 else
    51 JDBM_DEFINES =
    52 endif
    53 
    54 USE_SQLITE = @USE_SQLITE@
    55 ifeq ($(USE_SQLITE), 1)
    56 SQLITE_DEFINES = -DUSE_SQLITE
    57 else
    58 SQLITE_DEFINES =
    59 endif
    6040
    6141SHELL = /bin/sh
     
    7555CFLAGS = @CFLAGS@ @COMPAT32BITFLAGS@ -ansi -fPIC -DSILENT -DSHORT_SUFFIX $(AFFLAGS)
    7656CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@ -fPIC -DSILENT -DSHORT_SUFFIX $(AFFLAGS)
    77 DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
     57DEFS = @DEFS@
    7858RANLIB = @RANLIB@
    7959INSTALL = @INSTALL@
Note: See TracChangeset for help on using the changeset viewer.