# local makefile, where the sources are.
# here the makefile for (TOP_DIR)/projector/charm

# remember to adjust the following variables.

# where the root dir is
TOP_DIR         =../..

#where the classes are put under the classes dir (required for "make clean")
PACKAGE_DIR     =projector/charm

include $(TOP_DIR)/Makefile.include
