Changeset 1332


Ignore:
Timestamp:
2000-08-02T14:30:10+12:00 (24 years ago)
Author:
kjm18
Message:

added mgpp Makefiles to the lists

Location:
trunk/gsdl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/Makefile.in

    r1078 r1332  
    4646ALLFILES = $(OBJECTS)
    4747
    48 INSTALLDIRS = src/recpt src/txt2db src/db2txt src/hashfile packages/mg
     48INSTALLDIRS = src/recpt src/txt2db src/db2txt src/hashfile packages/mg 
    4949
    50 OTHERDIRS = packages/mg lib src/colservr src/recpt src/txt2db src/db2txt src/hashfile
     50OTHERDIRS = packages/mg lib src/colservr "src/colservr USE_MGPP=1"  src/recpt src/txt2db src/db2txt src/hashfile
    5151
    5252all:
  • trunk/gsdl/configure

    r998 r1332  
    34033403
    34043404trap 'rm -fr `echo "packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    3405           packages/mg/src/scripts/Makefile packages/mg/lib/Makefile
     3405          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
     3406      src/mgpp/text/Makefile src/mgpp/lib/Makefile
    34063407          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    34073408          src/db2txt/Makefile lib/Makefile Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    34983499
    34993500CONFIG_FILES=\${CONFIG_FILES-"packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    3500           packages/mg/src/scripts/Makefile packages/mg/lib/Makefile
     3501          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
     3502      src/mgpp/text/Makefile src/mgpp/lib/Makefile
    35013503          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    35023504          src/db2txt/Makefile lib/Makefile Makefile"}
  • trunk/gsdl/configure.in

    r998 r1332  
    243243
    244244AC_OUTPUT(packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    245           packages/mg/src/scripts/Makefile packages/mg/lib/Makefile
     245          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
     246      src/mgpp/lib/Makefile src/mgpp/text/Makefile
    246247          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    247248          src/db2txt/Makefile lib/Makefile Makefile)
Note: See TracChangeset for help on using the changeset viewer.