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 --- 111 unchanged lines hidden (view full) --- 120 121.EXPORT: CPPFLAGS 122.EXPORT: LDFLAGS 123.EXPORT: LIBXML2LIB 124.EXPORT: XSLTLIB 125 126CONFIGURE_DIR= 127CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH" RASQAL_CFLAGS=-I${PWD}$/..$/${INPATH}/inc RASQAL_LIBS="-L${PWD}/..$/${INPATH}/lib -lrasqual" RAPTOR2_CFLAGS=-I${PWD}$/..$/${INPATH}/inc RAPTOR2_LIBS="-L${PWD}/..$/${INPATH}/lib -lraptor2" PKG_CONFIG_PATH="../raptor2-2.0.15:../rasqal-0.9.33" | 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 --- 111 unchanged lines hidden (view full) --- 120 121.EXPORT: CPPFLAGS 122.EXPORT: LDFLAGS 123.EXPORT: LIBXML2LIB 124.EXPORT: XSLTLIB 125 126CONFIGURE_DIR= 127CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH" RASQAL_CFLAGS=-I${PWD}$/..$/${INPATH}/inc RASQAL_LIBS="-L${PWD}/..$/${INPATH}/lib -lrasqual" RAPTOR2_CFLAGS=-I${PWD}$/..$/${INPATH}/inc RAPTOR2_LIBS="-L${PWD}/..$/${INPATH}/lib -lraptor2" PKG_CONFIG_PATH="../raptor2-2.0.15:../rasqal-0.9.33" |
128CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-regex-library=posix --with-decimal=none | 128CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-regex-library=posix --with-decimal=none --with-libgcrypt-config=no |
129.IF "$(SYSTEM_LIBXML)" == "NO" 130CONFIGURE_FLAGS+=--with-xml2-config=${SOLARVERSION}/${INPATH}/bin/xml2-config 131.ENDIF 132BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE) 133BUILD_FLAGS+= -j$(EXTMAXPROCESS) 134BUILD_DIR=$(CONFIGURE_DIR) 135#INSTALL_ACTION=$(GNUMAKE) install 136#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR) --- 30 unchanged lines hidden --- | 129.IF "$(SYSTEM_LIBXML)" == "NO" 130CONFIGURE_FLAGS+=--with-xml2-config=${SOLARVERSION}/${INPATH}/bin/xml2-config 131.ENDIF 132BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE) 133BUILD_FLAGS+= -j$(EXTMAXPROCESS) 134BUILD_DIR=$(CONFIGURE_DIR) 135#INSTALL_ACTION=$(GNUMAKE) install 136#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR) --- 30 unchanged lines hidden --- |