home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Python 1.1 / Mac / MPW / Modules-Makefile < prev    next >
Encoding:
Makefile  |  1994-08-29  |  367 b   |  25 lines  |  [TEXT/????]

  1.  
  2. all= arraymodule.c.o ∂
  3. audioop.c.o ∂
  4. gestaltmodule.c.o ∂
  5. imageop.c.o ∂
  6. imgformat.c.o ∂
  7. mathmodule.c.o ∂
  8. md5c.c.o ∂
  9. md5module.c.o ∂
  10. newmodule.c.o ∂
  11. parsermodule.c.o ∂
  12. regexmodule.c.o ∂
  13. regexpr.c.o ∂
  14. rgbimgmodule.c.o ∂
  15. rotormodule.c.o ∂
  16. stropmodule.c.o ∂
  17. structmodule.c.o ∂
  18. timemodule.c.o 
  19.  
  20. lib.o ƒ {all}
  21.     lib -o lib.o -sn Main=unixemu {all}
  22.  
  23. clean ƒ
  24.     Delete -i {all}
  25.