/[gcl]/gcl/lsp/makefile
ViewVC logotype

Diff of /gcl/lsp/makefile

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

revision 1.18.6.3 by camm, Tue Sep 23 18:56:18 2003 UTC revision 1.18.6.4 by camm, Wed Sep 24 15:48:45 2003 UTC
# Line 19  OBJS   = gcl_arraylib.o gcl_assert.o gcl_d Line 19  OBJS   = gcl_arraylib.o gcl_assert.o gcl_d
19  # export.o autoload.o auto_new.o  # export.o autoload.o auto_new.o
20    
21    
22  COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \  COMPILE_FILE=$(PORTDIR)/saved_pre_gcl $(PORTDIR) -system-p -c-file -data-file \
23          -o-file nil -h-file -compile          -o-file nil -h-file -compile
24  #CFLAGS = -c -O -I../h  #CFLAGS = -c -O -I../h
25    
26  .lsp.c:  .lsp.c:
27          @ ../xbin/if-exists $(PORTDIR)/saved_gcl \          @ ../xbin/if-exists $(PORTDIR)/saved_pre_gcl \
28          "rm -f $*.c $*.h $*.data $*.o" \          "rm -f $*.c $*.h $*.data $*.o" \
29          "$(COMPILE_FILE) $* "          "$(COMPILE_FILE) $* "
30    
31  .lsp.o:  .lsp.o:
32           @ ../xbin/if-exists $(PORTDIR)/saved_gcl \           @ ../xbin/if-exists $(PORTDIR)/saved_pre_gcl \
33          "rm -f $*.c $*.h $*.data $*.o" \          "rm -f $*.c $*.h $*.data $*.o" \
34          "$(COMPILE_FILE) $* " \          "$(COMPILE_FILE) $* " \
35          "$(CC) $(OFLAG) $(CFLAGS) -c $*.c " \          "$(CC) $(OFLAG) $(CFLAGS) -c $*.c " \
# Line 59  fns:   ../cmpnew/gcl_collectfn.o Line 59  fns:   ../cmpnew/gcl_collectfn.o
59    
60    
61  clean:  clean:
62          rm -f *.o core a.out *.fn          rm -f *.o core a.out *.fn *.c *.data *.h
63  allclean:  allclean:
64          rm -f *.h *.data *.c          rm -f *.h *.data *.c
65    

Legend:
Removed from v.1.18.6.3  
changed lines
  Added in v.1.18.6.4

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