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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 153400 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 14:08:24 2005 UTC (4 years, 9 months ago) by jorton
File length: 121 byte(s)
Diff to previous 106103 (colored)
Support use of an external copy of the PCRE library:

* configure.in: Set abs_{builddir,srcdir} higher.  Add --with-pcre
flag; build against external PCRE library if used.

* Makefile.in (install-include): Don't install pcre headers any more.

* srclib/Makefile.in (SUBDIRS): Remove.

PR: 27550 (part two)
Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton

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

Revision 95061 - (view) (annotate) - [select for diffs]
Modified Mon May 13 08:39:30 2002 UTC (7 years, 6 months ago) by jerenkrantz
File length: 136 byte(s)
Diff to previous 92614 (colored)
First pass at trying to standardize httpd-2.0's usage of APR and APR-util
so that they can be separated - use an installed APR and APR-util with
httpd-2.0.  This is not expected to achieve full separation, but is
merely the first step in the process.  The tree should still be buildable
in the source-only case.

This commit does the following things:
- Use the standard find_apr.m4 and find_apu.m4 m4 macro files that flood and
  Subversion already use for locating APR and APR-util.  This adds the
  --with-apr and --with-apr-util configure options.
- Stop using APRVARS and export_vars.sh.
- Use apr-config and apu-config to determine dependencies.
- Add AP_BUILD_SRCLIB_DIRS and AP_CLEAN_SRCLIB_DIRS values (names stink)
  to dynamically figure out what subdirs in srclib we will build.
  (What we really want to do is set one value - go L->R on build and
   R->L on clean.  I can't think of a way to do this.)
- If we are using APR and APR-util that are already installed, don't
  specify them in srclib.  (This still needs some work I bet.)

Revision 92614 - (view) (annotate) - [select for diffs]
Modified Thu Dec 27 02:28:38 2001 UTC (7 years, 11 months ago) by aaron
File length: 114 byte(s)
Diff to previous 92613 (colored)
Whoops, didn't mean to get rid of the whole line.

Revision 92613 - (view) (annotate) - [select for diffs]
Modified Thu Dec 27 02:18:58 2001 UTC (7 years, 11 months ago) by aaron
File length: 99 byte(s)
Diff to previous 91017 (colored)
This old variable does not appear to be in use any longer.

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: 129 byte(s)
Diff to previous 90850 (colored)
rules.mk is stored in $(top_blddir).  Without this change, VPATH builds
stop working.

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: 127 byte(s)
Diff to previous 90844 (colored)
Allow us to build APR before APR-util, but clean APR-util before
APR.  This should fix the build for BeOS.

Revision 90844 - (view) (annotate) - [select for diffs]
Modified Fri Aug 31 09:47:53 2001 UTC (8 years, 2 months ago) by dreid
File length: 82 byte(s)
Diff to previous 89825 (colored)
With my normal sense of missing the boat :)

This gets the build working on BeOS again :)  Apologies for the delay :(

Jeff changed the order of apr-util and apr to solve a "cleaning" issue but
that makes me uncomfortable as apr-util is dependant on apr, so if we clean
apr-util we shouldn't be altering anything in apr.  If I decide to rebuild
apr-util then apr should still be buildable.  Sorry Jeff but I think we need
a different solution :(

Submitted by:	Peter Schultz <pete@beforever.com>

Revision 89825 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 12:19:55 2001 UTC (8 years, 3 months ago) by trawick
File length: 82 byte(s)
Diff to previous 88303 (colored)
get "make extraclean" working for apr-util again

the apr-util build now depends on files in apr;
"make extraclean" in apr removes some of those files, causing
a subsequent "make extraclean" in apr-util to blow*; make in
apr-util first so we don't have this problem

*on some platforms make aborted; on others the error was
ignored though apr-util wasn't cleaned

Revision 88303 - (view) (annotate) - [select for diffs]
Modified Sat Feb 24 19:16:04 2001 UTC (8 years, 9 months ago) by rbb
File length: 82 byte(s)
Diff to previous 87197 (colored)
We need to build expat-lite before APR-utils, so just move that variable
to before apr-util.

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: 82 byte(s)
Diff to previous 87190 (colored)
Add apr-util to the build process.  This should now build once everything
has been checked out to the correct locations.

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: 73 byte(s)
Diff to previous 87084 (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 87084 - (view) (annotate) - [select for diffs]
Modified Sun Nov 26 15:33:04 2000 UTC (9 years ago) by gstein
File length: 80 byte(s)
Diff to previous 85743 (colored)
missed one. This is needed to build the new aputil library.

Revision 85743 - (view) (annotate) - [select for diffs]
Modified Sat Jul 1 14:08:25 2000 UTC (9 years, 4 months ago) by gstein
File length: 73 byte(s)
Diff to previous 85153 (colored)
config magic for enabling DAV, Expat, and SDBM.
*) AP_LIBS contains the target .a files from src/lib/
*) AP_LIB_DIRS contains add'l directories (besides pcre and apr) that we
   will build (and generate Makefiles for)
*) apache_need_expat and apache_need_sdbm are two new configure feature
   macros; set by the DAV stuff as needed
*) hackery to deal with dav/fs/ since it isn't really a module
*) do endian testing, so we can feed it into Expat to optimize that code

Revision 85153 - (view) (annotate) - [select for diffs]
Modified Fri May 5 23:17:54 2000 UTC (9 years, 6 months ago) by rbb
File length: 58 byte(s)
Diff to previous 85102 (colored)
Replace hsregex with PCRE.  The PCRE library is always used in 2.0,
regardless of what system we are on.  Currently, we are using the POSIX
wrappers that PCRE provides.

Revision 85102 - (view) (annotate) - [select for diffs]
Modified Sun Apr 30 00:06:07 2000 UTC (9 years, 7 months ago) by sascha
File length: 53 byte(s)
Diff to previous 84770 (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 84770 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 22:46:33 2000 UTC (9 years, 8 months ago) by manoj
File length: 137 byte(s)
Diff to previous 84423 (colored)
Minor nit: use top_srcdir instead of topsrcdir, to be more consistent
with autoconf.

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: 134 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