home *** CD-ROM | disk | FTP | other *** search
- #CFLAGS = -g
- #
- # If you use a compiler other than cc (like gcc), change the CC value
- # accordingly.
- #
- CC=cc
-
- all: mtm
-
- mtm.o: mtm.h midifile.h version.h
-
- pnote.o: mtm.h
-
- midifile.o: midifile.h
-
- mtm : midifile.o mtm.o pnote.o
- $(CC) midifile.o mtm.o pnote.o -o mtm
-