Switch to unified view

a/src/mk/commondefs b/src/mk/commondefs
1
1
2
# Common/default for all systems, can be overridden by sys-specific include
2
# Common/default for all systems, can be overridden by sys-specific include
3
3
4
COMMONCXXFLAGS = -I. -I$(depth)/index \
4
COMMONCXXFLAGS = -I. \
5
         -I$(depth)/aspell \
6
         -I$(depth)/bincimapmime \
5
           -I$(depth)/utils -I$(depth)/common \
7
           -I$(depth)/common \
6
         -I$(depth)/unac -I$(depth)/bincimapmime -I$(depth)/aspell \
8
         -I$(depth)/index \
9
         -I$(depth)/internfile \
10
         -I$(depth)/rcldb \
11
         -I$(depth)/unac \
12
         -I$(depth)/utils \
7
           -I/usr/local/include
13
           -I/usr/local/include
8
14
9
# We happen to be using gcc on all platforms for now. Can be overridden in
15
# We happen to be using gcc on all platforms for now. Can be overridden in
10
# sys file anyway
16
# sys file anyway
11
PIC_CXXFLAGS = -fPIC -DPIC
17
PIC_CXXFLAGS = -fPIC -DPIC