recoll/src/mk/commondefs
Jean-Francois Dockes 74be06345a Implemented configure --enable-pic flag to build the main lib with position-independant objects.
This avoids having to edit localdefs by hand to build the new php extension,
and voids the need for the Python module to recompile Recoll source files.
2010-01-29 17:22:31 +01:00

23 lines
516 B
Plaintext

# Common/default for all systems, can be overridden by sys-specific include
COMMONCXXFLAGS = -I. \
-I$(depth)/aspell \
-I$(depth)/bincimapmime \
-I$(depth)/common \
-I$(depth)/index \
-I$(depth)/internfile \
-I$(depth)/rcldb \
-I$(depth)/unac \
-I$(depth)/utils
# We happen to be using gcc on all platforms for now. Can be overridden in
# the sys file or localdefs
SYSPICFLAGS = -fPIC -DPIC
BIGLIB = $(depth)/lib/librcl.a
RANLIB = test -f
AR=ar