# The directory where the base Makefile resides:
BASEDIR=

# List of subdirectories:
SUBDIRS:=$(shell find . -maxdepth 1 -mindepth 1 -type d ! -name CVS)

# List source files:
SRC:=$(shell find . -maxdepth 1 -mindepth 1 -type f -name '*.cc' -printf '%f\n')

#-----------------------------------------------------------------------------

include ${PROTODIR}/sub/PTMakefile

#build::
#clean::
#depend::
