home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / CLISP-2.LHA / CLISP960530-ki.lha / ffcall / Makefile < prev    next >
Encoding:
Makefile  |  1996-06-12  |  1.7 KB  |  71 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for ffcall
  3.  
  4. #### Start of system configuration section. ####
  5.  
  6. # Directories used by "make install":
  7. prefix = /usr/local
  8. local_prefix = /usr/local
  9. exec_prefix = $(prefix)
  10. libdir = $(exec_prefix)/lib
  11. includedir = $(local_prefix)/include
  12. mandir = $(exec_prefix)/man
  13.  
  14. # Programs used by "make":
  15. RM = rm -f
  16.  
  17.  
  18. #### End of system configuration section. ####
  19.  
  20. SHELL = /bin/sh
  21.  
  22. all : force
  23.     cd avcall; $(MAKE) all
  24.     cd vacall; $(MAKE) all
  25.     cd trampoline; $(MAKE) all
  26.  
  27. install : force
  28.     cd avcall; $(MAKE) install
  29.     cd vacall; $(MAKE) install
  30.     cd trampoline; $(MAKE) install
  31.  
  32. installdirs : force
  33.     cd avcall; $(MAKE) installdirs
  34.     cd vacall; $(MAKE) installdirs
  35.     cd trampoline; $(MAKE) installdirs
  36.  
  37. uninstall : force
  38.     cd avcall; $(MAKE) uninstall
  39.     cd vacall; $(MAKE) uninstall
  40.     cd trampoline; $(MAKE) uninstall
  41.  
  42. check : force
  43.     cd avcall; $(MAKE) check
  44.     cd vacall; $(MAKE) check
  45.     cd trampoline; $(MAKE) check
  46.  
  47. mostlyclean : force
  48.     cd avcall; $(MAKE) mostlyclean
  49.     cd vacall; $(MAKE) mostlyclean
  50.     cd trampoline; $(MAKE) mostlyclean
  51.  
  52. clean : force
  53.     cd avcall; $(MAKE) clean
  54.     cd vacall; $(MAKE) clean
  55.     cd trampoline; $(MAKE) clean
  56.  
  57. distclean : force
  58.     cd avcall; if test -f Makefile; then $(MAKE) distclean; fi
  59.     cd vacall; if test -f Makefile; then $(MAKE) distclean; fi
  60.     cd trampoline; if test -f Makefile; then $(MAKE) distclean; fi
  61.     $(RM) config.status config.log config.cache Makefile
  62.  
  63. maintainer-clean : force
  64.     cd avcall; if test -f Makefile; then $(MAKE) maintainer-clean; fi
  65.     cd vacall; if test -f Makefile; then $(MAKE) maintainer-clean; fi
  66.     cd trampoline; if test -f Makefile; then $(MAKE) maintainer-clean; fi
  67.     $(RM) config.status config.log config.cache Makefile
  68.  
  69. force :
  70.  
  71.