home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-14 | 1.5 KB | 50 lines |
- # Project: Lesson4
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -I^.^.Include -throwback -fahu -fussy
- Linkflags = -o $@
- Pascalflags = -c -depend !Depend -throwback -IP:
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
- Copyflags =
-
-
- # Final targets:
- @.!RunImage: @.!BigImage
- squeeze $(squeezeflags) @.!BigImage
- @.!BigImage: @.o.Lesson4 @.^.^.Library.WinAppLib @.^.^.Library.LinkList \
- @.^.^.Library.Logging @.^.^.Library.GenLib @.^.^.Library.WimpLib @.^.^.Library.SpriteLib \
- @.^.^.Library.FontLib @.^.^.^.^.CLib.o.Stubs
- link $(linkflags) @.o.Lesson4 @.^.^.Library.WinAppLib \
- @.^.^.Library.LinkList @.^.^.Library.Logging @.^.^.Library.GenLib @.^.^.Library.WimpLib \
- @.^.^.Library.SpriteLib @.^.^.Library.FontLib @.^.^.^.^.CLib.o.Stubs
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.Lesson4: @.C.Lesson4
- cc $(ccflags) -o @.o.Lesson4 @.C.Lesson4
-
-
- # Dynamic dependencies:
- o.Lesson4: C.Lesson4
- o.Lesson4: ^.^.Include.h.fontlib
- o.Lesson4: c:h.kernel
- o.Lesson4: ^.^.Include.h.boxpoint
- o.Lesson4: ^.^.Include.h.wimplib
- o.Lesson4: c:h.kernel
- o.Lesson4: ^.^.Include.h.boxpoint
- o.Lesson4: ^.^.Include.h.winapp
- o.Lesson4: ^.^.Include.h.fontlib
- o.Lesson4: ^.^.Include.h.spritelib
- o.Lesson4: c:h.kernel
- o.Lesson4: ^.^.Include.h.wimplib
- o.Lesson4: ^.^.Include.h.logging
- o.Lesson4: ^.^.Include.h.global
- o.Lesson4: c:h.kernel
-