Changeset 1077


Ignore:
Timestamp:
2000-04-07T10:48:26+12:00 (24 years ago)
Author:
sjboddie
Message:

added configuration stuff for niupepa collection receptionist

Location:
trunk/niupepa
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/niupepa/src/recpt/Makefile.in

    r1023 r1077  
    3232CC = @CC@
    3333CCFLAGS = @CFLAGS@ -Wall -Wunused -pedantic -W -Woverloaded-virtual
    34 DEFS = -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DGSDLSERVER \
    35        -DGSDLSERVER @DEFS@
     34DEFS = -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DGSDLSERVER @DEFS@
    3635
    3736USE_FASTCGI = @USE_FASTCGI@
     
    8382install: $(EXEC)
    8483    install -m 755 -s $(EXEC) $(GD)/cgi-bin/$(EXEC)
     84
     85distclean:
     86    rm -f $(OBJECTS) $(EXEC) Makefile
    8587
    8688clean:
Note: See TracChangeset for help on using the changeset viewer.