Mercurial > hg > octave-lyh
view Makefile.in @ 950:fe3ce4952bdd
[project @ 1994-11-30 17:42:43 by jwe]
author | jwe |
---|---|
date | Wed, 30 Nov 1994 17:42:43 +0000 |
parents | 9f01b6c2a607 |
children | 84448f40447f |
line wrap: on
line source
# # Makefile for octave's src directory # # John W. Eaton # jwe@che.utexas.edu # Department of Chemical Engineering # The University of Texas at Austin # Maybe this message will prevent people from asking why the # Makefiles don't work for them. Maybe not. all: FORCE @echo "" @echo "**************************************************************" @echo "To compile Octave, you will need a recent version of GNU Make." @echo "" @echo "You will also need g++ version 2.6.2 or later, and libg++" @echo "version 2.6.1 or later." @echo "" @echo "You may also need the patch for g++ that is distributed with" @echo "Octave in the file GCC.PATCH." @echo "" @echo "Now would be a good time to read the file INSTALL.OCTAVE if" @echo "you have not done so already." @echo "" @echo "**************************************************************" @echo "" $(MAKE) -f octMakefile all octave-bug: FORCE $(MAKE) -f octMakefile octave-bug libcruft: FORCE $(MAKE) -f octMakefile libcruft liboctave: FORCE $(MAKE) -f octMakefile liboctave kpathsea: FORCE $(MAKE) -f octMakefile kpathsea dld: FORCE $(MAKE) -f octMakefile dld info: FORCE $(MAKE) -f octMakefile info readline: FORCE $(MAKE) -f octMakefile readline src: FORCE $(MAKE) -f octMakefile src scripts: FORCE $(MAKE) -f octMakefile scripts doc: FORCE $(MAKE) -f octMakefile doc check: FORCE $(MAKE) -f octMakefile check octave.info: FORCE $(MAKE) -f octMakefile octave.info INSTALL.info: FORCE $(MAKE) -f octMakefile INSTALL.info BUGS.info: FORCE $(MAKE) -f octMakefile BUGS.info install: FORCE $(MAKE) -f octMakefile install uninstall: FORCE $(MAKE) -f octMakefile uninstall tags: FORCE $(MAKE) -f octMakefile tags TAGS: FORCE $(MAKE) -f octMakefile TAGS clean: FORCE $(MAKE) -f octMakefile clean mostlyclean: FORCE $(MAKE) -f octMakefile mostlyclean distclean: FORCE $(MAKE) -f octMakefile distclean realclean: FORCE $(MAKE) -f octMakefile realclean clean-tar: FORCE $(MAKE) -f octMakefile clean-tar dist-z: FORCE $(MAKE) -f octMakefile dist-z links-for-dist: FORCE $(MAKE) -f octMakefile links-for-dist dist-tar: FORCE $(MAKE) -f octMakefile dist-tar clean-dist-tar: FORCE $(MAKE) -f octMakefile clean-dist-tar dist: FORCE $(MAKE) -f octMakefile dist links-for-bin-dist: FORCE $(MAKE) -f octMakefile links-for-bin-dist bin-dist-tar: FORCE $(MAKE) -f octMakefile bin-dist-tar clean-bin-dist-tar: FORCE $(MAKE) -f octMakefile clean-bin-dist-tar binary-dist: FORCE $(MAKE) -f octMakefile binary-dist doc-dist-tar: FORCE $(MAKE) -f octMakefile doc-dist-tar clean-doc-dist-tar: FORCE $(MAKE) -f octMakefile clean-doc-dist-tar doc-dist: FORCE $(MAKE) -f octMakefile doc-dist local-dist-tar: FORCE $(MAKE) -f octMakefile local-dist-tar clean-local-dist-tar: FORCE $(MAKE) -f octMakefile clean-local-dist-tar local-dist: FORCE $(MAKE) -f octMakefile local-dist split-dist: FORCE $(MAKE) -f octMakefile split-dist split-local-dist: FORCE $(MAKE) -f octMakefile split-local-dist snapshot-z: FORCE $(MAKE) -f octMakefile snapshot-z snapshot: FORCE $(MAKE) -f octMakefile snapshot snapshot-version: FORCE $(MAKE) -f octMakefile snapshot-version FORCE: