home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-01-19 | 889 b | 36 lines |
- # Project: newsprites
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -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:
- @.newsprites: @.o.newsprites @.^.^.AcornC_C++.Libraries.clib.o.Stubs \
- @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib
- link $(linkflags) @.o.newsprites \
- @.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.newsprites: @.c.newsprites
- cc $(ccflags) -o @.o.newsprites @.c.newsprites
-
-
- # Dynamic dependencies:
- o.newsprites: c.newsprites
- o.newsprites: C:h.osspriteop
- o.newsprites: C:h.types
- o.newsprites: C:h.os
- o.newsprites: C:h.colourtrans
- o.newsprites: C:h.font
- o.newsprites: C:h.font
-