makefile.mk (7fb4469b) makefile.mk (d9aa38ef)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 36 unchanged lines hidden (view full) ---

45LUCENE_ANALYZERS_JAR=lucene-analyzers-$(LUCENE_MAJOR).$(LUCENE_MINOR).$(LUCENE_MICRO)-dev.jar
46
47TARFILE_NAME=$(LUCENE_NAME)-src
48TARFILE_MD5=17960f35b2239654ba608cf1f3e256b3
49TARFILE_ROOTDIR=$(LUCENE_NAME)
50
51PATCH_FILES=lucene.patch
52
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 36 unchanged lines hidden (view full) ---

45LUCENE_ANALYZERS_JAR=lucene-analyzers-$(LUCENE_MAJOR).$(LUCENE_MINOR).$(LUCENE_MICRO)-dev.jar
46
47TARFILE_NAME=$(LUCENE_NAME)-src
48TARFILE_MD5=17960f35b2239654ba608cf1f3e256b3
49TARFILE_ROOTDIR=$(LUCENE_NAME)
50
51PATCH_FILES=lucene.patch
52
53.IF "$(OS)" == "WNT"
54PATCH_FILES+= long_path.patch
55.ENDIF
56
53BUILD_DIR=.
54BUILD_ACTION= ${ANT} -buildfile .$/contrib$/analyzers$/build.xml
55
56OUT2BIN=.$/build$/$(LUCENE_CORE_JAR) .$/build$/contrib$/analyzers/common$/$(LUCENE_ANALYZERS_JAR)
57
58.ENDIF
59
60# --- Targets ------------------------------------------------------
61
62.INCLUDE : set_ext.mk
63.INCLUDE : target.mk
64
65.IF "$(SOLAR_JAVA)" != ""
66.INCLUDE : tg_ext.mk
67.ENDIF
57BUILD_DIR=.
58BUILD_ACTION= ${ANT} -buildfile .$/contrib$/analyzers$/build.xml
59
60OUT2BIN=.$/build$/$(LUCENE_CORE_JAR) .$/build$/contrib$/analyzers/common$/$(LUCENE_ANALYZERS_JAR)
61
62.ENDIF
63
64# --- Targets ------------------------------------------------------
65
66.INCLUDE : set_ext.mk
67.INCLUDE : target.mk
68
69.IF "$(SOLAR_JAVA)" != ""
70.INCLUDE : tg_ext.mk
71.ENDIF