xref: /aoo41x/ext_libraries/apr/makefile.mk (revision 8db7fd1d)
1c9f2ebcaSAriel Constenla-Haile#**************************************************************
2c9f2ebcaSAriel Constenla-Haile#
3c9f2ebcaSAriel Constenla-Haile#  Licensed to the Apache Software Foundation (ASF) under one
4c9f2ebcaSAriel Constenla-Haile#  or more contributor license agreements.  See the NOTICE file
5c9f2ebcaSAriel Constenla-Haile#  distributed with this work for additional information
6c9f2ebcaSAriel Constenla-Haile#  regarding copyright ownership.  The ASF licenses this file
7c9f2ebcaSAriel Constenla-Haile#  to you under the Apache License, Version 2.0 (the
8c9f2ebcaSAriel Constenla-Haile#  "License"); you may not use this file except in compliance
9c9f2ebcaSAriel Constenla-Haile#  with the License.  You may obtain a copy of the License at
10c9f2ebcaSAriel Constenla-Haile#
11c9f2ebcaSAriel Constenla-Haile#    http://www.apache.org/licenses/LICENSE-2.0
12c9f2ebcaSAriel Constenla-Haile#
13c9f2ebcaSAriel Constenla-Haile#  Unless required by applicable law or agreed to in writing,
14c9f2ebcaSAriel Constenla-Haile#  software distributed under the License is distributed on an
15c9f2ebcaSAriel Constenla-Haile#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16c9f2ebcaSAriel Constenla-Haile#  KIND, either express or implied.  See the License for the
17c9f2ebcaSAriel Constenla-Haile#  specific language governing permissions and limitations
18c9f2ebcaSAriel Constenla-Haile#  under the License.
19c9f2ebcaSAriel Constenla-Haile#
20c9f2ebcaSAriel Constenla-Haile#**************************************************************
213e9d7d56SAndre Fischer
223e9d7d56SAndre FischerPRJ=.
233e9d7d56SAndre Fischer
243e9d7d56SAndre FischerPRJNAME=apr
253e9d7d56SAndre FischerTARGET=apr
263e9d7d56SAndre Fischer
273e9d7d56SAndre Fischer# --- Settings -----------------------------------------------------
283e9d7d56SAndre Fischer
293e9d7d56SAndre Fischer.INCLUDE :	settings.mk
3059ddfc10SAndre Fischer.INCLUDE :      apr_version.mk
313e9d7d56SAndre Fischer
323e9d7d56SAndre Fischer# --- Files --------------------------------------------------------
333e9d7d56SAndre Fischer
34fdf35928SAndre Fischer.IF "$(SYSTEM_APR)"=="YES"
35fdf35928SAndre Fischer
36fdf35928SAndre Fischerall:
37fdf35928SAndre Fischer	@echo "Using system apr.  Does not have to be built."
38fdf35928SAndre Fischer
39fdf35928SAndre Fischer.ELSE
40fdf35928SAndre Fischer
4159ddfc10SAndre Fischer# Assemble the full version number from the parts defined in apr_version.mk
4259ddfc10SAndre FischerAPRVERSION=$(APR_MAJOR).$(APR_MINOR).$(APR_MICRO)
433e9d7d56SAndre Fischer
443e9d7d56SAndre FischerTARFILE_NAME=$(PRJNAME)-$(APRVERSION)
453e9d7d56SAndre FischerTARFILE_MD5=97262fe54dddaf583eaaee3497a426e1
463e9d7d56SAndre Fischer
47*8db7fd1dSOliver-Rainer WittmannPATCH_FILES= $(TARFILE_NAME).patch
48677439b9SMaho NAKATA
493e9d7d56SAndre Fischer.IF "$(OS)"=="WNT"
503e9d7d56SAndre Fischer
51*8db7fd1dSOliver-Rainer WittmannPATCH_FILES+= $(TARFILE_NAME)-windows.patch
523e9d7d56SAndre FischerCONFIGURE_ACTION=cp include/apr.hw include/apr.h
533e9d7d56SAndre FischerBUILD_DIR=
543e9d7d56SAndre FischerBUILD_ACTION=INCLUDE="$(INCLUDE);./include"  nmake -f Makefile.win buildall
553e9d7d56SAndre Fischer
564023fbb7SYuri Dario.ELIF "$(GUI)" == "OS2"
574023fbb7SYuri Dario
584023fbb7SYuri Dario@all:
594023fbb7SYuri Dario	@echo "using system apr. nothing do do."
604023fbb7SYuri Dario
613e9d7d56SAndre Fischer.ELSE
623e9d7d56SAndre Fischer
633e9d7d56SAndre FischerCONFIGURE_DIR=
643e9d7d56SAndre FischerCONFIGURE_ACTION=.$/configure --prefix=$(OUTDIR) --includedir=$(OUTDIR)$/inc$/apr
653e9d7d56SAndre FischerCONFIGURE_FLAGS=
663e9d7d56SAndre Fischer
673e9d7d56SAndre FischerBUILD_DIR=$(CONFIGURE_DIR)
68132e0b4fSHerbert DürrBUILD_ACTION=$(GNUMAKE) --debug=b
69132e0b4fSHerbert Dürr#BUILD_FLAGS+= -j$(EXTMAXPROCESS)
703e9d7d56SAndre Fischer
713e9d7d56SAndre Fischer# Make apr-1-config believe that apr has been installed.
723e9d7d56SAndre FischerINSTALL_ACTION=if [ -f apr-1-config.orig ]; then mv -f apr-1-config.orig apr-1-config; fi;	\
733e9d7d56SAndre Fischer	cp apr-1-config apr-1-config.orig;							\
743e9d7d56SAndre Fischer	sed -e "s/^location=source/location=installed/;s/^\(installbuilddir=.*\)\/.*/\\1\/lib\/apr\"/" apr-1-config > apr-1-config.installed;								\
753e9d7d56SAndre Fischer	mv -f apr-1-config.installed apr-1-config;	\
763e9d7d56SAndre Fischer	chmod +x apr-1-config
773e9d7d56SAndre Fischer
783e9d7d56SAndre Fischer.ENDIF
793e9d7d56SAndre Fischer
803e9d7d56SAndre FischerOUT2INC+=include$/apr*.h
813e9d7d56SAndre FischerOUT2INC_SUBDIR=apr
823e9d7d56SAndre Fischer
833e9d7d56SAndre Fischer.IF "$(OS)"=="WNT"
843e9d7d56SAndre FischerOUT2LIB+=LibR$/*.lib
853e9d7d56SAndre FischerOUT2LIB+=LibR$/*.pdb
863e9d7d56SAndre FischerOUT2LIB+=Release$/libaprapp-1.lib
873e9d7d56SAndre FischerOUT2LIB+=Release$/libaprapp-1.pdb
883e9d7d56SAndre FischerOUT2LIB+=Release$/libapr-1.lib
893e9d7d56SAndre FischerOUT2LIB+=Release$/libapr-1.exp
903e9d7d56SAndre FischerOUT2BIN+=Release$/libapr-1.dll
913e9d7d56SAndre FischerOUT2BIN+=Release$/libapr-1.pdb
923e9d7d56SAndre Fischer.ELSE
933e9d7d56SAndre Fischer.IF "$(OS)"=="MACOSX"
943e9d7d56SAndre FischerOUT2LIB+=.libs/libapr-1.*dylib
953e9d7d56SAndre Fischer.ELSE
963e9d7d56SAndre FischerOUT2LIB+=.libs/libapr-1.so*
973e9d7d56SAndre Fischer.ENDIF
983e9d7d56SAndre FischerOUT2BIN=build/apr_rules.mk
993e9d7d56SAndre FischerOUT2BIN+=libtool
1003e9d7d56SAndre FischerOUT2BIN+=apr-1-config
1013e9d7d56SAndre Fischer.ENDIF
1023e9d7d56SAndre Fischer
1033e9d7d56SAndre Fischer
1043e9d7d56SAndre Fischer# --- Targets ------------------------------------------------------
1053e9d7d56SAndre Fischer
1063e9d7d56SAndre Fischer.INCLUDE : set_ext.mk
1073e9d7d56SAndre Fischer.INCLUDE : target.mk
1083e9d7d56SAndre Fischer.INCLUDE : tg_ext.mk
109fdf35928SAndre Fischer
110fdf35928SAndre Fischer.ENDIF
111