/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.43 by camm, Tue Sep 10 03:35:14 2002 UTC revision 1.44 by camm, Thu Sep 12 04:38:49 2002 UTC
# Line 107  $(MPDIR)/libmport.a: Line 107  $(MPDIR)/libmport.a:
107  $(GMPDIR)/libgmp.a: $(GMPDIR)/Makefile  $(GMPDIR)/libgmp.a: $(GMPDIR)/Makefile
108          cd $(GMPDIR) && make && rm -f libgmp.a &&  ar qc libgmp.a *.o */*.o          cd $(GMPDIR) && make && rm -f libgmp.a &&  ar qc libgmp.a *.o */*.o
109    
110    gmp_all: $(GMPDIR)/Makefile
111            cd $(GMPDIR) && make
112            touch $@
113    
114  $(GMPDIR)/mpn/mul_n.o $(GMPDIR)/mpn/lshift.o $(GMPDIR)/mpn/rshift.o: $(GMPDIR)/Makefile  $(GMPDIR)/mpn/mul_n.o $(GMPDIR)/mpn/lshift.o $(GMPDIR)/mpn/rshift.o: $(GMPDIR)/Makefile
115          cd $(@D) && make $(@F)          cd $(@D) && make $(@F)
116    
# Line 181  clean: Line 185  clean:
185          rm -f foo.tcl config.log makedefs makedefsafter config.cache config.status makedefc          rm -f foo.tcl config.log makedefs makedefsafter config.cache config.status makedefc
186          rm -f h/config.h h/gclincl.h h/cmpinclude.h h/gmp.h          rm -f h/config.h h/gclincl.h h/cmpinclude.h h/gmp.h
187          rm -rf $(GMPDIR)/.deps $(GMPDIR)/libgmp.a          rm -rf $(GMPDIR)/.deps $(GMPDIR)/libgmp.a
188          rm -f xbin/gcl foo foo.c bin/gclm.bat          rm -f xbin/gcl foo foo.c bin/gclm.bat gmp_all
189          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
190          -cd binutils/bfd && make distclean          -cd binutils/bfd && make distclean
191          -cd binutils/libiberty && make distclean          -cd binutils/libiberty && make distclean

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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