14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
|
|
# Definitions mostly common to all systems, can be overridden by
|
|
# sys-specific include
|
|
COMMONCXXFLAGS = -Wall -Wno-unused -g -I. -I../index -I../utils -I../common \
|
|
-I../unac -I../bincimapmime -I/usr/local/include
|
|
|
|
LIBXAPIAN = -L/usr/local/lib -lxapian
|
|
LIBXAPIANSTATIC = /usr/local/lib/libxapian.a
|
|
|
|
|
|
BIGLIB = ../lib/librcl.a
|
|
MIMELIB = ../bincimapmime/libmime.a
|
|
RANLIB = test -f
|