/[Apache-SVN]/httpd/httpd/trunk/support/Makefile.in
ViewVC logotype

Log of /httpd/httpd/trunk/support/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 730881 - (view) (annotate) - [select for diffs]
Modified Sat Jan 3 00:58:11 2009 UTC (10 months, 3 weeks ago) by rjung
File length: 2568 byte(s)
Diff to previous 422925 (colored)
We need to link only ab against libm (because of
sqrt()).

Revision 422925 - (view) (annotate) - [select for diffs]
Modified Tue Jul 18 00:11:46 2006 UTC (3 years, 4 months ago) by pquerna
File length: 2555 byte(s)
Diff to previous 422298 (colored)
Revert r422298, because it introduces GNU Make specific extensions to the Makefile, and should be replaced by doing the work inside configure, instead of the Makefile.in.

Revision 422298 - (view) (annotate) - [select for diffs]
Modified Sat Jul 15 22:05:02 2006 UTC (3 years, 4 months ago) by pquerna
File length: 2597 byte(s)
Diff to previous 396063 (colored)
Makefile.in: Don't try to compile checkgid and fcgistarter on win32 when using the autotools build system.
/support: Update svn:ignore for generated exe files

Revision 396063 - (view) (annotate) - [select for diffs]
Modified Sat Apr 22 03:44:05 2006 UTC (3 years, 7 months ago) by rooneg
File length: 2555 byte(s)
Diff to previous 209539 (colored)
Merge the fcgi-proxy-dev branch to trunk, adding a FastCGI back end for
mod_proxy.  This log message is just a summary of the changes, for the
full original log messages see r357431:393955 in branches/fcgi-proxy-dev.

* modules/proxy/mod_proxy_fcgi.c: New file, holds the impementation of
  our new fcgi backend for mod_proxy.

* modules/proxy/fcgi_protocol.h: New file, holds constants and structures
  for the fcgi protocol.

* modules/proxy/mod_proxy_balancer.c
  (proxy_balancer_canon): Set up r->path_info, so the PATH_INFO env
   variable is correctly passed on to balancer workers.

* modules/proxy/config.m4: Build the new mod_proxy_fcgi module.

* support: Add fcgistarter to svn:ignore.

* support/Makefile.in: Build the new fcgistarter program.

* support/fcgistarter.c: New program, a helper for starting fcgi worker
  processes.

Revision 209539 - (view) (annotate) - [select for diffs]
Modified Wed Jul 6 23:15:34 2005 UTC (4 years, 4 months ago) by pquerna
File length: 2398 byte(s)
Diff to previous 106103 (colored)
Add the httxt2dbm utility to create DBM files for RewriteMap.  This replaces the txt2dbm script in the manual, and allows the use of any available DBM format.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 2253 byte(s)
Diff to previous 105698 (colored)
general property cleanup

Revision 105698 - (view) (annotate) - [select for diffs]
Modified Sat Nov 6 07:45:21 2004 UTC (5 years ago) by jerenkrantz
File length: 2253 byte(s)
Diff to previous 102870 (colored)
Add htcacheclean to function as cleanup utility (daemonizable) for
mod_disk_cache.

(Justin did a whole bunch of style tweaks, and some minor functionality tweaks
to get it to function on Solaris.)

Submitted by:	Andreas Steinmetz
Reviewed by:	Justin Erenkrantz

