home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-01-12 | 1.2 KB | 48 lines |
- # Project: FastJPEG
-
-
- # 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:
- @.!RunImage: @.o.FastJPEG @.^.^.Libraries.clib.o.Stubs \
- @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.eventlib @.^.^.Libraries.tboxlibs.o.wimplib \
- @.^.^.Libraries.flexlib.o.flexlib
- link $(linkflags) @.o.FastJPEG @.^.^.Libraries.clib.o.Stubs \
- @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.eventlib @.^.^.Libraries.tboxlibs.o.wimplib \
- @.^.^.Libraries.flexlib.o.flexlib
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.FastJPEG: @.c.FastJPEG
- cc $(ccflags) -o @.o.FastJPEG @.c.FastJPEG
-
-
- # Dynamic dependencies:
- o.FastJPEG: c.FastJPEG
- o.FastJPEG: C:h.wimp
- o.FastJPEG: C:h.toolbox
- o.FastJPEG: C:h.kernel
- o.FastJPEG: C:h.event
- o.FastJPEG: C:h.wimplib
- o.FastJPEG: h.jpeg
- o.FastJPEG: C:h.swis
- o.FastJPEG: C:h.swis
- o.FastJPEG: C:h.menu
- o.FastJPEG: C:h.saveas
- o.FastJPEG: C:h.window
- o.FastJPEG: C:h.gadgets
- o.FastJPEG: C:h.flex
- o.FastJPEG: C:h.wimp
- o.FastJPEG: C:h.wimplib
-