/[gcl]/gcl/unixport/makefile
ViewVC logotype

Diff of /gcl/unixport/makefile

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

revision 1.42 by camm, Thu Feb 27 18:32:10 2003 UTC revision 1.42.2.1 by camm, Thu Mar 20 15:22:55 2003 UTC
# Line 51  $(LSPDIR)/auto_new.lsp: $(LSPDIR)/auto.l Line 51  $(LSPDIR)/auto_new.lsp: $(LSPDIR)/auto.l
51  init_gcl.lsp.tmp: init_gcl.lsp.in  init_gcl.lsp.tmp: init_gcl.lsp.in
52          cp $< $@          cp $< $@
53    
54    init_xgcl.lsp.tmp: init_gcl.lsp.tmp
55            ln -snf $< $@
56    
57  init_pcl_gcl.lsp.tmp: init_pcl_gcl.lsp.in ../cmpnew/cmpmain.lsp \  init_pcl_gcl.lsp.tmp: init_pcl_gcl.lsp.in ../cmpnew/cmpmain.lsp \
58                  ../pcl/sys-package.lisp ../clcs/package.lisp \                  ../pcl/sys-package.lisp ../clcs/package.lisp \
59                  $(shell ls -1 ../clcs/clcs_*.lisp)                  $(shell ls -1 ../clcs/clcs_*.lisp)
# Line 107  libgcl.a: $(FIRST_FILE) $(OBJS) sys_gcl. Line 110  libgcl.a: $(FIRST_FILE) $(OBJS) sys_gcl.
110          rm -rf $@          rm -rf $@
111          ar rs $@ $(filter %.o,$^) $(shell find gmp bfd -name "*.o")          ar rs $@ $(filter %.o,$^) $(shell find gmp bfd -name "*.o")
112    
113    libxgcl.a: libgcl.a
114            ln -snf $< $@
115    
116  libansi_gcl.a: $(FIRST_FILE) $(OBJS) $(ANSIOBJS) sys_ansi_gcl.o $(LAST_FILE) gmpfiles bfdfiles  libansi_gcl.a: $(FIRST_FILE) $(OBJS) $(ANSIOBJS) sys_ansi_gcl.o $(LAST_FILE) gmpfiles bfdfiles
117          rm -rf $@          rm -rf $@
118          ar rs $@ $(filter %.o,$^) $(shell find gmp bfd -name "*.o")          ar rs $@ $(filter %.o,$^) $(shell find gmp bfd -name "*.o")

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.42.2.1

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