Parent: [851384] (diff)

Child: [e0c878] (diff)

Download this file

commondefs    19 lines (12 with data), 480 Bytes

# Common/default for all systems, can be overridden by sys-specific include

COMMONCXXFLAGS = -I. -I$(depth)/index \
	       -I$(depth)/utils -I$(depth)/common \
	       -I$(depth)/unac -I$(depth)/bincimapmime -I$(depth)/aspell \
	       -I/usr/local/include

# We happen to be using gcc on all platforms for now. Can be overridden in
# sys file anyway
PIC_CXXFLAGS = -fPIC -DPIC

BIGLIB = $(depth)/lib/librcl.a
MIMELIB = $(depth)/bincimapmime/libmime.a

RANLIB = test -f

AR=ar