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

Diff of /gcl/bin/makefile

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

revision 1.18 by mjthomas, Mon Sep 23 04:30:16 2002 UTC revision 1.18.6.1 by camm, Thu Nov 6 16:16:49 2003 UTC
# Line 7  APPEND  = ../bin/append Line 7  APPEND  = ../bin/append
7  all:    dpp${EXE} ${APPEND}${EXE} file-sub${EXE}  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}  -o dpp${EXE} dpp.c
11    
12  file-sub${EXE}: file-sub.c  file-sub${EXE}: file-sub.c
13          ${CC} ${DEFS} -o file-sub${EXE} file-sub.c          ${CC} ${DEFS} -o file-sub${EXE} file-sub.c

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

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