Switch to unified view

a/src/mk/commondefs b/src/mk/commondefs
1
#
2
# Definitions mostly common to all systems, can be overridden by
1
# Definitions mostly common to all systems, can be overridden by
3
# sys-specific include
2
# sys-specific include
4
3
5
4
6
COMMONCXXFLAGS = -Wall -Wno-unused -g -I. -I../index -I../utils -I../common \
5
COMMONCXXFLAGS = -Wall -Wno-unused -g -I. -I../index -I../utils -I../common \
7
     -I../unac -I../bincimapmime -I/usr/local/include
6
     -I../unac -I../bincimapmime -I/usr/local/include
8
9
LIBXAPIAN = -L/usr/local/lib -lxapian
10
11
LIBICONV  = -L/usr/local/lib -liconv
12
INCICONV = -I/usr/local/include
13
7
14
BIGLIB = ../lib/librcl.a
8
BIGLIB = ../lib/librcl.a
15
MIMELIB = ../bincimapmime/libmime.a
9
MIMELIB = ../bincimapmime/libmime.a
16
RANLIB = test -f
10
RANLIB = test -f
17
AR=ar
11
AR=ar
18
12
19
INSTALL = install -c
13
INSTALL = install -c
20
14
21
#QTDIR = /usr
15
#QTDIR = /usr
22