works on solaris8
This commit is contained in:
parent
11bb233ba5
commit
9ccd15ba0a
@ -1,11 +1,13 @@
|
||||
all:
|
||||
cd lib;make
|
||||
cd bincimapmime;make
|
||||
cd index;make
|
||||
cd qtgui;qmake recoll.pro ; rm -f recoll;make
|
||||
clean:
|
||||
cd common;make clean
|
||||
cd index;make clean
|
||||
cd lib;make clean
|
||||
cd bincimapmime;make clean
|
||||
cd qtgui;rm -f recoll;make clean
|
||||
cd query;make clean
|
||||
cd utils;make clean
|
||||
|
||||
9
src/mk/SunOS
Normal file
9
src/mk/SunOS
Normal file
@ -0,0 +1,9 @@
|
||||
CXXFLAGS = -Wall -g -I. -I../index -I../utils -I../common \
|
||||
-I../unac -I../bincimapmime -I/usr/local/include
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
|
||||
LIBXAPIAN = -L/usr/local/lib -lxapian
|
||||
LIBICONV = -L/usr/local/lib -liconv
|
||||
|
||||
LIBSYS = -lpthread
|
||||
@ -3,7 +3,7 @@ include ../mk/sysconf
|
||||
BIGLIB = ../lib/librcl.a
|
||||
|
||||
PROGS = wipedir smallut trfstreewalk trpathut transcode trmimeparse \
|
||||
trexecmd utf8iter
|
||||
trexecmd utf8iter idfile
|
||||
|
||||
all: $(PROGS)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user