20 lines
144 B
Makefile
20 lines
144 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
DIRS=\
|
|
common \
|
|
pp \
|
|
compiler \
|
|
rtl \
|
|
vm \
|
|
macro \
|
|
lang \
|
|
rdd \
|
|
debug \
|
|
tools \
|
|
|
|
include $(ROOT)config/dir.cf
|