From 9ccd15ba0a0c6027afc190549627904c64ab6bb6 Mon Sep 17 00:00:00 2001 From: dockes Date: Fri, 8 Apr 2005 07:32:11 +0000 Subject: [PATCH] works on solaris8 --- src/Makefile | 2 ++ src/mk/SunOS | 9 +++++++++ src/utils/Makefile | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/mk/SunOS diff --git a/src/Makefile b/src/Makefile index 1df2fe3f..c6008df8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 diff --git a/src/mk/SunOS b/src/mk/SunOS new file mode 100644 index 00000000..1e083214 --- /dev/null +++ b/src/mk/SunOS @@ -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 diff --git a/src/utils/Makefile b/src/utils/Makefile index 4365d71d..8c0545a8 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -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)