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

Log of /httpd/httpd/trunk/build/library.mk

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 420993 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 21:18:15 2006 UTC (3 years, 4 months ago) by fielding
File length: 1060 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: 913 byte(s)
Diff to previous 190592 (colored)
Update the last year of copyright.

Revision 190592 - (view) (annotate) - [select for diffs]
Modified Tue Jun 14 13:54:34 2005 UTC (4 years, 5 months ago) by jorton
File length: 913 byte(s)
Diff to previous 106505 (colored)
Update remaining 2004 copyright notices.

Revision 106505 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 00:01:34 2004 UTC (5 years ago) by nd
File length: 878 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: 878 byte(s)
Diff to previous 102521 (colored)
fix name of The Apache Software Foundation

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: 874 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: 2861 byte(s)
Diff to previous 102135 (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 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 2853 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: 2853 byte(s)
Diff to previous 93918 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

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: 2853 byte(s)
Diff to previous 88184 (colored)
Update our copyright for this year.

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
File length: 2853 byte(s)
Diff to previous 85873 (colored)
Update copyright to 2001

Revision 85873 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 18:00:45 2000 UTC (9 years, 4 months ago) by sascha
File length: 2848 byte(s)
Diff to previous 85102 (colored)
Clean up rules.mk and add support for building C++ source files.

If your module uses C++, you need to add APACHE_REQUIRE_CXX to your
module's config.m4.

Unfortunately, we cannot use any sophisticated pattern matching in make,
so instead of adding the C++ source files to LTLIBRARY_SOURCES, you need
to write for foo.cpp and bar.cpp:

LTLIBRARY_OBJECTS_X = foo.lo bar.lo

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: 2825 byte(s)
Diff to previous 84876 (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 84876 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 07:02:32 2000 UTC (9 years, 7 months ago) by fielding
File length: 3299 byte(s)
Diff to previous 84870 (colored)
Update to Apache Software License version 1.1

Revision 84870 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 23:39:58 2000 UTC (9 years, 7 months ago) by rbb
File length: 3644 byte(s)
Diff to previous 84725 (colored)
Remove a trailing slash from library.mk.  This slash was causing problems
on non-GNU make systems
PR:  20
Submitted by:	Mike Abbott <mja@sgi.com>
Reviewed by:	Ryan Bloom

Revision 84725 - (view) (annotate) - [select for diffs]
Modified Fri Mar 10 00:07:37 2000 UTC (9 years, 8 months ago) by rbb
File length: 3646 byte(s)
Diff to previous 84423 (colored)
Fix all the License issues.  Including:
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license

Revision 84423 - (view) (annotate) - [select for diffs]
Added Tue Jan 11 13:11:13 2000 UTC (9 years, 10 months ago) by sascha
File length: 2111 byte(s)
These changes are committed together, because they depend on each other.

    -   shared modules can be built in the tree
    -   added support for --with-layout, uses APACI's config.layout
    -   working 'make install'
    -   working 'make depend'
    -   working Pthreads checks
    -   buildconf replaced

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