Changeset 7710 for trunk/indexers/mgpp


Ignore:
Timestamp:
2004-07-07T15:13:30+12:00 (20 years ago)
Author:
kjdon
Message:

removed some old comments, now installs into bin/gsdlos rather than bin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/text/Makefile.in

    r3372 r7710  
    11###########################################################################
    22#
    3 # Makefile.in -- Makefile for the MG system
     3# Makefile.in -- Makefile for the MGPP system
    44# Copyright (C) 1994  Neil Sharman;  1995 Tim Shimmin
    55#
     
    5050TOUCH = echo timestamp >
    5151AWK = @AWK@
    52 
    53 ##########################################
    54 # George Buchanan - August 1999
    55 #
    56 # compiling with make NZDL=1 to ensure that
    57 # the NZDL compile mode is used - this has been changed to the default - kjm18
    58 #
    59 ##########################################
     52GSDLOS = @gsdlos@
     53
     54###############
     55# change this if not compiling for Greenstone
     56bindir = $(exec_prefix)/bin/$(GSDLOS)
     57#bindir = $(exec_prefix)/bin
     58###############
    6059
    6160datadir = $(prefix)/share
     
    269268    done
    270269
    271 #mg_errors$o removed from LIB_OBJS to avoid conflict with mg's libtextin.a
    272270LIB_OBJS = mg_files$o  mg_errors$o locallib$o invf$o UCArray$o \
    273271           FIvfLevelInfo$o FragLevelConvert$o Terms$o MGQuery$o \
     
    307305        done
    308306
    309 # jrm21
    310 #Makefile: Makefile.in ../../../config.status
    311 #   cd ../../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
    312307
    313308# Tell versions [3.59,3.63) of GNU make not to export all variables.
Note: See TracChangeset for help on using the changeset viewer.