summaryrefslogtreecommitdiff
path: root/os/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* rules.mk is stored in $(top_blddir). Without this change, VPATH buildsRyan Bloom2001-09-131-1/+1
| | | | | | | stop working. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91017 13f79535-47bb-0310-9956-ffa450edef68
* Add VPATH support to Apache:Sascha Schumann2000-04-301-1/+1
| | | | | | | | | | | | | | | os/$(OS_DIR) is now equivalent to the old $(OS_DIR) Necessary include paths are added only in VPATH mode. Dependencies are stored in the build directory now. They contain paths which depend on the current build, and therefore they are not general. Fixed two dependencies in main/Makefile.in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85113 13f79535-47bb-0310-9956-ffa450edef68
* We want to build in the build dir, not the src dir.Sascha Schumann2000-04-301-1/+1
| | | | | | | s/top_srcdir/top_builddir/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85109 13f79535-47bb-0310-9956-ffa450edef68
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-5/+0
| | | | | | | | | | | | | | | | | * 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) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85102 13f79535-47bb-0310-9956-ffa450edef68
* Fix minor configuration & platform dependenciesMartin Kraemer2000-04-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84962 13f79535-47bb-0310-9956-ffa450edef68
* Minor nit: use top_srcdir instead of topsrcdir, to be more consistentManoj Kasichainula2000-03-151-2/+2
| | | | | | | with autoconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84770 13f79535-47bb-0310-9956-ffa450edef68
* These changes are committed together, because they depend on each other.Sascha Schumann2000-01-111-0/+9
- 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84423 13f79535-47bb-0310-9956-ffa450edef68