/[gzz]/gzz/Makefile
ViewVC logotype

Diff of /gzz/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.147 by tjl, Wed Aug 28 14:22:38 2002 UTC revision 1.148 by tuukkah, Wed Aug 28 15:36:56 2002 UTC
# Line 1  Line 1 
   
1  # all must compile everywhere  # all must compile everywhere
2  all: compile batchtest  all: compile batchtest
3  alltests: batchtest batchtest-junit slow test-  alltests: batchtest batchtest-junit slow test-
# Line 24  dist: Line 23  dist:
23          $(NOTEST) || $(MAKE) batchtest slow              $(NOTEST) || $(MAKE) batchtest slow    
24          $(MAKE) clean          $(MAKE) clean
25          $(MAKE) ready_to_compile doc          $(MAKE) ready_to_compile doc
26          find . ! -type d|egrep -v '(^./(basalt|lava|C\+\+|Perl|Java|Modules))|/CVS/|#|~|\$$py\.class$$'|grep -vF "./$(DISTDIR)/"|xargs --replace cp --parents {} $(DISTDIR)          find . ! -type d|egrep -v '^./(basalt|lava|C\+\+|Perl|Java|Modules)|/CVS/|#|~|\$$py\.class$$'|grep -vF "./$(DISTDIR)/"|xargs --replace cp --parents {} $(DISTDIR)
27            mkdir $(DISTDIR)/depends
28            cp $(GZZ_DEPENDS)/* $(DISTDIR)/*
29    
30          echo $(VERSION) >$(DISTDIR)/VERSION          echo $(VERSION) >$(DISTDIR)/VERSION
31    
32          tar cf $(DISTDIR).tar $(DISTDIR)          tar cf $(DISTDIR).tar $(DISTDIR)

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26