summaryrefslogtreecommitdiff
path: root/src/support/Makefile.tmpl
Commit message (Expand)AuthorAgeFilesLines
* apxs depends on the Makefile.Ben Laurie2002-03-021-1/+1
* Some platforms varf on a setgid(-1) and hence httpd will fallKen Coar2001-10-261-2/+5
* Making live a little easierDirk-Willem van Gulik2001-04-041-1/+9
* OS specific patches for IBM's OS/390.Martin Kraemer1999-12-091-6/+6
* For "some" platforms (notably, EBCDIC based ones), libos needs to beMartin Kraemer1999-08-101-1/+1
* Fix APXS LDFLAGS_SHLIB stuff on AIX. Should not affect any other platformrasmus1999-06-251-1/+1
* An item missed when main/md5c.c moved to ap/ap_md5c.c.Ken Coar1999-01-121-1/+1
* Fix TARGET configuration when configuring and installing usingRandy Terbush1998-12-021-0/+1
* Some platforms require access to functions which are in libos.a; add it to $LIBSMartin Kraemer1998-09-031-2/+2
* Link DSO modules against possible libraries from $(LIBS) (take 2)Ralf S. Engelschall1998-08-031-2/+3
* Global renaming of C header files to both get rid of conflicts with thirdRalf S. Engelschall1998-07-131-7/+16
* Let's not be unnecessarily cryptic in our logs; it interferes withKen Coar1998-06-201-1/+1
* Rename md5.h -> ap_md5.h to avoid local conflicts.Randy Terbush1998-05-291-1/+1
* Fix ordering of $(CFLAGS) and $(INCLUDES): Needs to be the same as in allRalf S. Engelschall1998-05-241-1/+1
* Ok, although no one said something about my showstopper-patch "$(LD) used butRalf S. Engelschall1998-05-121-1/+1
* Various Makefile consistency cleanups:Ralf S. Engelschall1998-05-091-8/+9
* Fix support Makefile:Ralf S. Engelschall1998-05-081-3/+6
* Use percents chars for delimiters, because the chance is higher that a colonRalf S. Engelschall1998-04-221-5/+5
* It is totally bogus to have -lap at the ENDJim Jagielski1998-04-211-1/+1
* More consistency cleanups for 1.3b6:Ralf S. Engelschall1998-04-091-0/+3
* update dependency list: "cls" is now in src/test/ while "ab" is new.Ralf S. Engelschall1998-04-011-1/+1
* The new APache eXtenSion (apxs) support tool which can be used for OFF-SOURCERalf S. Engelschall1998-03-311-1/+9
* Major Configure CleanupRalf S. Engelschall1998-03-171-7/+2
* Include of the new "ApacheBench" support program:Ralf S. Engelschall1998-03-171-2/+5
* Fix support Makefile:Ralf S. Engelschall1998-03-131-3/+5
* Somewhat reworked "make depend" rules, which result inKen Coar1998-02-221-0/+24
* Create new src/ap sibdirectory for the ap_*() routines, andKen Coar1997-11-151-5/+5
* Fix builds so that they depend on the .o files and use the .o filesSameer Parekh1997-10-221-9/+9
* missed this during Makefile wranglingdgaudet1997-10-121-1/+1
* Remove httpd_monitor which now longer works with current scoreboardpcs1997-08-231-4/+1
* htdigest needs $(LIBS). QNX doesn't support initgroups.dgaudet1997-07-201-1/+1
* Change occurrences of LFLAGS* to LDFLAGS* to match the recentKen Coar1997-07-141-1/+1
* need to use LIBS instead of EXTRA_LIBS in order to get -lcrypt on FreeBSDdgaudet1997-03-101-2/+2
* Reviewed by: Brian Behlendorf, Chuck Murcko, Roy T. Fieldingpcs1997-02-061-0/+35