home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / ipl / gpacks / carpets / Makefile < prev    next >
Makefile  |  2000-08-04  |  353b  |  15 lines

  1. #  note that only carport is built here
  2. #  carplay is built by the carport program after generating carpincl.icn
  3.  
  4. carport:
  5.         icont -usc carputil carprec
  6.         icont -us carport
  7.  
  8.  
  9. #  build executable and copy to ../../iexe
  10. #  (nothing done in this case because the executable doesn't stand alone)
  11. Iexe:        
  12.  
  13. Clean:
  14.         rm -f carport carplay carpincl.icn *.u[12]
  15.