summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make exports.lo rebuild when it should.ben2001-02-171-1/+1
* Use symbols to reduce hard-coded pathnames.fielding2001-02-161-10/+2
* - get libapr.la relinking when something has changedgstein2001-01-111-7/+14
* Libtool takes care of the lib prefix so get rid of our own workaround.bjh2001-01-101-1/+1
* Libtool-ize APR.gstein2001-01-091-78/+16
* prevent duplicate exports. when srcdir is "." (or an absolute path to thatgstein2000-12-311-4/+4
* Drop the Perl dependency and use an awk script for creating apr.exports.sascha2000-12-181-2/+3
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-151-2/+10
* Get rid of "-maxdepth 0" on the find invocation. This breaks on Tru64trawick2000-12-121-1/+1
* auto-rebuild the exports file when a header changesgstein2000-12-121-7/+22
* Add a make target for test. This enters the test directory, does a makerbb2000-12-031-0/+11
* When running make_export.pl from the build scripts, invoke the perltrawick2000-12-011-1/+1
* Add a CHANGES log and make sure that apr.exports is removed whenrbb2000-12-011-1/+1
* Add a make target to let us easily build the exports file for APR.rbb2000-11-301-0/+3
* Multiple build and configuration fixesrbb2000-10-051-0/+1
* Back out previous change, which attempted to minimize rebuildingtrawick2000-09-131-3/+1
* Current implementation of lib/apr/Makefile.in causes rebuildingtrawick2000-09-011-1/+3
* Add a rule to make the docs from APR's header files. And add a .cvsignorerbb2000-07-231-0/+4
* Detect libraries based on which platform configure is being run on.rbb2000-06-271-0/+1
* Use $(MAKE) instead of make in Makefiles.rbb2000-04-281-1/+1
* Cleanup more files when make distclean is used. This should be all therbb2000-04-271-2/+3
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* even more distclean goodness (there's still more... time for zzz though)dgaudet2000-03-141-0/+1
* fix an dependency ordering problem which shows up when you use "make -j2dgaudet2000-03-021-2/+2
* Add install and $(LIBAPR) targetsascha2000-01-111-4/+10
* R isn't portable. r pretty much isjim2000-01-091-2/+2
* We now link on FreeBSD 2.2.x.ben1999-12-221-0/+1
* Cleanup the Makefile for APR a bit. Get rid of some of the echos, andrbb1999-12-211-6/+2
* Insert some output messages when creating the library.rbb1999-12-211-0/+4
* Make a single APR library file.bjh1999-10-241-5/+7
* Bring network code to the parameter order spec. This means contexts go last,rbb1999-10-101-0/+1
* This allows the build process for APR to make use of the extradreid1999-10-081-3/+2
* Fix "make distclean" in APR: the Makefiles were not removed, because it's notrse1999-09-271-1/+11
* Let's integrate APR better into the source tree, because it's more than boringrse1999-09-101-11/+11
* More changes to bring BeOS up to the UNIX APR level. Also a few changes torbb1999-09-101-1/+0
* The distclean target has to remove some config.* files.rse1999-09-031-0/+1
* Fix build of APR on OS/2bjh1999-08-281-1/+1
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-271-4/+3
* A couple of changes required to make things work nicer with Apache. Mainlyrbb1999-08-191-1/+5
* Enhance directory step display to see what's going on...rse1999-08-191-1/+7
* Initial revisionrbb1999-08-171-0/+71