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

LEVEL = ../..
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::