home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / archivers / mpackppc-wos / src / arcmkfil < prev    next >
Text File  |  1998-04-27  |  2KB  |  57 lines

  1. # Project:   mpack
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IUnix: -JUnix: -throwback 
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.munpack:   @.o.arcos @.o.arcunpk @.o.codes @.o.decode @.o.getopt @.o.md5c \
  16.         @.o.string @.o.uudecode @.o.xmalloc @.o.part Unix:o.UnixLib 
  17.         link $(linkflags) @.o.arcos @.o.arcunpk @.o.codes @.o.decode \
  18.         @.o.getopt @.o.md5c @.o.string @.o.uudecode @.o.xmalloc @.o.part Unix:o.UnixLib 
  19. @.mpack:   @.o.arcos @.o.xmalloc @.o.string @.o.magic @.o.md5c @.o.getopt \
  20.         @.o.encode @.o.arcpk @.o.codes @.o.part Unix:o.UnixLib 
  21.         link $(linkflags) @.o.arcos @.o.xmalloc @.o.string @.o.magic @.o.md5c \
  22.         @.o.getopt @.o.encode @.o.arcpk @.o.codes @.o.part Unix:o.UnixLib 
  23.  
  24.  
  25. # User-editable dependencies:
  26.  
  27. # Static dependencies:
  28. @.o.arcos:   @.c.arcos
  29.         cc $(ccflags) -o @.o.arcos @.c.arcos 
  30. @.o.xmalloc:   @.c.xmalloc
  31.         cc $(ccflags) -o @.o.xmalloc @.c.xmalloc 
  32. @.o.string:   @.c.string
  33.         cc $(ccflags) -o @.o.string @.c.string 
  34. @.o.magic:   @.c.magic
  35.         cc $(ccflags) -o @.o.magic @.c.magic 
  36. @.o.md5c:   @.c.md5c
  37.         cc $(ccflags) -o @.o.md5c @.c.md5c 
  38. @.o.getopt:   @.c.getopt
  39.         cc $(ccflags) -o @.o.getopt @.c.getopt 
  40. @.o.encode:   @.c.encode
  41.         cc $(ccflags) -o @.o.encode @.c.encode 
  42. @.o.arcpk:   @.c.arcpk
  43.         cc $(ccflags) -o @.o.arcpk @.c.arcpk 
  44. @.o.codes:   @.c.codes
  45.         cc $(ccflags) -o @.o.codes @.c.codes 
  46. @.o.arcunpk:   @.c.arcunpk
  47.         cc $(ccflags) -o @.o.arcunpk @.c.arcunpk 
  48. @.o.decode:   @.c.decode
  49.         cc $(ccflags) -o @.o.decode @.c.decode 
  50. @.o.uudecode:   @.c.uudecode
  51.         cc $(ccflags) -o @.o.uudecode @.c.uudecode 
  52. @.o.part:   @.c.part
  53.         cc $(ccflags) -o @.o.part @.c.part 
  54.  
  55.  
  56. # Dynamic dependencies:
  57.