AIPSROOT := $(word 1, $(CASAPATH))
AIPSARCH := $(AIPSROOT)/$(word 2, $(CASAPATH))
include $(AIPSARCH)/makedefs
ifneq "$(COMPILE_PGPLOT)" "1"
cleancode chkout sysdirs dependsys recurse cleansys allsys all:
@echo "no $@ action in " `pwd`
@echo " set \$$(COMPILE_PGPLOT) to 1 in order to include pgplot in libgraphics"
@echo "---------------------------- begin build of pgplot ----------------------------"
@echo "action $@: building pgplot"
@echo "action $@: building pgsbox"
@echo "---------------------------- end build of pgplot ----------------------------"
cleancode chkout sysdirs dependsys recurse cleansys:
@echo "no $@ action in " `pwd`