14 lines
258 B
Makefile
14 lines
258 B
Makefile
ALL_CXXFLAGS = \
|
|
-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
|