home *** CD-ROM | disk | FTP | other *** search
Makefile | 1988-09-28 | 420 b | 15 lines | [TEXT/MPS ] |
- # Makefile for C version of MacinTalk demo tool "Say"
- # Adapted by J. B. Levin September 1988
- # Requires one of the APDA supplied Speech Interface libraries
- # installed as {LIbraries}SpeechIntf.o
-
- "say" ƒ "say.c.o"
- Link "say.c.o" ∂
- {CLibraries}CRuntime.o ∂
- {CLibraries}CInterface.o ∂
- {CLibraries}StdCLib.o ∂
- {CLibraries}CSANELib.o ∂
- {LIbraries}SpeechIntf.o ∂
- -o "say"
- SetFile -c 'MPS ' -t 'MPST' "say"
-