/[gcl]/gcl/cmpnew/makefile
ViewVC logotype

Diff of /gcl/cmpnew/makefile

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

revision 1.14 by camm, Wed Jun 19 21:40:30 2002 UTC revision 1.15 by camm, Fri Aug 9 05:49:32 2002 UTC
# Line 2  Line 2 
2  .SUFFIXES:  .SUFFIXES:
3  .SUFFIXES: .o .c .lsp .lisp .fn  .SUFFIXES: .o .c .lsp .lisp .fn
4    
5    -include ../makedefs
6    
7  PORTDIR = ../unixport  PORTDIR = ../unixport
8  CAT=cat  CAT=cat
# Line 14  OBJS   = cmpbind.o cmpblock.o cmpcall.o cm Line 15  OBJS   = cmpbind.o cmpblock.o cmpcall.o cm
15    
16  COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \  COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \
17          -o-file nil -h-file -compile          -o-file nil -h-file -compile
18  CFLAGS  = -c -O -I../h  #CFLAGS = -c -O -I../h
19    
20  .lsp.c:  .lsp.c:
21          @ ../xbin/if-exists $(PORTDIR)/saved_gcl \          @ ../xbin/if-exists $(PORTDIR)/saved_gcl \
# Line 25  CFLAGS = -c -O -I../h Line 26  CFLAGS = -c -O -I../h
26          @ ../xbin/if-exists $(PORTDIR)/saved_gcl \          @ ../xbin/if-exists $(PORTDIR)/saved_gcl \
27          "rm -f $*.c $*.h $*.data $*.o" \          "rm -f $*.c $*.h $*.data $*.o" \
28          "$(COMPILE_FILE) $* " \          "$(COMPILE_FILE) $* " \
29          "$(CC) $(OFLAG) $(CFLAGS) $*.c" \          "$(CC) $(OFLAG) $(CFLAGS) -c $*.c" \
30          "${APPEND} ${NULLFILE} $*.data $*.o"          "${APPEND} ${NULLFILE} $*.data $*.o"
31    
 -include ../makedefs  
   
32  all:    $(OBJS)  all:    $(OBJS)
33    
34  .lsp.fn: ../cmpnew/collectfn.o  .lsp.fn: ../cmpnew/collectfn.o
# Line 37  all:   $(OBJS) Line 36  all:   $(OBJS)
36    
37    
38  .c.o:    .c.o:  
39          $(CC) $(OFLAG) $(CFLAGS) $*.c          $(CC) $(OFLAG) $(CFLAGS) -c $*.c
40          ${APPEND} ${NULLFILE} $*.data  $*.o          ${APPEND} ${NULLFILE} $*.data  $*.o
41    
42  collectfn.o:  collectfn.o:

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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