# makefile for edu.mit.sketch

default: all

HOME_MAKE_DIR = ${DRG_DIR}/scripts
include ${HOME_MAKE_DIR}/make.defaults

JAVA_PACKAGE = edu.mit.sketch
JAVA_PACKAGE_DIRECTORY = edu/mit/sketch

# Fill this in with the directories that must be made _before_
# this directory (i.e., because of a code dependency).
# PREDIRS = dir1 dir2 dir3
# PREDIRS = 

# Fill this in with the subdirectories that you would like made
# when you do a make in this directory
# SUBDIRS = dir1 dir2 dir3

SUBDIRS = toolkit geom ui util grammar ddg uml

CLASSDIR = $(WRITE_CLASS_FILES_TO)/$(JAVA_PACKAGE_DIRECTORY)

include files

include $(HOME_MAKE_DIR)/make.rules
