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 17:00:00 1998 GMT
Page accessed 3297 times since Sat Apr 17 22:45:33 1999 GMT