/[gcl]/gcl/bin/makefile
ViewVC logotype

Diff of /gcl/bin/makefile

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

revision 1.17 by mjthomas, Mon Aug 12 23:52:04 2002 UTC revision 1.18 by mjthomas, Mon Sep 23 04:30:16 2002 UTC
# Line 4  APPEND  = ../bin/append Line 4  APPEND  = ../bin/append
4    
5  -include ../makedefs  -include ../makedefs
6    
7  all:    dpp${EXE} ${APPEND}${EXE} file-sub${EXE} ${WINKILL}  all:    dpp${EXE} ${APPEND}${EXE} file-sub${EXE}
8    
9  dpp${EXE}:      dpp.c  dpp${EXE}:      dpp.c
10          ${CC} ${DEFS}  -DUNIX -o dpp${EXE} dpp.c          ${CC} ${DEFS}  -DUNIX -o dpp${EXE} dpp.c
# Line 15  file-sub${EXE}:        file-sub.c Line 15  file-sub${EXE}:        file-sub.c
15  ${APPEND}${EXE}: append.c  ${APPEND}${EXE}: append.c
16          ${CC}  ${DEFS} -o append${EXE}  append.c          ${CC}  ${DEFS} -o append${EXE}  append.c
17    
 $(WINKILL): winkill.c  
         echo $(CFLAGS)  
         ${CC} $(DEFS) ${CFLAGS} winkill.c -o winkill.exe  
   
 tclwinkill.dll: ../o/tclwinkill.c  
         -(cd ../o; $(CC) $(DEFS) -shared tclwinkill.c -ltclstub83 -o ../bin/tclwinkill.dll)  
   
18  clean:  clean:
19          rm -f dpp dpp${EXE} append append${EXE} file-sub${EXE} core a.out *.o gcl winkill.exe tclwinkill.dll          rm -f dpp${EXE} append${EXE} file-sub${EXE} core a.out *.o gcl gclm.bat

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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