/[gcl]/gcl/gcl-tk/makefile
ViewVC logotype

Diff of /gcl/gcl-tk/makefile

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

revision 1.19 by mjthomas, Wed May 11 23:23:26 2005 UTC revision 1.20 by mjthomas, Thu May 12 12:44:43 2005 UTC
# Line 21  CFLAGS1=$(CFLAGS) -I../o -I../h ${TK_INC Line 21  CFLAGS1=$(CFLAGS) -I../o -I../h ${TK_INC
21  WGCLDIR=`echo $(GCLDIR) | sed -e 'sX^/\([a-z]\)X\1:Xg'`  WGCLDIR=`echo $(GCLDIR) | sed -e 'sX^/\([a-z]\)X\1:Xg'`
22    
23    
24  all: gcltksrv   tkl.o tinfo.o  demos/gc-monitor.o gcltkaux  all: gcltksrv   tkl.o tinfo.o  demos/gc-monitor.o gcltkaux \
25         winkill.exe tclwinkill.dll
26          (cd demos ; \          (cd demos ; \
27          echo '(load "../tkl.o")(TK::GET-AUTOLOADS (directory "*.lisp"))' | ../../unixport/$(FLISP)$(EXE))          echo '(load "../tkl.o")(TK::GET-AUTOLOADS (directory "*.lisp"))' | ../../unixport/$(FLISP)$(EXE))
28    
# Line 65  gcltksrv.interp: makefile Line 66  gcltksrv.interp: makefile
66          -e "s!GCL_TK_DIR=.*!GCL_TK_DIR=${GCLDIR}/gcl-tk!g" > gcltksrv.interp          -e "s!GCL_TK_DIR=.*!GCL_TK_DIR=${GCLDIR}/gcl-tk!g" > gcltksrv.interp
67          chmod a+x gcltksrv.interp          chmod a+x gcltksrv.interp
68    
69    winkill.exe: winkill.c
70            gcc -Wall -o winkill.exe winkill.c
71    
72    tclwinkill.dll: tclwinkill.c
73            gcc -Wall -shared $(TCL_INCLUDE) tclwinkill.c $(TCL_STUB_LIBS) -o tclwinkill.dll
74    
75  INTERESTING=*.lsp *.lisp tk*.c guis.c sockets.c  comm.c Makefile  demos/*.lisp  *.h  INTERESTING=*.lsp *.lisp tk*.c guis.c sockets.c  comm.c Makefile  demos/*.lisp  *.h
76    
77  tar:  tar:

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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