home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / muispeechtoy-0.01.lha / MUISpeechToy / src / dmakefile < prev    next >
Makefile  |  1994-07-03  |  484b  |  18 lines

  1. all: muispeechtoy muispeechtoy.catalog
  2.  
  3. muispeechtoy:    main.o speak.o
  4.     dcc main.o speak.o -o muispeechtoy -lmui -lc -lamiga 
  5.  
  6. main.o: main.c
  7.     dcc -c main.c -//
  8.  
  9. speak.o: speak.c speakstrings.h
  10.     dcc -c speak.c -// -DCATCOMP_NUMBERS 
  11.  
  12. speakstrings.h: speakstrings.cd
  13.     catcomp speakstrings.cd CFILE speakstrings.h
  14.  
  15. muispeechtoy.catalog: speakstrings.cd speakstrings.ct
  16.     catcomp speakstrings.cd speakstrings.ct CATALOG muispeechtoy.catalog
  17.     cp muispeechtoy.catalog locale:catalogs/english
  18.