summaryrefslogtreecommitdiff
path: root/runtime/Makefile
blob: 6f05ed2d5f5fcc980f23fb613e23ce1f431fa80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Libraries Makefile:  Build all subdirectories automatically

LEVEL = ../..
PARALLEL_DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))

include ${LEVEL}/Makefile.common

# Install target for libraries: Copy into the gcc install directory in chris's
# tree...
#
install::

clean::