home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-23 | 1.4 KB | 55 lines |
- # Project: lgrind
-
-
- # Toolflags:
- Pascalflags = -c -depend !Depend -throwback -IP:
- CCflags = -c -depend !Depend -JUNIX: -IUNIX: -fwca -wda -throwback -pcc -DARCH
- Linkflags = -aif -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -f -v -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.lgrind1: @.o.lgrind @.o.regexp @.o.vgrindefs unix:o.unixlib
- link $(linkflags) @.o.lgrind @.o.regexp @.o.vgrindefs unix:o.unixlib
- @.lgrind: @.lgrind1
- squeeze $(squeezeflags) @.lgrind1
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.lgrind: @.c.lgrind
- cc $(ccflags) -o @.o.lgrind @.c.lgrind
- @.o.regexp: @.c.regexp
- cc $(ccflags) -o @.o.regexp @.c.regexp
- @.o.vgrindefs: @.c.vgrindefs
- cc $(ccflags) -o @.o.vgrindefs @.c.vgrindefs
-
-
- # Dynamic dependencies:
- o.regexp: c.regexp
- o.regexp: UNIX:h.stdio
- o.regexp: UNIX:h.stdarg
- o.regexp: UNIX:sys.h.types
- o.regexp: UNIX:h.ctype
- o.vgrindefs: c.vgrindefs
- o.vgrindefs: UNIX:h.stdlib
- o.vgrindefs: UNIX:sys.h.types
- o.vgrindefs: UNIX:h.ctype
- o.lgrind: c.lgrind
- o.lgrind: UNIX:h.stdio
- o.lgrind: UNIX:h.stdarg
- o.lgrind: UNIX:sys.h.types
- o.lgrind: UNIX:h.ctype
- o.lgrind: UNIX:sys.h.types
- o.lgrind: UNIX:sys.h.stat
- o.lgrind: UNIX:h.time
- o.lgrind: UNIX:h.unistd
- o.lgrind: UNIX:h.fcntl
- o.lgrind: UNIX:h.termio
-