# -*- Mode: Makefile; Modified: "Wed Jan 26 00:14:16 2000 by dbs"; -*- 

## Assume that the current directory is `Chombo-x.yy/libsrc/$lbase'
## and set a default value for $CHOMBO_HOME
CHOMBO_HOME := $(shell pwd)/../..
include $(CHOMBO_HOME)/mk/Make.defs
###this has to come after make.defs
AUTONAME = TRUE


lbase := boxtools

usage:
	@echo "This makefile supports targets:"
	@echo "     all lib $(lbase) clean realclean usage"

# The `all-lib', `lib-only', `$(lbase)', `clean' and `realclean' targets are defined in `Make.rules'

all: all-lib
lib: lib-only
run: lib-only

.PHONY: all lib usage


include $(CHOMBO_HOME)/mk/Make.rules
