home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / xxcmd.sit / makefile < prev    next >
Makefile  |  1990-06-29  |  631b  |  29 lines

  1. #    makefile for the XXCMD XCMD
  2. #
  3. #
  4.  
  5. XXCMD    ─    XXCMD.p.o
  6.     Link XXCMD.p.o -m ENTRYPOINT -rt XCMD=6 -sg XXCMD=Main ╢
  7.         "{Libraries}"Interface.o ╢
  8.         "{Libraries}"HyperXLib.o ╢
  9.         "{PLibraries}"PasLib.o ╢
  10.         -o XXCMD -t rsrc -c RSED
  11.  
  12. XXCMD.p.o    ─    XXCMD.p HyperXXCmd.p
  13.     Pascal XXCMD.p -o XXCMD.p.o
  14.  
  15. xxcmd_shell.c.o    ─    xxcmd_shell.c HyperXXCmd.h
  16.     C xxcmd_shell.c -o xxcmd_shell.c.o
  17.  
  18. test    ─    test.c.o xxcmd_shell.c.o
  19.     Link -o test test.c.o ╢
  20.         "{Libraries}"Interface.o ╢
  21.         "{CLibraries}"CInterface.o ╢
  22.         "{CLibraries}"CRuntime.o ╢
  23.         "{CLibraries}"StdCLib.o ╢
  24.         "{Libraries}"HyperXLib.o ╢
  25.         xxcmd_shell.c.o
  26.  
  27. test.c.o    ─    test.c
  28.     C test.c -o test.c.o
  29.