1ddf25b77b03f7f4fd7a7676b62755da90cd3e0c 91017 |
|
13-Sep-2001 |
rbb |
rules.mk is stored in $(top_blddir). Without this change, VPATH builds
stop working. |
a3658aa5c00f07bf898d46fdddae880c52424872 85113 |
|
30-Apr-2000 |
sascha |
Add VPATH support to Apache:
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. |
36e0e7dcb6e702bfdf7ebfce472eb338914720b8 85109 |
|
30-Apr-2000 |
sascha |
We want to build in the build dir, not the src dir.
s/top_srcdir/top_builddir/ |
b3aeccd394a91bef671438fa47b9ccd7cd6145a5 85102 |
|
30-Apr-2000 |
sascha |
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) |
383139bd9ddb83b56cc32d936d3c8ed15acb7c69 84962 |
|
14-Apr-2000 |
martin |
Fix minor configuration & platform dependencies |
2795c373a9fb112dc77576c1dfc23119f02d598a 84770 |
|
15-Mar-2000 |
manoj |
Minor nit: use top_srcdir instead of topsrcdir, to be more consistent
with autoconf. |
6ca0e6973c8176100f4a426444823ae5e777e28f 84423 |
|
11-Jan-2000 |
sascha |
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 |