home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 581b.lha / M2Midi / MidiLibrary_v2p0.LZH / MidiLibrary_v2.0 / examples / Makefile < prev    next >
Makefile  |  1989-06-25  |  190b  |  18 lines

  1. all: ht hr rsx tsx r
  2.  
  3. ht: ht.o
  4.     ln +q ht.o -lmidi -lc
  5.  
  6. hr: hr.o
  7.     ln +q hr.o -lmidi -lc
  8.  
  9. rsx: rsx.o
  10.     ln +q rsx.o -lmidi -lc
  11.  
  12. tsx: tsx.o
  13.     ln +q tsx.o -lmidi -lc
  14.  
  15. r: r.o
  16.     ln +q r.o -lmidi -lc
  17.  
  18.