Changeset 1070 for branches


Ignore:
Timestamp:
2000-04-05T04:43:49+12:00 (24 years ago)
Author:
cs025
Message:

Reinstated previous changes which somehow hadn't come across okay on the
CVS updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/corba/gsdl/Makefile.in

    r1067 r1070  
    4646ALLFILES = $(OBJECTS)
    4747
    48 INSTALLDIRS = packages/mg src/recpt src/txt2db src/db2txt src/hashfile
     48INSTALLDIRS = src/recpt src/txt2db src/db2txt src/hashfile packages/mg
    4949
    5050OTHERDIRS = packages/mg lib src/colservr src/recpt src/txt2db src/db2txt src/hashfile
    5151
    5252all:
    53     sed s^XXXX^$(TOPSRC)^ lib/gsdlhome.h.example > lib/gsdlhome.h
    54     mkdir -p bin/$(GSDLOS)
    55 
    5653    for odir in $(OTHERDIRS); do \
    5754      echo making $@ in $$odir; \
     
    6663    done
    6764
     65distclean:
     66    rm -f Makefile config.cache config.h config.log stamp-h
     67    for subdir in $(INSTALLDIRS) $(OTHERDIRS); do \
     68      echo cleaning $@ in $$subdir; \
     69      (cd $$subdir && $(MAKE) distclean) || exit 1; \
     70    done
     71
    6872clean:
    69     rm -f Makefile config.cache config.h config.log stamp-h
    70     rm lib/gsdlhome.h
    7173    for subdir in $(INSTALLDIRS) $(OTHERDIRS); do \
    7274      echo cleaning $@ in $$subdir; \
Note: See TracChangeset for help on using the changeset viewer.