home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / xc-4.1 / part01 / Makefile < prev    next >
Encoding:
Makefile  |  1993-04-13  |  283 b   |  23 lines

  1. # Makefile for XC
  2. SHELL=/bin/sh
  3.  
  4. all \
  5. xc \
  6. install \
  7. install.suid \
  8. xc.man \
  9. install.man \
  10. clean \
  11. shar \
  12. tah \
  13. taz \
  14. lha \
  15. shark:            Makefile.xc xc.h
  16.                 make $(MFLAGS) -f Makefile.xc $@
  17.  
  18. Makefile.xc:    Makefile.in Configure
  19.                 ./Configure
  20.  
  21. xc.h:            xc.h.in Configure
  22.                 ./Configure
  23.