view Makefile.in @ 1249:86fc40576f22

[project @ 1995-04-11 01:03:08 by jwe]
author jwe
date Tue, 11 Apr 1995 01:03:57 +0000
parents b78e479dbf16
children 70fc5216efbf
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 "*                                                        *"
	@echo "*  To compile Octave, you will need a recent version of  *"
	@echo "*  GNU Make.                                             *"
	@echo "*                                                        *"
	@echo "*  You will also need g++ version 2.6.3 or later, and    *"
	@echo "*  libg++ version 2.6.1 or later.                        *"
	@echo "*                                                        *"
	@echo "*  Now would be a good time to read INSTALL.OCTAVE if    *"
	@echo "*  you have not done so already.                         *"
	@echo "*                                                        *"
	@echo "**********************************************************"
	@echo ""
	$(MAKE) -f octMakefile all

TARGETS = octave-bug libcruft liboctave kpathsea dld info readline \
	src scripts doc check octave.info INSTALL.info BUGS.info \
	install uninstall tags TAGS clean mostlyclean distclean \
	realclean clean-tar dist-z links-for-dist dist-tar \
	clean-dist-tar dist links-for-bin-dist bin-dist-tar \
	clean-bin-dist-tar binary-dist doc-dist-tar clean-doc-dist-tar \
	doc-dist local-dist-tar clean-local-dist-tar local-dist \
	split-dist split-local-dist snapshot-z snapshot snapshot-version

$(TARGETS): FORCE
	$(MAKE) -f octMakefile $@

FORCE: