home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-03-11 | 766 b | 33 lines |
- # Project: Example1
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
- F77toAOFflags =
- DataToAOFflags = -depend !Depend -L _length -S -P -DP
-
-
- # Final targets:
- @.!RunImage: @.o.Example1 @.o.text C:o.Stubs
- Link $(Linkflags) @.o.Example1 @.o.text C:o.Stubs
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.Example1: @.c.Example1
- cc $(ccflags) -o @.o.Example1 @.c.Example1
- @.o.text: @.dat.text
- datatoaof -f @.dat.text -o @.o.text $(datatoaofflags)
-
-
- # Dynamic dependencies:
- o.Example1: c.Example1
- o.text: dat.text
-