home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-06-12 | 1.7 KB | 71 lines |
- # Generated automatically from Makefile.in by configure.
- # Makefile for ffcall
-
- #### Start of system configuration section. ####
-
- # Directories used by "make install":
- prefix = /usr/local
- local_prefix = /usr/local
- exec_prefix = $(prefix)
- libdir = $(exec_prefix)/lib
- includedir = $(local_prefix)/include
- mandir = $(exec_prefix)/man
-
- # Programs used by "make":
- RM = rm -f
-
-
- #### End of system configuration section. ####
-
- SHELL = /bin/sh
-
- all : force
- cd avcall; $(MAKE) all
- cd vacall; $(MAKE) all
- cd trampoline; $(MAKE) all
-
- install : force
- cd avcall; $(MAKE) install
- cd vacall; $(MAKE) install
- cd trampoline; $(MAKE) install
-
- installdirs : force
- cd avcall; $(MAKE) installdirs
- cd vacall; $(MAKE) installdirs
- cd trampoline; $(MAKE) installdirs
-
- uninstall : force
- cd avcall; $(MAKE) uninstall
- cd vacall; $(MAKE) uninstall
- cd trampoline; $(MAKE) uninstall
-
- check : force
- cd avcall; $(MAKE) check
- cd vacall; $(MAKE) check
- cd trampoline; $(MAKE) check
-
- mostlyclean : force
- cd avcall; $(MAKE) mostlyclean
- cd vacall; $(MAKE) mostlyclean
- cd trampoline; $(MAKE) mostlyclean
-
- clean : force
- cd avcall; $(MAKE) clean
- cd vacall; $(MAKE) clean
- cd trampoline; $(MAKE) clean
-
- distclean : force
- cd avcall; if test -f Makefile; then $(MAKE) distclean; fi
- cd vacall; if test -f Makefile; then $(MAKE) distclean; fi
- cd trampoline; if test -f Makefile; then $(MAKE) distclean; fi
- $(RM) config.status config.log config.cache Makefile
-
- maintainer-clean : force
- cd avcall; if test -f Makefile; then $(MAKE) maintainer-clean; fi
- cd vacall; if test -f Makefile; then $(MAKE) maintainer-clean; fi
- cd trampoline; if test -f Makefile; then $(MAKE) maintainer-clean; fi
- $(RM) config.status config.log config.cache Makefile
-
- force :
-
-