home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / fastjpeg / !FastJPEG / Makefile < prev    next >
Makefile  |  1997-01-12  |  1KB  |  48 lines

  1. # Project:   FastJPEG
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -aif -c++ -o $@ 
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.o.FastJPEG @.^.^.Libraries.clib.o.Stubs \
  16.         @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.eventlib @.^.^.Libraries.tboxlibs.o.wimplib \
  17.         @.^.^.Libraries.flexlib.o.flexlib 
  18.         link $(linkflags) @.o.FastJPEG @.^.^.Libraries.clib.o.Stubs \
  19.         @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.eventlib @.^.^.Libraries.tboxlibs.o.wimplib \
  20.         @.^.^.Libraries.flexlib.o.flexlib 
  21.  
  22.  
  23. # User-editable dependencies:
  24.  
  25.  
  26. # Static dependencies:
  27. @.o.FastJPEG:   @.c.FastJPEG
  28.         cc $(ccflags) -o @.o.FastJPEG @.c.FastJPEG 
  29.  
  30.  
  31. # Dynamic dependencies:
  32. o.FastJPEG:    c.FastJPEG
  33. o.FastJPEG:    C:h.wimp
  34. o.FastJPEG:    C:h.toolbox
  35. o.FastJPEG:    C:h.kernel
  36. o.FastJPEG:    C:h.event
  37. o.FastJPEG:    C:h.wimplib
  38. o.FastJPEG:    h.jpeg
  39. o.FastJPEG:    C:h.swis
  40. o.FastJPEG:    C:h.swis
  41. o.FastJPEG:    C:h.menu
  42. o.FastJPEG:    C:h.saveas
  43. o.FastJPEG:    C:h.window
  44. o.FastJPEG:    C:h.gadgets
  45. o.FastJPEG:    C:h.flex
  46. o.FastJPEG:    C:h.wimp
  47. o.FastJPEG:    C:h.wimplib
  48.