home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-10-06 | 686 b | 34 lines |
- # Project: ExTARct
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -g -throwback
- C++flags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -c++ -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
-
-
- # Final targets:
- @.ExTARct: @.ExTARctF
- squeeze $(squeezeflags) @.ExTARctF
- @.ExTARctF: @.o.ExTARct C:o.ansilib
- Link $(Linkflags) @.o.ExTARct C:o.ansilib
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.ExTARct: @.c.ExTARct
- cc $(ccflags) -o @.o.ExTARct @.c.ExTARct
-
-
- # Dynamic dependencies:
- o.ExTARct: c.ExTARct
- o.ExTARct: h.tar
- o.ExTARct: C:h.kernel
- o.ExTARct: C:h.swis
-