home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-14 | 1.5 KB | 49 lines |
- # Project: Lesson2
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -I^.^.Include -throwback -fahu -fussy
- Linkflags = -aif -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: @.^.^.WinAppLib.O.Core @.o.Lesson2 @.^.^.Library.WinAppLib \
- @.^.^.Library.LinkList @.^.^.Library.Logging @.^.^.Library.WimpLib @.^.^.Library.SpriteLib \
- @.^.^.Library.GenLib @.^.^.^.^.CLib.o.Stubs
- link $(linkflags) @.^.^.WinAppLib.O.Core @.o.Lesson2 \
- @.^.^.Library.WinAppLib @.^.^.Library.LinkList @.^.^.Library.Logging @.^.^.Library.WimpLib \
- @.^.^.Library.SpriteLib @.^.^.Library.GenLib @.^.^.^.^.CLib.o.Stubs
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.Lesson2: @.C.Lesson2
- cc $(ccflags) -o @.o.Lesson2 @.C.Lesson2
-
-
- # Dynamic dependencies:
- o.Lesson2: C.Lesson2
- o.Lesson2: ^.^.Include.h.winapp
- o.Lesson2: ^.^.Include.h.fontlib
- o.Lesson2: c:h.kernel
- o.Lesson2: ^.^.Include.h.boxpoint
- o.Lesson2: ^.^.Include.h.wimplib
- o.Lesson2: c:h.kernel
- o.Lesson2: ^.^.Include.h.boxpoint
- o.Lesson2: ^.^.Include.h.spritelib
- o.Lesson2: c:h.kernel
- o.Lesson2: ^.^.Include.h.wimplib
- o.Lesson2: ^.^.Include.h.logging
- o.Lesson2: ^.^.Include.h.global
- o.Lesson2: c:h.kernel
-