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

Diff of /gcl/unixport/makefile

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

revision 1.35 by mjthomas, Sun Oct 6 09:38:32 2002 UTC revision 1.36 by camm, Wed Oct 9 03:46:34 2002 UTC
# Line 83  init_gcl.lsp: init_gcl.lsp.in Line 83  init_gcl.lsp: init_gcl.lsp.in
83          echo "(setq compiler::*cc* \"$(CC) -c $(FINAL_CFLAGS)\")" >>$@          echo "(setq compiler::*cc* \"$(CC) -c $(FINAL_CFLAGS)\")" >>$@
84          echo "(setq compiler::*ld* \"$(CC) -o \")" >>$@          echo "(setq compiler::*ld* \"$(CC) -o \")" >>$@
85          echo "(setq compiler::*ld-libs* \"$(LD_LIBS)\")" >>$@          echo "(setq compiler::*ld-libs* \"$(LD_LIBS)\")" >>$@
86            echo "(setq compiler::*opt-three* \"$(O3FLAGS)\")" >>$@
87            echo "(setq compiler::*opt-two* \"$(O2FLAGS)\")" >>$@
88          echo "(setq compiler::*init-lsp* \"$@\")" >>$@          echo "(setq compiler::*init-lsp* \"$@\")" >>$@
89    
90    

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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