summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Backport r65212, r65249, r65250, r65251 from trunk to 0.9.x.maxb2006-03-071-8/+13
* Backport from HEAD:jorton2004-09-011-3/+7
* Backport from HEAD:jorton2004-06-061-6/+6
* Backport from HEAD:jorton2003-11-151-1/+1
* fix some problems with undesired build droppings left around aftertrawick2003-04-301-3/+2
* Rename rules.mk to apr_rules.mk and make it be installed.thommay2003-02-041-0/+4
* fix a typotrawick2002-10-111-1/+1
* Remove the toplevel "make test" target, but replace it with a simliaraaron2002-09-051-9/+2
* Fix the result of "apr-config --link-ld --libs". It did not includegstein2002-08-291-2/+2
* * substitute APR_MAJOR_VERSION to the Makefile so that othergstein2002-08-221-0/+3
* Various changes to clean up APR for a release.gstein2002-08-141-4/+3
* Fix autoconf-2.53+ brokeness which uses a faulty top_builddir macro.jerenkrantz2002-08-011-2/+2
* Enforce touching of the generated TARGET_LIB.jerenkrantz2002-07-201-1/+1
* Add .PHONY and .NOTPARALLEL targets to inform smarter makes that thesejerenkrantz2002-07-201-0/+3
* Fix a couple of typos in some Makefiles.rbb2002-06-151-1/+1
* Allow 'make install DESTDIR=/path'. This allows packagers to installrbb2002-06-151-18/+18
* Add -p option to the cp command for includes. (install-include injerenkrantz2002-05-131-2/+2
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+1
* Get us installing with autoconf 2.53 when builddir == srcdir.striker2002-04-151-1/+4
* Typo.jfclere2002-03-121-1/+1
* make test fails because there is no subdirectory test in test.jfclere2002-03-121-1/+0
* Blow stuff away more thoroughly.ben2002-03-111-2/+2
* Allow APR to install its own libtool into an installbuilddir.jerenkrantz2002-03-091-5/+15
* fix the name of the shared library for libapr on AIXtrawick2001-12-141-1/+1
* switch Apache/apr/apr-util to use run-time linking on AIXtrawick2001-12-121-1/+1
* If bindir doesn't exist, create it.jerenkrantz2001-12-121-0/+3
* apr-config is a shell script modeled after glib-config et al that allowsjerenkrantz2001-12-121-1/+4
* Okay, back out the libtool dependency stuff.jerenkrantz2001-12-111-2/+1
* If we tell libtool what our link dependencies are (by including them whenjerenkrantz2001-12-111-1/+2
* show how we invoke libtool to create libapr.latrawick2001-12-051-1/+3
* install apr.exp, for use on AIX when linking shared librariestrawick2001-12-051-0/+1
* tweak apr.exp so that it can be used as an import file tootrawick2001-12-011-1/+1
* Get the apr.exp target working under Solaris make.aaron2001-10-221-0/+1
* If building with VPATH, then we have to install the headers from therbb2001-10-181-0/+2
* Various changes toward the goal of AIX shared library builds:aaron2001-10-151-12/+24
* Added $(top_srcdir) and prefixed some of the files we reference with thataaron2001-10-111-5/+6
* get srcdir into apr/Makefile, as srcdir is now referencedtrawick2001-09-141-0/+1
* Allow make install to work when built with VPATH.rbb2001-09-131-2/+2
* Setup APR to use doxygen instead of ScanDoc.rbb2001-08-121-4/+2
* Neither beos or OS/2 has any subdirs that need installing, so the commitdreid2001-07-271-3/+5
* Fix our installation. We need to install APRVARS and all the MM stuff.rbb2001-07-261-0/+5
* Do the cleans in test and build the right way, like apr-util.fielding2001-05-171-0/+1
* Add the test and build directories (when present) to the recursivefielding2001-05-011-1/+1
* Make clean, distclean, and extraclean consistently according to thefielding2001-04-111-3/+2
* Cleanup the --with-libtool option. The test directory now compiles cleanlyrbb2001-04-091-1/+1
* Make libtool a configure-time option. This is done with --without-libtool.rbb2001-04-061-4/+3
* Use $(LIBTOOL) instead of libtoolrbb2001-04-051-1/+1
* Allow APR to be installed using `make install`rbb2001-04-031-2/+14
* Enable use of the new build directory.fielding2001-02-181-1/+3
* remove bogus dependenciesgstein2001-02-171-1/+1