makefile.mk (e1df3ed4) | makefile.mk (18848f57) |
---|---|
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 --- 114 unchanged lines hidden (view full) --- 123.EXPORT: CPPFLAGS 124.EXPORT: LDFLAGS 125.EXPORT: LIBXML2LIB 126.EXPORT: XSLTLIB 127 128CONFIGURE_DIR= 129CONFIGURE_ACTION=.$/configure 130# do not enable grddl parser (#i93768#) | 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 --- 114 unchanged lines hidden (view full) --- 123.EXPORT: CPPFLAGS 124.EXPORT: LDFLAGS 125.EXPORT: LIBXML2LIB 126.EXPORT: XSLTLIB 127 128CONFIGURE_DIR= 129CONFIGURE_ACTION=.$/configure 130# do not enable grddl parser (#i93768#) |
131CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --enable-parsers="rdfxml ntriples turtle trig guess rss-tag-soup" --with-www=xml --prefix=$(PDW)/$(OUT) --includedir=$(PWD)/$(INCCOM) --libdir=$(PWD)/$(LB) | 131CONFIGURE_FLAGS=--with-threads --with-curl-config=no --with-icu-config=no --disable-static --disable-gtk-doc --enable-parsers="rdfxml ntriples turtle trig guess rss-tag-soup" --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml --prefix=$(PDW)/$(OUT) --includedir=$(PWD)/$(INCCOM) --libdir=$(PWD)/$(LB) |
132.IF "$(SYSTEM_LIBXML)" == "NO" 133CONFIGURE_FLAGS+=--with-xml2-config=${SOLARVERSION}/${INPATH}/bin/xml2-config \ 134 --with-xslt-config=${SOLARVERSION}/${INPATH}/bin/xslt-config 135.ENDIF 136BUILD_ACTION=$(GNUMAKE) 137BUILD_FLAGS+= -j$(EXTMAXPROCESS) 138BUILD_DIR=$(CONFIGURE_DIR) 139#INSTALL_ACTION=$(GNUMAKE) install --- 28 unchanged lines hidden --- | 132.IF "$(SYSTEM_LIBXML)" == "NO" 133CONFIGURE_FLAGS+=--with-xml2-config=${SOLARVERSION}/${INPATH}/bin/xml2-config \ 134 --with-xslt-config=${SOLARVERSION}/${INPATH}/bin/xslt-config 135.ENDIF 136BUILD_ACTION=$(GNUMAKE) 137BUILD_FLAGS+= -j$(EXTMAXPROCESS) 138BUILD_DIR=$(CONFIGURE_DIR) 139#INSTALL_ACTION=$(GNUMAKE) install --- 28 unchanged lines hidden --- |