home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-08-19 | 1.6 KB | 57 lines |
- # Project: Processed
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC:,TOOLBOX: -throwback -DTOOLBOX=1
- C++flags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -c++ -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- amuflags = -k $@
-
-
- # Final targets:
- @.!Runimage: @.o.Processed @.^.^.Libraries.clib.o.Stubs \
- @.^.^.Libraries.tboxlibs.o.eventlib @.^.^.Libraries.tboxlibs.o.renderlib @.^.^.Libraries.tboxlibs.o.sprite \
- @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.wimplib \
- @.^.^.^.user.FLEX.Release.Unified.o.ToolBox
- link $(linkflags) @.o.Processed @.^.^.Libraries.clib.o.Stubs \
- @.^.^.Libraries.tboxlibs.o.eventlib @.^.^.Libraries.tboxlibs.o.renderlib @.^.^.Libraries.tboxlibs.o.sprite \
- @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.wimplib \
- @.^.^.^.user.FLEX.Release.Unified.o.ToolBox
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.Processed: @.c.Processed
- cc $(ccflags) -o @.o.Processed @.c.Processed
-
-
-
- # Dynamic dependencies:
- o.FLEX: c.FLEX
- o.FLEX: C:h.kernel
- o.FLEX: C:h.swis
- o.FLEX: TOOLBOX:h.wimplib
- o.FLEX: TOOLBOX:h.wimp
- o.FLEX: h.flex
- o.FLEX: C:h.kernel
- o.Processed: c.Processed
- o.Processed: TOOLBOX:h.wimp
- o.Processed: TOOLBOX:h.toolbox
- o.Processed: C:h.kernel
- o.Processed: TOOLBOX:h.event
- o.Processed: TOOLBOX:h.wimplib
- o.Processed: TOOLBOX:h.gadgets
- o.Processed: TOOLBOX:h.window
- o.Processed: TOOLBOX:h.sprite
- o.Processed: TOOLBOX:h.ProgInfo
- o.Processed: TOOLBOX:h.menu
- o.Processed: C:h.swis
- o.Processed: h.pca
- o.Processed: h.flex
- o.Processed: C:h.kernel
-