CCL Home Page
Up Directory CCL make
#**************************************************************************
#
#	Makefile for printing out which version of the makefile
#	has been created, if any.
#
#	October 1996
#	Columbia University
#
#**************************************************************************

SHELL=/bin/sh
MAKESHELL=/bin/sh
version:
	@if test $(VERSION) ; \
          then echo 'Makefile version: $(VERSION)' on host `hostname`; \
	  else (echo '   Warning no VERSION set (on host' `hostname`')!');\
        fi
version2:
	@if test $(VERSION) ; \
          then echo 'Makefile version:'; echo '$(VERSION)' on host `hostname`; \
	  else (echo '   Warning no VERSION set (on host' `hostname`')!');\
        fi
Modified: Fri Feb 6 06:00:58 1998 GMT
Page accessed 4502 times since Sat Apr 17 21:57:56 1999 GMT