/[gcl]/gcl/clcs/makefile
ViewVC logotype

Diff of /gcl/clcs/makefile

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

revision 1.16 by camm, Thu Feb 27 18:32:10 2003 UTC revision 1.16.6.1 by camm, Tue Sep 23 18:37:03 2003 UTC
# Line 18  saved_clcs_gcl: ../unixport/saved_pcl_gc Line 18  saved_clcs_gcl: ../unixport/saved_pcl_gc
18          $(CC) $(CFLAGS) -c $< -o $@          $(CC) $(CFLAGS) -c $< -o $@
19          ../xbin/append $*.data $@          ../xbin/append $*.data $@
20    
21  sys-proclaim.lisp:  %.fn: ../cmpnew/gcl_collectfn.o %.lisp ./saved_clcs_gcl
22            echo '(load "$<")(compiler::emit-fn t)(compile-file "$*.lisp")' |./saved_clcs_gcl
23    
24    sys-proclaim.lisp: $(addsuffix .fn,$(FILES))
25          echo '(in-package "CONDITIONS")' \          echo '(in-package "CONDITIONS")' \
26          '(load "../cmpnew/collectfn")'\          '(load "../cmpnew/gcl_collectfn")'\
27          '(compiler::make-all-proclaims "*.fn")' | ../xbin/gcl          '(compiler::make-all-proclaims "*.fn")' | ../xbin/gcl
28    
29  compile: ${LISP}  compile: ${LISP}

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.6.1

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