Switch to unified view

a/src/mk/commondefs b/src/mk/commondefs
1
# Definitions mostly common to all systems, can be overridden by
2
# sys-specific include
3
1
2
# Common/default for all systems, can be overridden by sys-specific include
3
4
COMMONCXXFLAGS = -Wall -Wno-unused -I. -I$(depth)/index \
4
COMMONCXXFLAGS = -I. -I$(depth)/index \
5
           -I$(depth)/utils -I$(depth)/common \
5
           -I$(depth)/utils -I$(depth)/common \
6
           -I$(depth)/unac -I$(depth)/bincimapmime \
6
           -I$(depth)/unac -I$(depth)/bincimapmime \
7
           -I/usr/local/include
7
           -I/usr/local/include
8
8
9
# We happen to be using gcc on all platforms for now. Can be overridden in
9
# We happen to be using gcc on all platforms for now. Can be overridden in