home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / SoundAndMusic / cmix / lpc / Makefile < prev   
Makefile  |  1991-12-17  |  268b  |  15 lines

  1. all:
  2.     cd analysis; make all 
  3.     cd track; make all
  4.     cd stabilization; make all
  5.     cd utilities; make all
  6.     cd synthesis; make all
  7.  
  8. clean:
  9.     cd analysis; make clean 
  10.     cd track; make clean 
  11.     cd stabilization; make clean 
  12.     cd utilities; make clean 
  13.     cd synthesis; make clean 
  14.  
  15.