Commit 9337ea3e authored by claes's avatar claes

Module separation

parent 91a08a21
......@@ -4,15 +4,15 @@ QUIET = YES
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
SOURCE_BROWSER = YES
INPUT = $(pwre_sroot)/doc/dox/src/doxygen.dx \
$(pwre_sroot)/exp/inc/src \
$(pwre_sroot)/lib/glow/src \
$(pwre_sroot)/lib/ge/src \
$(pwre_sroot)/lib/rt/src
$(pwre_sroot)/lib/flow/src \
$(pwre_sroot)/lib/co/src \
$(pwre_sroot)/lib/wb/src \
$(pwre_sroot)/exe/rt_xtt/src
INPUT = $(pwre_croot)/src/doc/dox/src/doxygen.dx \
$(pwre_croot)/src/exp/inc/src \
$(pwre_croot)/xtt/lib/glow/src \
$(pwre_croot)/xtt/lib/ge/src \
$(pwre_croot)/src/lib/rt/src
$(pwre_croot)/xtt/lib/flow/src \
$(pwre_croot)/src/lib/co/src \
$(pwre_croot)/wb/lib/wb/src \
$(pwre_croot)/xtt/exe/rt_xtt/src
FILE_PATTERNS = *.cpp *.c *.h
PREDEFINED = OS_LINUX=1 \
OS=LINUX \
......
......@@ -3,8 +3,9 @@
#
# Environment variables
#
# $pwre_sroot Module source root, eg. pwr/ssabox
# $pwre_croot Common source root, pwr
# $pwre_kroot Kernel source root, pwr/src
# $pwre_sroot Module source root, eg. pwr/ssabox
# $pwre_broot Common build root
# $pwre_module Module name in source tree, eg. 'ssabox'
# $pwre_bmodule Module name in build tree, eg. 'ssabox'
......@@ -53,6 +54,7 @@ set_env()
module=src
fi
sroot=${pwre_sroot%/*}
export pwre_croot=$sroot
export pwre_sroot=$sroot/$module
export pwre_kroot=$sroot/src
export pwre_env="$env"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment