recoll/src/utils/utmkdefs.mk
2016-07-12 19:32:02 +02:00

14 lines
269 B
Makefile

ALL_CXXFLAGS = -std=c++11 \
-I../aspell \
-I../bincimapmime \
-I../common \
-I../index \
-I../internfile \
-I../rcldb \
-I../unac \
-I../utils
LIBRECOLL = -L../.libs -lrecoll -Wl,-rpath=$(shell pwd)/../.libs
clean:
rm -f $(PROGS) *.o