works on solaris8

This commit is contained in:
dockes 2005-04-08 07:32:11 +00:00
parent 11bb233ba5
commit 9ccd15ba0a
3 changed files with 12 additions and 1 deletions

View File

@ -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
View 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

View File

@ -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)