diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-17 12:21:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-17 12:21:37 +0000 |
commit | b688a3dcbe962774fff97156296593df1e4b92f0 (patch) | |
tree | ae2c1f67e2fc4dd953b2c1b378a93180cab902d1 /clucene/Makefile | |
parent | e97191f39dc3765a723ce7d42ceda421f5a41461 (diff) |
first cut at building an internal clucene
Diffstat (limited to 'clucene/Makefile')
-rw-r--r-- | clucene/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/clucene/Makefile b/clucene/Makefile new file mode 100644 index 000000000000..5f46a974f7fe --- /dev/null +++ b/clucene/Makefile @@ -0,0 +1,11 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# + +EXTERNAL_WARNINGS_NOT_ERRORS := TRUE +export EXTERNAL_WARNINGS_NOT_ERRORS + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: |