Changeset 859


Ignore:
Timestamp:
2000-01-14T15:49:57+13:00 (24 years ago)
Author:
sjboddie
Message:

changed config stuff ... again

Location:
trunk/gsdl/src/mgpp
Files:
3 edited

Legend:

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

    r854 r859  
    4747#infodir='$(infodir)' infodir='$(infodir)' libexecdir='$(libexecdir)'
    4848
    49 SUBDIRS = lib text src/images scripts docs
     49SUBDIRS = lib text
    5050
    5151
     
    6161#info dvi:
    6262#   cd doc && $(MAKE) $@
    63 
    64 check: all
    65     echo making $@ in ./test directory
    66     (cd ./test && $(MAKE) all) || exit 1
    67     ./test/testmg `pwd`
    6863
    6964mostlyclean: mostlyclean-recursive mostlyclean-local
     
    108103config.h.in configure stamp-h.in
    109104
    110 dist: $(DISTFILES)
    111 #-----------------------------------------------------------------
    112     #create distribution directory
    113     -rm -rf $(distdir)
    114     mkdir $(distdir)
    115 #
    116     #link in local distribution files
    117     ln $(DISTFILES) $(distdir)
    118 #
    119     #link in SampleData
    120     mkdir $(distdir)/SampleData
    121     (cd SampleData; $(MAKE) "distdir=../$(distdir)/SampleData" dist)
    122     # link in davinci stuff
    123     mkdir $(distdir)/SampleData/davinci
    124     (cd SampleData/davinci; \
    125     $(MAKE) "distdir=../../$(distdir)/SampleData/davinci" dist)
    126     # link in bible stuff
    127     mkdir $(distdir)/SampleData/bible
    128     (cd SampleData/bible; \
    129     $(MAKE) "distdir=../../$(distdir)/SampleData/bible" dist)
    130 #
    131     #link in non-src distribution files
    132     mkdir $(distdir)/src
    133     for dir in test docs lib text scripts; do \
    134       echo makeing $@ in $$dir ; \
    135       mkdir $(distdir)/$$dir; \
    136       (cd $$dir; $(MAKE) "distdir=../../$(distdir)/$$dir" $@) ; \
    137     done
    138 #
    139     #link in src distribution files
    140     mkdir $(distdir)/src
    141     for dir in src/images; do \
    142       echo makeing $@ in $$dir ; \
    143       mkdir $(distdir)/$$dir; \
    144       (cd $$dir; $(MAKE) "distdir=../../$(distdir)/$$dir" $@) ; \
    145     done
    146 #
    147     # archive and compress
    148     tar -chf - $(distdir) | gzip -9 > $(distname).tar.gz
    149     tar -chf - $(distdir) | compress > $(distname).tar.Z
    150 #
    151     # cleanup
    152     rm -rf $(distdir)
    153105#-----------------------------------------------------------------
    154106
  • trunk/gsdl/src/mgpp/configure

    r857 r859  
    31113111ac_given_INSTALL="$INSTALL"
    31123112
    3113 trap 'rm -fr `echo "Makefile text/Makefile src/images/Makefile
    3114           scripts/Makefile lib/Makefile docs/Makefile test/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     3113trap 'rm -fr `echo "Makefile text/Makefile lib/Makefile  config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
    31153114EOF
    31163115cat >> $CONFIG_STATUS <<EOF
     
    32023201cat >> $CONFIG_STATUS <<EOF
    32033202
    3204 CONFIG_FILES=\${CONFIG_FILES-"Makefile text/Makefile src/images/Makefile
    3205           scripts/Makefile lib/Makefile docs/Makefile test/Makefile"}
     3203CONFIG_FILES=\${CONFIG_FILES-"Makefile text/Makefile lib/Makefile "}
    32063204EOF
    32073205cat >> $CONFIG_STATUS <<\EOF
  • trunk/gsdl/src/mgpp/configure.in

    r857 r859  
    102102# ---------------------------------------------------------------------------
    103103
    104 AC_OUTPUT([Makefile text/Makefile src/images/Makefile
    105           scripts/Makefile lib/Makefile docs/Makefile test/Makefile],
     104AC_OUTPUT([Makefile text/Makefile lib/Makefile ],
    106105[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
Note: See TracChangeset for help on using the changeset viewer.