## Define the appropriate configuration variables.

PACKAGE = /fsys2/u/usystem/software/u++-4.7

## Include the architecture dependent definitions.

.INCLUDE : ${PACKAGE}/CONFIG

## Define the path names of important directories.

SRCDIR = ${PACKAGE}/src/collection

## Define some of the tools.

.INCLUDE : ../MakeTools

## Define the header files

HEADERS = uCollection.h uStack.h uQueue.h uSequence.h FlexArray.h uBoundedBuffer.h

## Define the things that can be defined based upon previous definitions.

.INCLUDE : ../MakeDefinitions

## Define the specific recipes.

all .SEQUENTIAL : ;

install .SEQUENTIAL : ${INSTALLINCDIR} ${INSTALLINCDIR}/{${HEADERS:f}};

depend : ;

## Define default dependencies and recipes for object files.

.INCLUDE : ../MakeRecipes

## Local Variables: ##
## compile-command: "dmake" ##
## End: ##
