From 9c57e160f7bdeaf70b10330ca0395603c575c292 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 5 Oct 2010 11:06:49 +0100 Subject: add some configure options to control external libtextcat and libtextcat data --- libtextcat/makefile.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libtextcat') diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk index 01a2a6eadc36..661a49cc6e5f 100644 --- a/libtextcat/makefile.mk +++ b/libtextcat/makefile.mk @@ -30,6 +30,12 @@ PRJ=. PRJNAME=libtextcat TARGET=libtextcat +.IF "$(SYSTEM_LIBTEXTCAT)" == "YES" +all: + @echo "An already available installation of libtextcat should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ENDIF + # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -- cgit