summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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