home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Graphics⁄Sound / Speech MPW / MakeFile < prev    next >
Encoding:
Makefile  |  1988-09-28  |  420 b   |  15 lines  |  [TEXT/MPS ]

  1. # Makefile for C version of MacinTalk demo tool "Say"
  2. # Adapted by J. B. Levin  September 1988
  3. # Requires one of the APDA supplied Speech Interface libraries
  4. #   installed as {LIbraries}SpeechIntf.o
  5.  
  6. "say"        ƒ    "say.c.o"
  7.     Link "say.c.o" ∂
  8.         {CLibraries}CRuntime.o ∂
  9.         {CLibraries}CInterface.o ∂
  10.         {CLibraries}StdCLib.o ∂
  11.         {CLibraries}CSANELib.o ∂
  12.         {LIbraries}SpeechIntf.o ∂
  13.         -o "say"
  14.     SetFile -c 'MPS ' -t 'MPST' "say"
  15.