Revision 102870 - (view) (annotate) - [select for diffs]
Modified Sat Mar 6 16:47:41 2004 UTC (5 years, 8 months ago) by jorton
File length: 2089 byte(s)
Diff to previous 102491 (colored)
Fix use of mod_ssl as a DSO linked against static SSL libraries; also
stop linking all of support/* against the SSL libraries:

* acinclude.m4 (APACHE_MODULE): Define MOD_FOO_LDADD which each
module .la library will be linked against.
(APACHE_MODPATH_ADD): Link static modules against the provided libraries.
(APACHE_CHECK_SSL_TOOLKIT): Put SSL libraries in SSL_LIBS and export
that to config_vars.mk.

* support/Makefile.in: Link ab against SSL_LIBS.

* modules/ssl/config.m4: Add SSL_LIBS and distcache libraries to
MOD_SSL_LDADD.

PR: 17217

Revision 102491 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 19:37:34 2004 UTC (5 years, 9 months ago) by jorton
File length: 2054 byte(s)
Diff to previous 96575 (colored)
* support/Makefile.in (suexec): Don't link against libapr etc; suexec
is self-contained.

Revision 96575 - (view) (annotate) - [select for diffs]
Modified Thu Aug 29 19:25:40 2002 UTC (7 years, 2 months ago) by trawick
File length: 2217 byte(s)
Diff to previous 96570 (colored)
suexec is sometimes built by make so it needs to be removed by
make clean

Revision 96570 - (view) (annotate) - [select for diffs]
Modified Thu Aug 29 19:03:27 2002 UTC (7 years, 2 months ago) by trawick
File length: 2193 byte(s)
Diff to previous 95686 (colored)
envvars-std is build by configure so it needs to be removed by
make distclean or make extraclean

Revision 95686 - (view) (annotate) - [select for diffs]
Modified Sat Jun 15 04:41:52 2002 UTC (7 years, 5 months ago) by rbb
File length: 2181 byte(s)
Diff to previous 95484 (colored)
Allow 'make install DESTDIR=/path'.  This allows packagers to install
into a directory different from the one that was configured.  This
also mirrors the root= feature from 1.3.  We cannot use prefix=,
because both APR and APR-util resolve their installation paths at
configuration time.  This means that there is no variable prefix
to replace.

PR:	7803
Submitted by:	Andreas Hasenack <andreas@netbank.com.br>

Revision 95484 - (view) (annotate) - [select for diffs]
Modified Mon Jun 3 15:25:11 2002 UTC (7 years, 5 months ago) by trawick
File length: 2061 byte(s)
Diff to previous 95058 (colored)
On OS/390, the compiler/linker front-end doesn't handle
"-L/path/to/lib after "-o target".  After looking into build failures,
it turned out that we specify EXTRA_LDFLAGS twice (once before "-o
target" and once after "-o target") for httpd and for the support
utilities.

Revision 95058 - (view) (annotate) - [select for diffs]
Modified Mon May 13 07:45:16 2002 UTC (7 years, 6 months ago) by jerenkrantz
File length: 2078 byte(s)
Diff to previous 94159 (colored)
Considering the overall goal of making APR and APR-util being used
out-of-tree, AP_LIBS can not be a PROGRAM_DEPENDENCY, but just a library
that we link against - therefore, it belongs under PROGRAM_LDADD.

(A program dependency implies that we can build it - that will not
always be the case with APR and APR-util.)

Revision 94159 - (view) (annotate) - [select for diffs]
Modified Mon Mar 25 09:50:41 2002 UTC (7 years, 8 months ago) by striker
File length: 2155 byte(s)
Diff to previous 92925 (colored)
Better test for the presence of $(sbindir) since that is where
we are going to install.

Submitted by:	Thom May <thom@planetarytramp.net>

Revision 92925 - (view) (annotate) - [select for diffs]
Modified Sat Jan 19 05:44:04 2002 UTC (7 years, 10 months ago) by ianh
File length: 2103 byte(s)
Diff to previous 92490 (colored)
add htdbm to the Makefile.

Revision 92490 - (view) (annotate) - [select for diffs]
Modified Sat Dec 15 13:56:36 2001 UTC (7 years, 11 months ago) by trawick
File length: 1987 byte(s)
Diff to previous 92435 (colored)
Move any load library path environment variables out of
apachectl and into a separate environment variable file which
can be more easily tailored by the admin.  The environment
variable file as built by Apache may have additional system-
specific settings.  For example, on OS/390 we tailor the heap
settings to allow lots of threads.

Revision 92435 - (view) (annotate) - [select for diffs]
Modified Wed Dec 12 19:39:55 2001 UTC (7 years, 11 months ago) by trawick
File length: 1792 byte(s)
Diff to previous 91736 (colored)
change Apache/apr/apr-util to use run-time linking on AIX

currently, a kludge (-uXML_Parse) is needed to get a reference to expat
in the Apache executable programs; I think this is related to the fact
that expat libtool is getting generated a little differently than apr
libtool and is choosing to build a different flavor of shared library

Revision 91736 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 21:49:35 2001 UTC (8 years ago) by aaron
File length: 1776 byte(s)
Diff to previous 91669 (colored)
Forces suexec to be compiled statically. This is necessary since it
is difficult and sometimes impossible to relocate executables that
are both setuid and dependent on dynamically loaded libraries.
(that is: setuid binaries ignore LD_* environment variables).

Revision 91669 - (view) (annotate) - [select for diffs]
Modified Fri Oct 26 18:30:57 2001 UTC (8 years, 1 month ago) by coar
File length: 1630 byte(s)
Diff to previous 91492 (colored)
	Bring forward checkgid helper from 1.3; checks runtime
	validity of httpd Group directive-style group identifiers.

Revision 91492 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 17:51:11 2001 UTC (8 years, 1 month ago) by aaron
File length: 1493 byte(s)
Diff to previous 91449 (colored)
In one target we weren't always creating the $libexecdir
($prefix/modules) directory, and in another we were assuming that the
directory existed. Now we always create it in the first target, and we
check that it exists in the second.

This fixes a bug where httpd.exp would be installed as a _file_ called
$prefix/modules.

Revision 91449 - (view) (annotate) - [select for diffs]
Modified Fri Oct 12 18:23:19 2001 UTC (8 years, 1 month ago) by rbb
File length: 1435 byte(s)
Diff to previous 91290 (colored)
Make sure we install apxs.

Revision 91290 - (view) (annotate) - [select for diffs]
Modified Thu Oct 4 19:09:58 2001 UTC (8 years, 1 month ago) by rbb
File length: 1430 byte(s)
Diff to previous 91167 (colored)
Make sure we install all of the support scripts.

Revision 91167 - (view) (annotate) - [select for diffs]
Modified Fri Sep 28 04:19:39 2001 UTC (8 years, 1 month ago) by rbb
File length: 1430 byte(s)
Diff to previous 91024 (colored)
Allow support programs to be compiled against a static version
of libapr.  This allows the smaller support programs to be
relocated.

Submitted by:	Aaron Bannert <aaron@clove.org>

Revision 91024 - (view) (annotate) - [select for diffs]
Modified Thu Sep 13 22:19:13 2001 UTC (8 years, 2 months ago) by rbb
File length: 1332 byte(s)
Diff to previous 91017 (colored)
Allow make install to work when built with VPATH.

Revision 91017 - (view) (annotate) - [select for diffs]
Modified Thu Sep 13 06:49:09 2001 UTC (8 years, 2 months ago) by rbb
File length: 1330 byte(s)
Diff to previous 90877 (colored)
rules.mk is stored in $(top_blddir).  Without this change, VPATH builds
stop working.

Revision 90877 - (view) (annotate) - [select for diffs]
Modified Mon Sep 3 03:27:48 2001 UTC (8 years, 2 months ago) by rbb
File length: 1328 byte(s)
Diff to previous 89517 (colored)
Make Apache 2.0 install all files in the same location as Apache 1.3
did.
PR:	7626

Revision 89517 - (view) (annotate) - [select for diffs]
Modified Mon Jul 9 02:31:09 2001 UTC (8 years, 4 months ago) by rbb
File length: 1320 byte(s)
Diff to previous 89308 (colored)
Allow all parts of Apache 2.0 to build when --srcdir is used.  This
required exposing a build directory and a source directory to all parts
of Apache's build system.  It also required a small hack in APR-util, if
we are using the bundled Expat, and we are using VPATH support, then we
have hard-coded the xml/expat location.  I couldn't figure out how to
allow the configure script to determine the correct location.  I added a
comment, but if somebody else figures it out, we should fix that at some
point.

PR:	7630

Revision 89308 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 15:02:25 2001 UTC (8 years, 5 months ago) by orlikowski
File length: 1316 byte(s)
Diff to previous 89301 (colored)
Greg was right, I was wrong.
We don;t need these here anymore, since the copy is done directly from the
server directory.
I need more sleep. :)

Revision 89301 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 02:00:47 2001 UTC (8 years, 5 months ago) by dreid
File length: 1326 byte(s)
Diff to previous 89300 (colored)
Small change to pass full paths instead of relatives.

Revision 89300 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 23:32:14 2001 UTC (8 years, 5 months ago) by orlikowski
File length: 1301 byte(s)
Diff to previous 89288 (colored)
Clean out httpd.exp when cleaning up.

Revision 89288 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 10:03:29 2001 UTC (8 years, 5 months ago) by orlikowski
File length: 1291 byte(s)
Diff to previous 89140 (colored)
Generate httpd.exp on the fly.
This should allow DSOs to work on AIX, without the headache of maintaining
the httpd.exp file.
This is adapted from OS/2's generation of ApacheCoreOS2.def.
There exist a few bugs still:
    1) mod_dav and mod_proxy may not yet work, due to certain namespace issues.
    2) Some symbols may need to be added, a la core_header.def
Once these have been fixed, the old httpd.exp file will be deleted.

Revision 89140 - (view) (annotate) - [select for diffs]
Modified Fri May 18 00:48:57 2001 UTC (8 years, 6 months ago) by fielding
File length: 1270 byte(s)
Diff to previous 88836 (colored)
Change the make targets and rules to be consistent in all of the
Apache-owned source trees.  Sanity is a good thing.

Revision 88836 - (view) (annotate) - [select for diffs]
Modified Fri Apr 13 00:46:22 2001 UTC (8 years, 7 months ago) by rbb
File length: 1270 byte(s)
Diff to previous 88809 (colored)
Do not install the binaries from the support directory twice.
PR:	7490
Submitted by:	jun-ichiro hagino <itojun@iijlab.net>

Revision 88809 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 06:44:07 2001 UTC (8 years, 7 months ago) by fielding
File length: 1019 byte(s)
Diff to previous 87639 (colored)
Make clean, distclean, and extraclean consistently according to the
Gnu makefile guidelines.

Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>
Reviewed by:  Roy Fielding

Revision 87639 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 01:04:53 2001 UTC (8 years, 10 months ago) by bjh
File length: 942 byte(s)
Diff to previous 87632 (colored)
Libtool takes care of the lib prefix so get rid of our own workaround.

Revision 87632 - (view) (annotate) - [select for diffs]
Modified Tue Jan 9 16:35:08 2001 UTC (8 years, 10 months ago) by rbb
File length: 948 byte(s)
Diff to previous 87597 (colored)
Fix a compile break related to the apr libtool change.

Revision 87597 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 21:47:49 2001 UTC (8 years, 10 months ago) by dgaudet
File length: 947 byte(s)
Diff to previous 87538 (colored)
- add some missing distclean targets
- use DISTCLEAN_TARGETS and CLEAN_TARGETS everywhere (to be consistent
with other macros and with APR)
- warn that aclocal.m4 is a generated file

Revision 87538 - (view) (annotate) - [select for diffs]
Modified Wed Dec 27 23:30:37 2000 UTC (8 years, 10 months ago) by rbb
File length: 912 byte(s)
Diff to previous 87199 (colored)
Get SuEXEC building properly.

Revision 87199 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 05:27:46 2000 UTC (8 years, 11 months ago) by rbb
File length: 814 byte(s)
Diff to previous 87197 (colored)
Use the correct apr-util library

Revision 87197 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 04:30:55 2000 UTC (8 years, 11 months ago) by rbb
File length: 820 byte(s)
Diff to previous 87192 (colored)
Add apr-util to the build process.  This should now build once everything
has been checked out to the correct locations.

Revision 87192 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 02:45:50 2000 UTC (8 years, 11 months ago) by rbb
File length: 814 byte(s)
Diff to previous 87191 (colored)
Apache builds again, although the test directory doesn't.  I will work on
the test directory soon.  The server does NOT currently run, but it does
build cleanly.

Revision 87191 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 01:22:05 2000 UTC (8 years, 11 months ago) by rbb
File length: 819 byte(s)
Diff to previous 87190 (colored)
Get the support programs building properly.  Httpd itself is next.

Revision 87190 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 00:36:09 2000 UTC (8 years, 11 months ago) by rbb
File length: 778 byte(s)
Diff to previous 85220 (colored)
Get base Apache to build properly.  This doesn't solve the problem of
not having apr-util, but we should be getting to the link stage now.

Revision 85220 - (view) (annotate) - [select for diffs]
Modified Tue May 16 00:44:47 2000 UTC (9 years, 6 months ago) by trawick
File length: 793 byte(s)
Diff to previous 85102 (colored)
reorder libapr.a and libap.la in terms of dependencies (i.e.,
libap needs libapr, so put libapr last) for OS/390

Revision 85102 - (view) (annotate) - [select for diffs]
Modified Sun Apr 30 00:06:07 2000 UTC (9 years, 6 months ago) by sascha
File length: 793 byte(s)
Diff to previous 85053 (colored)
Overall UNIX build system improvements:

* Makefile header is now completely dynamic
* Absolute paths everywhere
  (fixes Tru64 support)
* Get rid of LTLIBRARY_SHARED_NAME rule in library.mk
  (fixes Irix support, untested)
* VPATH does not contain variables anymore
  (fixes UnixWare support)
* Remove inclusion of program.mk in support/Makefile.in
  (PROGRAM_NAME is empty => breaks Irix and others)
* Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks
  (might fix OpenBSD pthread.h-detection, untested)

Revision 85053 - (view) (annotate) - [select for diffs]
Added Thu Apr 27 04:21:21 2000 UTC (9 years, 7 months ago) by rbb
File length: 916 byte(s)
Add the support directory back into the build process.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2