/[Apache-SVN]/httpd/httpd/trunk/build/rules.mk.in
ViewVC logotype

Log of /httpd/httpd/trunk/build/rules.mk.in

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 420990 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:55:32 2006 UTC (3 years, 4 months ago) by fielding
File length: 7069 byte(s)
Diff to previous 395229 (colored)
update license header text

Revision 395229 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:23:42 2006 UTC (3 years, 7 months ago) by colm
File length: 6922 byte(s)
Diff to previous 291480 (colored)
Update the last year of copyright.

Revision 291480 - (view) (annotate) - [select for diffs]
Modified Sun Sep 25 22:45:39 2005 UTC (4 years, 2 months ago) by pquerna
File length: 6922 byte(s)
Diff to previous 190396 (colored)
* Makefile.in
  (docs): If the "docs-build" project is available, trigger its build system
   to turn the XML sources into HTML.  Otherwise, display a URL to the
   instructions on how to use the docs build.

* build/rules.mk.in:
  (.PHONEY): docs is a fake target.

Submitted By: Daniel Rall <dlr apache.org>

Revision 190396 - (view) (annotate) - [select for diffs]
Modified Mon Jun 13 13:19:42 2005 UTC (4 years, 5 months ago) by jorton
File length: 6917 byte(s)
Diff to previous 151408 (colored)
* configure.in: Define MKINSTALLDIRS and INSTALL in config_vars.mk.
Don't use AC_PROG_INSTALL since any system "install" command is never
used anyway.

* build/rules.mk.in: Remove fixed reference to install.sh and mkdir.sh
in abs_srcdir.

* build/config_vars.sh: Munge definitions of MKINSTALLDIRS and INSTALL
to use installed scripts.

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 7032 byte(s)
Diff to previous 126362 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 126362 - (view) (annotate) - [select for diffs]
Modified Tue Jan 25 10:17:51 2005 UTC (4 years, 10 months ago) by jorton
File length: 6997 byte(s)
Diff to previous 106692 (colored)
* configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS.

* build/rules.mk.in: Factor out BASE_CC and BASE_CXX from COMPILE.
Substitute PICFLAGS into COMPILE and CXX_COMPILE, but not into
{SH,LT}{,_CXX}_COMPILE.  Substitute PILDFLAGS into LINK but not
{SH,MOD}_LINK.

Reviewed by: jerenkrantz

Revision 106692 - (view) (annotate) - [select for diffs]
Modified Sat Nov 27 08:07:44 2004 UTC (5 years ago) by jerenkrantz
File length: 6921 byte(s)
Diff to previous 106505 (colored)
Initial pass at refactoring some files to eliminate our 150K C source behemoths.

* Makefile.in: Change order of dependencies to bring in exports.o first so that
  we have every symbol 'used' before the linker starts processing.
* build/rules.mk.in: Add a 'program-install' target which just copies httpd.

* server/Makefile.in, modules/http/config2.m4: Add in new file targets.

* NWGNUmakefile, libhttpd.dsp: Blind updates for Netware and Win32.  (I tried.)

* server/core.c: Move core_input_filter, net_time_filter, and core_output_filter  and all supporting functions to...
* server/core_filters.c (copied): ...here.

* modules/http/http_protocol.c: Move functions from here to there...namely:
* modules/http/byterange_filter.c (copied): Relocate ap_byterange_filter() and
  friends.
* modules/http/chunk_filter.c (copied): Relocate chunk_filter().
* modules/http/http_etag.c (copied): Relocate ap_set_etag and ap_make_etag().
* modules/http/http_filters.c (copied): Relocate ap_http_filter(),
  ap_http_header_filter(), ap_discard_request_body(), ap_setup_client_block(),
  ap_should_client_block(), and ap_get_client_block().

Revision 106505 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 00:01:34 2004 UTC (5 years ago) by nd
File length: 6887 byte(s)
Diff to previous 102619 (colored)
property cleanup

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 6887 byte(s)
Diff to previous 102547 (colored)
fix name of The Apache Software Foundation

Revision 102547 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 19:06:26 2004 UTC (5 years, 9 months ago) by nd
File length: 6883 byte(s)
Diff to previous 102521 (colored)
fix copyright dates according to the first check in.

Revision 102521 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 21:54:06 2004 UTC (5 years, 9 months ago) by nd
File length: 6883 byte(s)
Diff to previous 102381 (colored)
apply Apache License, Version 2.0

Revision 102381 - (view) (annotate) - [select for diffs]
Modified Mon Jan 19 22:58:41 2004 UTC (5 years, 10 months ago) by jorton
File length: 8870 byte(s)
Diff to previous 102344 (colored)
Correct use of libtool: libtool convenience libraries which are to be
linked directly into a program must be linked using -static and not
-module.  Fixes build issues with libtool HEAD.

