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

Diff of /gcl/lsp/makefile

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

revision 1.13 by camm, Fri Jun 7 02:57:28 2002 UTC revision 1.14 by camm, Fri Aug 9 05:49:32 2002 UTC
# Line 2  Line 2 
2  .SUFFIXES:  .SUFFIXES:
3  .SUFFIXES: .fn .o .c .lsp  .SUFFIXES: .fn .o .c .lsp
4    
5    -include ../makedefs
6    
7    
8  PORTDIR = ../unixport  PORTDIR = ../unixport
# Line 16  OBJS   = arraylib.o assert.o defmacro.o de Line 17  OBJS   = arraylib.o assert.o defmacro.o de
17    
18  COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \  COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \
19          -o-file nil -h-file -compile          -o-file nil -h-file -compile
20  CFLAGS  = -c -O -I../h  #CFLAGS = -c -O -I../h
21    
22  .lsp.c:  .lsp.c:
23          @ ../xbin/if-exists $(PORTDIR)/saved_gcl \          @ ../xbin/if-exists $(PORTDIR)/saved_gcl \
# Line 27  CFLAGS = -c -O -I../h Line 28  CFLAGS = -c -O -I../h
28           @ ../xbin/if-exists $(PORTDIR)/saved_gcl \           @ ../xbin/if-exists $(PORTDIR)/saved_gcl \
29          "rm -f $*.c $*.h $*.data $*.o" \          "rm -f $*.c $*.h $*.data $*.o" \
30          "$(COMPILE_FILE) $* " \          "$(COMPILE_FILE) $* " \
31          "$(CC) $(OFLAG) $(CFLAGS) $*.c " \          "$(CC) $(OFLAG) $(CFLAGS) -c $*.c " \
32          "${APPEND} ${NULLFILE} $*.data $*.o "          "${APPEND} ${NULLFILE} $*.data $*.o "
33    
 -include ../makedefs  
34    
35  all:    $(OBJS) $(RL_OBJS)  all:    $(OBJS) $(RL_OBJS)
36    
37    
38    
39  .c.o:  .c.o:
40          $(CC) $(OFLAG) $(CFLAGS) $*.c          $(CC) $(OFLAG) $(CFLAGS) -c $*.c
41          ${APPEND} ${NULLFILE} $*.data  $*.o          ${APPEND} ${NULLFILE} $*.data  $*.o
42    
43  .lsp.fn: ../cmpnew/collectfn.o  .lsp.fn: ../cmpnew/collectfn.o

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

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