summaryrefslogtreecommitdiffstats
path: root/build/rules.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add rules.mk.in, and remove the old rules.mk. This finishes theRyan Bloom2001-08-221-264/+0
* Allow Apache to use libtool 1.4. In order to do this, we check theRyan Bloom2001-08-221-4/+4
* Get the Apache DSOs installed and give apr and apr-utilJeff Trawick2001-05-181-4/+3
* Get the compile flag types right and in order.Roy T. Fielding2001-05-181-3/+3
* Change the make targets and rules to be consistent in all of theRoy T. Fielding2001-05-181-110/+127
* Fix httpd's definition of LTFLAGS to be consistent with that of aprRoy T. Fielding2001-05-121-3/+3
* Small fix to make depend, although make depend doesn't seem to be used?Victor J. Orlikowski2001-05-111-1/+1
* OS/2: fix "make install" to install shared core & programs with a .exeBrian Havard2001-04-291-1/+1
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-10/+19
* test -e isn't portable; use test -f insteadJeff Trawick2001-04-191-1/+1
* This changes the build process as outlined in my email earlier this week.David Reid2001-04-181-1/+31
* Fix the shell syntax error that occurs when a for list is empty due toRoy T. Fielding2001-04-121-1/+3
* Remove double-quotes from the list of programs to install to makeRoy T. Fielding2001-04-121-1/+1
* Make clean, distclean, and extraclean consistently according to theRoy T. Fielding2001-04-111-0/+3
* Use EXTRA_CPPFLAGS where it needs to be used.Roy T. Fielding2001-04-031-4/+4
* Changes to get AIX DSOs working, sans APR changes.Victor J. Orlikowski2001-04-021-1/+1
* Switch to using aplibtool for building under OS/2 & add support for buildingBrian Havard2001-04-021-4/+9
* Cleanup the build process a bit more. The Apache configureRyan Bloom2001-03-171-1/+1
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* No need to run an external program for checking for the existence ofSascha Schumann2001-01-201-1/+1
* whoops. last two commits didn't deal with $(srcdir)Greg Stein2001-01-191-1/+1
* maxdepth isn't portable, so just list the .c files (if any)Greg Stein2001-01-191-1/+1
* Fix make depend for the whole serverRyan Bloom2001-01-191-2/+4
* Per suggestion, tuck NOTEST_* in config_vars.mk. Yep, I changedJim Jagielski2001-01-121-4/+4
* Begining stub of NONAC_LDFLAGS and NONAC_CFLAGS stuff.Jim Jagielski2001-01-111-4/+4
* - add some missing distclean targetsdgaudet2001-01-061-2/+2
* Stop calling shared modules libapachemod_*. mod_* is much easier to dealRyan Bloom2000-12-201-2/+3
* Get make distclean working again. The replaced egrep-style regexp doesJeff Trawick2000-12-051-1/+2
* Don't find Makefiles in apr or apr-utils, because those libraries will takeRyan Bloom2000-12-051-1/+1
* Get base Apache to build properly. This doesn't solve the problem ofRyan Bloom2000-12-051-1/+1
* Get buildconf working in the new repository. Nothing builds, but we canRyan Bloom2000-12-041-2/+2
* Tweak the logic to avoid "make distclean" inside APR directories so thatJeff Trawick2000-11-271-2/+2
* Change Apache's distclean rule to rely on APR to clean up APR asJeff Trawick2000-11-271-5/+10
* Back out the build changes I added last night. This was causing libtoolRyan Bloom2000-10-051-8/+0
* Multiple build and configuration fixesRyan Bloom2000-10-051-0/+10
* Remove whitespace from blank lines in rules.mk. This fixes Irix 6.5Ryan Bloom2000-08-191-2/+2
* Get dsos working again by including $(LTFLAGS) on the command-line forJeff Trawick2000-07-311-2/+2
* Clean up rules.mk and add support for building C++ source files.Sascha Schumann2000-07-231-15/+36
* Stop doing the find for make clean. This was causing us to clean everyRyan Bloom2000-07-101-2/+2
* Fix make distclean and make clean. Before this commit, we only cleanedRyan Bloom2000-07-061-2/+18
* Use libtool to compile instead of cc. If we are going to use libtool,Ryan Bloom2000-06-281-1/+1
* Make dependencies work.Ben Laurie2000-06-111-1/+1
* Eliminate spurious tab.Ben Laurie2000-06-111-1/+1
* First function removed from Unix MPM's and moved to a common file. ThisRyan Bloom2000-05-191-1/+1
* We no longer have to -DHAVE_CONFIG_H on the $(CC) line, because theRyan Bloom2000-05-131-1/+1
* Move the generating empty deps stuff into fastgen.sh. The .deps filesSascha Schumann2000-05-041-2/+1
* Add VPATH support to Apache:Sascha Schumann2000-04-301-3/+4
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-5/+3
* Get rid of NO_RECURSION. This was originally implemented for PHP and is notSascha Schumann2000-04-291-14/+12