/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.78 by camm, Sun Sep 14 02:43:00 2003 UTC revision 1.79 by camm, Tue Sep 23 20:25:12 2003 UTC
# Line 27  LSPDIR = lsp Line 27  LSPDIR = lsp
27  CMPDIR  = cmpnew  CMPDIR  = cmpnew
28  PORTDIR = unixport  PORTDIR = unixport
29  CLCSDIR = clcs  CLCSDIR = clcs
30    MODDIR = mod
31  PCLDIR = pcl  PCLDIR = pcl
32  MPDIR   = mp  MPDIR   = mp
33  TESTDIR = ansi-tests  TESTDIR = ansi-tests
# Line 60  $(PORTDIR)/saved_gcl: $(HDIR)cmpinclude. Line 61  $(PORTDIR)/saved_gcl: $(HDIR)cmpinclude.
61          (cd $(CMPDIR); $(MAKE) all)          (cd $(CMPDIR); $(MAKE) all)
62          cd $(@D) && $(MAKE) $(@F)          cd $(@D) && $(MAKE) $(@F)
63    
64  $(PORTDIR)/saved_pcl_gcl: $(PORTDIR)/saved_gcl  $(PORTDIR)/saved_mod_gcl: $(PORTDIR)/saved_gcl
65            (cd $(MODDIR); rm -f *.c; $(MAKE) all)
66            cd $(@D) && $(MAKE) $(@F)
67    
68    $(PORTDIR)/saved_pcl_gcl: $(PORTDIR)/saved_mod_gcl
69          (cd $(PCLDIR); rm -f *.c; $(MAKE) all)          (cd $(PCLDIR); rm -f *.c; $(MAKE) all)
70          cd $(@D) && $(MAKE) $(@F)          cd $(@D) && $(MAKE) $(@F)
71    
# Line 195  clean: Line 200  clean:
200          (cd mp ; $(MAKE) clean)          (cd mp ; $(MAKE) clean)
201          (cd $(ODIR); $(MAKE) clean)          (cd $(ODIR); $(MAKE) clean)
202          (cd $(LSPDIR); $(MAKE) clean)          (cd $(LSPDIR); $(MAKE) clean)
203            (cd $(MODDIR); $(MAKE) clean)
204          (cd $(CMPDIR); $(MAKE) clean)          (cd $(CMPDIR); $(MAKE) clean)
205          (cd $(PORTDIR); $(MAKE) clean)          (cd $(PORTDIR); $(MAKE) clean)
206          (cd gcl-tk ; $(MAKE) clean)          (cd gcl-tk ; $(MAKE) clean)
# Line 211  clean: Line 217  clean:
217          rm -f h/*-linux.defs h/bfd.h h/bfdlink.h h/ansidecl.h h/symcat.h          rm -f h/*-linux.defs h/bfd.h h/bfdlink.h h/ansidecl.h h/symcat.h
218          rm -f windows/gcl.iss bin/gcl.bat windows/gcl.ansi.iss windows/install.ansi.lsp \          rm -f windows/gcl.iss bin/gcl.bat windows/gcl.ansi.iss windows/install.ansi.lsp \
219                  windows/install.lsp                  windows/install.lsp
220          rm -f ansi-tests/test_results ansi-tests/gazonk*lsp          rm -f ansi-tests/test_results ansi-tests/gazonk* \
221                    ansi-tests/generated-eval-when-test-file.lisp
222          rm -f config.log config.cache config.status          rm -f config.log config.cache config.status
223          -cd binutils/bfd && $(MAKE) distclean          -cd binutils/bfd && $(MAKE) distclean
224          -cd binutils/libiberty && $(MAKE) distclean          -cd binutils/libiberty && $(MAKE) distclean

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

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