Changeset 558 for trunk/gsdl/src/db2txt


Ignore:
Timestamp:
1999-09-09T16:05:22+12:00 (25 years ago)
Author:
sjboddie
Message:

more configure stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/db2txt/Makefile.in

    r552 r558  
    22#
    33# 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#
    48# Copyright (C) 1999 Rodger McNab, Stefan Boddie
     9#
    510#
    611# This program is free software; you can redistribute it and/or modify
     
    3136LDFLAGS = -lgdbm
    3237#LIBS = ../../lib/gsdllib.a ../../packages/mg-1.3d/lib/unitool.o
    33 GSDLOS = linux
     38GSDLOS = @gsdlos@
    3439
    3540 
     
    7378db2txt: $(DB2TXT_OBJS) $(LIBS)
    7479    $(LINK) $(DB2TXT_OBJS) $(LIBS)
    75 
    76 
    77 # DO NOT DELETE
    78 
    79 db2txt.o: ../../lib/text_t.h
Note: See TracChangeset for help on using the changeset viewer.