Switch to unified view

a/src/mk/commondefs b/src/mk/commondefs
...
...
7
           -I$(depth)/common \
7
           -I$(depth)/common \
8
           -I$(depth)/index \
8
           -I$(depth)/index \
9
           -I$(depth)/internfile \
9
           -I$(depth)/internfile \
10
           -I$(depth)/rcldb \
10
           -I$(depth)/rcldb \
11
           -I$(depth)/unac \
11
           -I$(depth)/unac \
12
           -I$(depth)/utils \
12
           -I$(depth)/utils 
13
         -I/usr/local/include
14
13
15
# We happen to be using gcc on all platforms for now. Can be overridden in
14
# We happen to be using gcc on all platforms for now. Can be overridden in
16
# sys file anyway
15
# sys file anyway
17
PIC_CXXFLAGS = -fPIC -DPIC
16
PIC_CXXFLAGS = -fPIC -DPIC
18
17