summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* - add some missing distclean targetsdgaudet2001-01-061-2/+3
* We don't want to install CVS files, but the -P option to cp means somethingRyan Bloom2000-12-281-4/+7
* Fix a small typo that was causing big problems.Ryan Bloom2000-12-271-1/+1
* Make it possible to build suexec from the top-level Makefiles, and make itRyan Bloom2000-12-271-2/+11
* We don't want to install the CVS directory when we use make installRyan Bloom2000-12-271-4/+4
* Remove the test directory from the top level Makefile, and move the STATUSRyan Bloom2000-12-201-1/+1
* Remove some redundant checks.Ryan Bloom2000-12-201-4/+0
* Install all headers in the include/ directory.Ryan Bloom2000-12-191-9/+9
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-1/+1
* Add some files that should be installed when we install Apache.Ryan Bloom2000-12-071-1/+6
* *) top-level: build our base libraries (srclib) first since these (byGreg Stein2000-12-071-1/+1
* Change some spaces to tabs.Ryan Bloom2000-12-071-2/+2
* Install the manual correctly.Ryan Bloom2000-12-071-0/+2
* don't build test by default. users/developers can go to the dir manually andGreg Stein2000-12-061-1/+1
* Get Apache installing again.Ryan Bloom2000-12-061-6/+6
* Apache builds again, although the test directory doesn't. I will work onRyan Bloom2000-12-051-2/+2
* Get Apache to configure completely again. This still doesn't build, butRyan Bloom2000-12-041-5/+4
* Use autoconf to substitute the proper values into apachectl, and installRyan Bloom2000-10-071-0/+2
* Install APXS if it is built.Ryan Bloom2000-10-051-0/+5
* Fix a small typo that was keeping us from copying os-inline.c to theRyan Bloom2000-10-041-1/+1
* BeOS doesn't have an os-inline.c file so don't try to install it!David Reid2000-09-091-1/+3
* publish the mod_dav.h header for DAV backend providers to useGreg Stein2000-09-091-0/+1
* If the src/apachecore.dll and src/apachecore.x files exist, copy them to theGreg Ames2000-08-291-0/+6
* Remove extra tabs from MakefilesRyan Bloom2000-08-191-1/+1
* Add a make directive for making the documentationRyan Bloom2000-08-141-0/+4
* Add recognition of the --with-port=n (as was added to 1.3), andKen Coar2000-08-111-0/+1
* Don't bark at developers which are too lazy to pull down the htdocsSascha Schumann2000-07-281-1/+3
* Install htdocs again. This was recently removed for an unknown (or atJeff Trawick2000-07-281-1/+1
* Clean up rules.mk and add support for building C++ source files.Sascha Schumann2000-07-231-10/+10
* config magic for enabling DAV, Expat, and SDBM.Greg Stein2000-07-011-2/+1
* Finish the switch to light-wheight pcre.Sascha Schumann2000-06-121-2/+1
* Fix PCRE build on OS/2. This includes taking libtool out of the picture,Brian Havard2000-05-161-2/+2
* src/build/build2.mk: build PCRE's configure script if needed (when youJeff Trawick2000-05-111-2/+2
* Replace hsregex with PCRE. The PCRE library is always used in 2.0,Ryan Bloom2000-05-051-2/+3
* Install os.h and os-inline.c from src/os/$(OSDIR) to $(prefix)/includeRyan Bloom2000-05-041-0/+2
* Make install target work on AIX.Sascha Schumann2000-04-301-12/+12
* Add VPATH support to Apache:Sascha Schumann2000-04-301-1/+1
* Most of the support programs are created during the build, so we can expectSascha Schumann2000-04-301-7/+7
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-5/+0
* Cleanup more files when make distclean is used. This should be all theRyan Bloom2000-04-271-1/+3
* Install the support binaries.Ryan Bloom2000-04-271-1/+11
* Add the support directory back into the build process.Ryan Bloom2000-04-271-1/+1
* Fix the progname stuff to work the same way the rest of the configureRyan Bloom2000-04-261-1/+1
* If a developer uses --with-program-name=foo, the config files are renamedRyan Bloom2000-04-251-0/+3
* Allow the Apache-2.0 executable name to be specified with theRyan Bloom2000-04-251-1/+1
* Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. InBrian Havard2000-04-041-1/+1
* Change the name from apache back to httpd.Ryan Bloom2000-03-271-1/+1
* Minor nit: use top_srcdir instead of topsrcdir, to be more consistentManoj Kasichainula2000-03-151-3/+3
* even more distclean goodness (there's still more... time for zzz though)dgaudet2000-03-141-1/+1
* it's more traditional in autoconf projects for "make distclean" to cleandgaudet2000-03-141-1/+1