|
a/src/mk/commondefs |
|
b/src/mk/commondefs |
1 |
# Definitions mostly common to all systems, can be overridden by
|
1 |
# Definitions mostly common to all systems, can be overridden by
|
2 |
# sys-specific include
|
2 |
# sys-specific include
|
3 |
|
3 |
|
|
|
4 |
COMMONCXXFLAGS = -Wall -Wno-unused -I. -I$(depth)/index \
|
|
|
5 |
-I$(depth)/utils -I$(depth)/common \
|
|
|
6 |
-I$(depth)/unac -I$(depth)/bincimapmime \
|
|
|
7 |
-I/usr/local/include
|
4 |
|
8 |
|
5 |
COMMONCXXFLAGS = -Wall -Wno-unused -g -I. -I../index -I../utils -I../common \
|
9 |
# We happen to be using gcc on all platforms for now. Can be overridden in
|
6 |
-I../unac -I../bincimapmime -I/usr/local/include
|
10 |
# sys file anyway
|
|
|
11 |
PIC_CXXFLAGS = -fPIC -DPIC
|
7 |
|
12 |
|
8 |
BIGLIB = ../lib/librcl.a
|
13 |
BIGLIB = $(depth)/lib/librcl.a
|
9 |
MIMELIB = ../bincimapmime/libmime.a
|
14 |
MIMELIB = $(depth)/bincimapmime/libmime.a
|
|
|
15 |
|
10 |
RANLIB = test -f
|
16 |
RANLIB = test -f
|
|
|
17 |
|
11 |
AR=ar
|
18 |
AR=ar
|
12 |
|
|
|
13 |
INSTALL = install -c
|
|
|
14 |
|
|
|
15 |
#QTDIR = /usr
|
|
|