home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 3.iso / mac / Mac / Shares / Midishare™1.68 / Development Tools / Sources Examples / Other MidiShare Examples / SendNote / SendNote.make < prev   
Encoding:
Text File  |  1992-05-16  |  560 b   |  25 lines  |  [TEXT/MPS ]

  1. #   File:       SendNote.make
  2. #   Target:     SendNote
  3. #   Sources:    SendNote.c
  4. #   Created:    Mercredi 13 Mai 1992 14:29:20
  5.  
  6.  
  7. OBJECTS = SendNote.c.o
  8.  
  9.  
  10.  
  11. SendNote ƒƒ SendNote.make {OBJECTS}
  12.     Link -d -c 'MPS ' -t MPST -sym on -mf ∂
  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 SendNote
  23. SendNote.c.o ƒ SendNote.make SendNote.c
  24.      C -r -sym on -mc68020 SendNote.c
  25.