home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Tests / test.make < prev    next >
Encoding:
Text File  |  1993-02-24  |  503 b   |  25 lines  |  [TEXT/MPS ]

  1. #   File:       test.make
  2. #   Target:     test
  3. #   Sources:    test.c
  4. #   Created:    Wednesday, February 24, 1993 3:33:42 PM
  5.  
  6.  
  7. OBJECTS = test.c.o
  8.  
  9.  
  10.  
  11. test ƒƒ test.make {OBJECTS}
  12.     Link -d -c 'MPS ' -t MPST ∂
  13.         {OBJECTS} ∂
  14.         "{CLibraries}"CSANELib.o ∂
  15.         "{CLibraries}"Math.o ∂
  16.         #"{CLibraries}"Complex.o ∂
  17.         "{CLibraries}"StdClib.o ∂
  18.         "{Libraries}"Stubs.o ∂
  19.         "{Libraries}"Runtime.o ∂
  20.         "{Libraries}"Interface.o ∂
  21.         "{Libraries}"ToolLibs.o ∂
  22.         -o test
  23. test.c.o ƒ test.make test.c
  24.      C -r  -mc68020 test.c
  25.