* acinclude.m4 (APACHE_MODPATH_ADD): For a static module, use a
filename with a lib prefix.

* build/rules.mk.in (MOD_LINK): Use -static not -module.

* build/special.mk (install-modules): Adjust special-case for
installation of shared modules to look for libso.la not mod_so.la.

* build/library.mk: Link libraries using -static.

Revision 102344 - (view) (annotate) - [select for diffs]
Modified Thu Jan 15 12:52:13 2004 UTC (5 years, 10 months ago) by jorton
File length: 8870 byte(s)
Diff to previous 102135 (colored)
* build/rules.mk.in: Pass CFLAGS but not CPPFLAGS or INCLUDES on LINK
lines.

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 8843 byte(s)
Diff to previous 98573 (colored)
update license to 2004.

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
File length: 8843 byte(s)
Diff to previous 98036 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 98036 - (view) (annotate) - [select for diffs]
Modified Thu Dec 19 05:35:55 2002 UTC (6 years, 11 months ago) by jerenkrantz
File length: 8843 byte(s)
Diff to previous 98035 (colored)
- Add MKDEP to config_vars.mk file
- Do not print out the commands used when doing 'make depend'

Revision 98035 - (view) (annotate) - [select for diffs]
Modified Thu Dec 19 05:28:16 2002 UTC (6 years, 11 months ago) by jerenkrantz
File length: 8842 byte(s)
Diff to previous 95708 (colored)
Allow dependencies to be generated by something other than GCC.
This allows Sun's cpp to generate valid .deps dependencies.

(This is a similar patch as applied to APR.)

Revision 95708 - (view) (annotate) - [select for diffs]
Modified Sat Jun 15 21:48:53 2002 UTC (7 years, 5 months ago) by dreid
File length: 8804 byte(s)
Diff to previous 95686 (colored)
Fix the build on BSDi machines. The bsd_makefile trick didn't completely
work as autoconf may run config.status and remove the fixes we've just
applied, so this allows us to workaround that problem.

Initailly suggested by Cliff, this is a modified version.

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: 8708 byte(s)
Diff to previous 94702 (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 94702 - (view) (annotate) - [select for diffs]
Modified Thu Apr 18 17:51:54 2002 UTC (7 years, 7 months ago) by jerenkrantz
File length: 8678 byte(s)
Diff to previous 93923 (colored)
Replace this bogus check with something that actually works.  I have no
idea what this line is attempting to do, but it doesn't work in the
top-level Makefile - causing an error.  Therefore, take the line we use
in APR to check if a file exists.

Revision 93923 - (view) (annotate) - [select for diffs]
Modified Thu Mar 14 03:16:50 2002 UTC (7 years, 8 months ago) by trawick
File length: 8685 byte(s)
Diff to previous 93918 (colored)
Fix apxs -g handling.
Move config_vars.mk from the top build directory to the build directory.
Get build/rules.mk cleaned up for distclean/extraclean.

PR:     10163
        (This is the 2nd of two commits for that PR.  The first was to
        apxs.in -- rev 1.35.)

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
File length: 8679 byte(s)
Diff to previous 92663 (colored)
Update our copyright for this year.

Revision 92663 - (view) (annotate) - [select for diffs]
Modified Sun Dec 30 14:05:55 2001 UTC (7 years, 10 months ago) by bjh
File length: 8679 byte(s)
Diff to previous 90877 (colored)
OS/2: Supply the configured libraries to the linker when building loadable
modules. This allows things like mod_deflate to build (needs -lz).

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: 8668 byte(s)
Diff to previous 90850 (colored)
Make Apache 2.0 install all files in the same location as Apache 1.3
did.
PR:	7626

Revision 90850 - (view) (annotate) - [select for diffs]
Modified Fri Aug 31 17:02:23 2001 UTC (8 years, 2 months ago) by rbb
File length: 8665 byte(s)
Diff to previous 90492 (colored)
Allow us to build APR before APR-util, but clean APR-util before
APR.  This should fix the build for BeOS.

Revision 90492 - (view) (annotate) - [select for diffs]
Modified Wed Aug 22 15:58:05 2001 UTC (8 years, 3 months ago) by jerenkrantz
File length: 8647 byte(s)
Diff to previous 90487 (colored)
Ensure that libtool does the installation for us.  This way we will actually
copy over the binaries rather than libtool wrapper scripts which would
copy the binaries to .libs/lt-* at first execution.
Reviewed by:	 Greg Stein

Revision 90487 - (view) (annotate) - [select for diffs]
Added Wed Aug 22 13:34:01 2001 UTC (8 years, 3 months ago) by rbb
File length: 8621 byte(s)
Add rules.mk.in, and remove the old rules.mk.  This finishes the
libtool patch from yesterday.

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