summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Backport r1890191 from trunk:Michael Osipov2021-05-251-1/+1
| | | | | | | | | | Use portable make variables The usage of '$<' with BSD make results in an empty variable, therefore compilation fails. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1890192 13f79535-47bb-0310-9956-ffa450edef68
* Backport r1871998Graham Leggett2019-12-271-7/+3
| | | | | | | | | | | | While cross-compiling, the tools/gen_test_char could not be executed at build time, use AX_PROG_CC_FOR_BUILD to build native tools/gen_test_char Support explicit libtool by variable assigning before buildcheck.sh, it is helpful for cross-compiling (such as libtool=aarch64-linux-libtool) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1872037 13f79535-47bb-0310-9956-ffa450edef68
* Backport 1865343Graham Leggett2019-08-231-1/+1
| | | | | | | Add --tag=CC to libtool invocations. PR 62640. [Michael Osipov] git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1865793 13f79535-47bb-0310-9956-ffa450edef68
* Silence WARNING 'Makefile.in' seems to ignore the --datarootdir settingWilliam A. Rowe Jr2019-03-121-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1855348 13f79535-47bb-0310-9956-ffa450edef68
* Revert 1839628, backport of 1839627William A. Rowe Jr2018-08-301-3/+7
| | | | | | | | | | This macro does not result in a usable CC_FOR_BUILD Corresponds to unsuccessful pull request #8. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1839702 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>William A. Rowe Jr2018-08-301-7/+3
| | | | | | | | | | | | | | | | https://patch-diff.githubusercontent.com/raw/apache/apr/pull/8.patch While cross-compiling, the tools/gen_test_char could not be executed at build time, use AX_PROG_CC_FOR_BUILD to build native tools/gen_test_char Support explicit libtool by variable assigning before buildcheck.sh, it is helpful for cross-compiling (such as libtool=aarch64-linux-libtool) Backports: r1839627 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1839628 13f79535-47bb-0310-9956-ffa450edef68
* If --with-installbuilddir is not supplied, it unconditially overrides the valueRainer Jung2018-08-251-0/+1
| | | | | | | | | | | | | | | set by APR_SET_LAYOUT. Disable that and stop showing an invalid default value. PR 56090. Patch provided by Michael Osipov. This fixes #11. Backport of r1839068 from trunk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1839069 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1589982 from trunk:Yann Ylavic2017-03-241-3/+3
| | | | | | | | | Avoid remaking gen_test_char and the library unnecessarily. Submitted by: trawick git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1788493 13f79535-47bb-0310-9956-ffa450edef68
* Fix another "out of tree build" problemRainer Jung2014-03-171-0/+4
| | | | | | | | | | | for gen_test_char when using an old libtool. Backport of r1578420 from trunk. No CHANGES needed, because similar issue already added for 1.5.1. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1578425 13f79535-47bb-0310-9956-ffa450edef68
* Support out of tree build for traditional make.Rainer Jung2013-11-131-1/+2
| | | | | | | | Backport of r1541744 from trunk plus additional include path item already present in trunk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1541745 13f79535-47bb-0310-9956-ffa450edef68
* Merge remainder of r1536744 from trunk:Jeff Trawick2013-10-291-1/+5
| | | | | | | | | | | trigger the generation of apr_escape_test_char.h during the build clean the most critical gen_test_char artifacts (.libs still not removed) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1536840 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1529495 from trunk, omitted from the initial apr escape backport:Jeff Trawick2013-10-281-3/+3
| | | | | | | | | | | | Include @EXEEXT@ in references to gen_test_char in autoconf-based build in order to fix the build on Windows. PR: 55628 Submitted by: Carlo Bramini <carlo.bramix libero.it> Reviewed by: trawick git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1536536 13f79535-47bb-0310-9956-ffa450edef68
* Backport the apr_escape() interface to apr v1.5.Graham Leggett2013-10-091-3/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1530799 13f79535-47bb-0310-9956-ffa450edef68
* Fix extraclean make target:Rainer Jung2011-05-201-1/+4
| | | | | | | also remove libtool2 files. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1125523 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1101301 from 1.4.x branch.Bojan Smojver2011-05-101-1/+1
| | | | | | Fix top_builddir in installed apr_rules.mk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1101302 13f79535-47bb-0310-9956-ffa450edef68
* Correct BeOS VPATH build for 1.xWilliam A. Rowe Jr2008-05-021-1/+1
| | | | | | | | PR: 44362 Submitted by: <andreas.faerber web.de> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@652824 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (check): Remove redundant sub-shell.Joe Orton2008-04-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@647691 13f79535-47bb-0310-9956-ffa450edef68
* When building check / test, let's make sure to build the modules weWilliam A. Rowe Jr2007-10-141-1/+1
| | | | | | | | aren't able to automagically invoke, too. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@584578 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in, Makefile.in: Define the libtool versioning hint in theJoe Orton2007-09-251-0/+2
| | | | | | | Makefile rather than hard-coding in the (shared) apr_rules.mk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@579264 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (TARGETS): Update to include all targets which requireJoe Orton2006-02-161-2/+2
| | | | | | | | | write access to the builddir; remove export_vars.c since that is a dependency of apr.exp. (install): Depend on TARGETS. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@378244 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (DISTCLEAN_TARGETS): Add build/pkg/pkginfo.Joe Orton2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151342 13f79535-47bb-0310-9956-ffa450edef68
* Add test as an alias to checkThom May2005-01-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@125935 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in: install.sh can not handle wildcards, so expand out with for loop.Justin Erenkrantz2004-11-281-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@106831 13f79535-47bb-0310-9956-ffa450edef68
* Fix VPATH install broken in 1.108.Justin Erenkrantz2004-09-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65338 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Simplify; use INSTALL and INSTALL_DATA ratherJoe Orton2004-08-201-34/+17
| | | | | | | than cp; use APR_MKDIR. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65306 13f79535-47bb-0310-9956-ffa450edef68
* Only install apr-$MAJOR-config and add appropriate detection code toJustin Erenkrantz2004-08-011-5/+4
| | | | | | | | | | | | | | | find_apr.m4 (APR_FIND_APR). Justin made a few changes to Max's latest patch: - Emit a warning at autoconf-time and default to [0 1] if 4th arg is missing. - Fix some tpyos - Change apr-config.in to not use multiple @APR_MAJOR_VERSION@ substs. Submitted by: Max Bowsher Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65293 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install an apr-1-config script alongsideJoe Orton2004-07-011-1/+3
| | | | | | | apr-config, more parallel install safety. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65254 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install the awk scripts & mkdir.sh for aJoe Orton2004-06-301-1/+1
| | | | | | | VPATH build too. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65251 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_rules.mk.in: Define APR_MKEXPORT and APR_MKVAREXPORT toJoe Orton2004-06-301-5/+11
| | | | | | | | | | | | point at each of the awk scripts (MKEXPORT wasn't used and pointed at the wrong filename). * Makefile.in (install): Make the installed apr_rules.mk point at the installed libtool and AWK scripts. (exports.c, export_vars.c): Use new APR_*EXPORT macros. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65249 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Simplify stupid over-engineering.Joe Orton2004-06-301-8/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65243 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (APR_PCFILE): New target.Joe Orton2004-06-301-3/+9
| | | | | | | (install): Install pkgconfig .pc file with -N suffix. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65242 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install mkdir.sh and awk scripts intoJoe Orton2004-06-231-5/+4
| | | | | | | installbuilddir so the standalone apr-util build can use them. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65212 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (DISTCLEAN_TARGETS): Add apr.pc.Joe Orton2004-05-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65142 13f79535-47bb-0310-9956-ffa450edef68
* Add pkg-config APR file.Thom May2004-05-291-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65141 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in: Rename export_vars.h to export_vars.c to fix build onJoe Orton2004-05-271-5/+5
| | | | | | | | | SINIX, where cc -E fails on header files. PR: 29169 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65136 13f79535-47bb-0310-9956-ffa450edef68
* Don't echo while building gcov data.Ryan Bloom2004-03-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64962 13f79535-47bb-0310-9956-ffa450edef68
* Add a target to generate coverage information. This assumes that youRyan Bloom2004-03-091-0/+3
| | | | | | | | | | | have built for a gcov run and have already run the tests. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64952 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in: Clean .make.dirs.Joe Orton2004-02-151-1/+1
| | | | | | | * build/gen-build.py: Fix for Python 1.x. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64908 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in: Use portable make syntax.Joe Orton2004-02-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64895 13f79535-47bb-0310-9956-ffa450edef68
* VPATH build fixes:Joe Orton2004-02-051-7/+8
| | | | | | | | | | * configure.in: Point at build-outputs.mk in the srcdir. * Makefile.in: Define top_srcdir and top_blddir etc higher; include $srcdir/arch/@OSDIR@ and $srcdir/include. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64894 13f79535-47bb-0310-9956-ffa450edef68
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-40/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upon Python at packaging time, but not at end-user config/build time. As far as I can tell, the build continues to function properly. (out-of-dir config/make not tested, and apr-iconv prolly needs some work) The buildconf scripts now generate a build-outputs.mk file which is included by the root's Makefile (via the build/gen-build.py script). bulid-outputs.mk specifies all of the various files present in the distribution. The top-level Makefiles were simplified to use an $(OBJECTS) symbol rather than 'find'ing them. Similarly, a $(HEADERS) symbol is used for the exports. The corresponding delete-* targets were eliminated since we have a precise set of inputs. The subdirs' Makefiles were removed since they are no longer called/used. The apr-util/uri Makefile was responsible for compiling a C program to generate the uri_delims.h file. That process was replaced by a Python script to generate the header (called by buildconf). The .c and .dsp were left for the Windows build to continue, but that should be revamped. build/apr_rules.mk was revamped somewhat to avoid recursion, but a lot of cleanup is still needed. Much of the recursive/local/x- logic is no longer needed and can be elimianated. rules.mk was created for inclusion by N makefiles, but that isn't really true any more, so it could probably be tossed (caveat: test/Makefile). Saved for a phase 2. Some additional work was added to properly clean up files in */build/, rather than relying on a makefile in there. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64891 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in: Remove files generated during 'make' in the 'clean'Joe Orton2004-02-031-2/+2
| | | | | | | target. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64890 13f79535-47bb-0310-9956-ffa450edef68
* Remove "location detection" from apr-config:Joe Orton2004-02-011-3/+7
| | | | | | | | | | | | | | | | | * configure.in: Substitute APR_CONFIG_LOCATION as "build" or "source" appropriately. * apr-config.in: Set location to @APR_CONFIG_LOCATION@ rather than fragile pwd/realpath guesswork; pick up and use APR_BUILD_DIR instead of $thisdir. * Makefile.in (apr-config.out): New target. (install): Install apr-config.out instead of apr-config. PR: 8867 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64888 13f79535-47bb-0310-9956-ffa450edef68
* Start of new PRNG.Ben Laurie2003-11-031-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64712 13f79535-47bb-0310-9956-ffa450edef68
* Link libapr against the libraries on which it depends for allJoe Orton2003-09-291-1/+1
| | | | | | | | | | | | | | platforms, not just AIX. PR: 18420 * configure.in: Remove lib_target_libs setting for AIX. * Makefile.in ($(TARGET_LIB)): Use ALL_LIBS instead of configured lib_target_libs value in $(LINK) line. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64664 13f79535-47bb-0310-9956-ffa450edef68
* fix some problems with undesired build droppings left around afterJeff Trawick2003-04-301-3/+2
| | | | | | | | | | | | | | | | | | "make [foo]clean" for make clean: zap all test programs, not just the ones we run from "make check" for make distclean: zap exports.c, export_vars.h instead of waiting for extraclean zap apr_rules.mk... fix the old rules.mk references that weren't changed when the file was renamed to rules.mk for make extraclen: zap ltmain.sh and libtool.m4 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64497 13f79535-47bb-0310-9956-ffa450edef68
* Rename rules.mk to apr_rules.mk and make it be installed.Thom May2003-02-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64329 13f79535-47bb-0310-9956-ffa450edef68
* fix a typoJeff Trawick2002-10-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63898 13f79535-47bb-0310-9956-ffa450edef68
* Remove the toplevel "make test" target, but replace it with a simliarAaron Bannert2002-09-051-9/+2
| | | | | | | | | | | | | | "make check" (If anyone has strong feelings about this, I don't mind changing it to "make test" again.) Add an explicit all target to the test/Makefile that simply builds the normal and non-portable programs. Add a check target to the test/Makefile that makes sure all test programs are built then runs each one. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63850 13f79535-47bb-0310-9956-ffa450edef68
* Fix the result of "apr-config --link-ld --libs". It did not includeGreg Stein2002-08-291-2/+2
| | | | | | | | | | | | the "-0" suffix on the lib name. - Remove "lib" prefix from APR_LIBNAME definition. - Determine ld-style library name from APR_LIBNAME for correct suffix. Submitted by: Scott Lamb <slamb@slamb.org> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63841 13f79535-47bb-0310-9956-ffa450edef68