Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
general property cleanup
rules.mk is stored in $(top_blddir). Without this change, VPATH builds stop working.
Use the full path for libraries. (This has been in my tree for ages...)
Change the make targets and rules to be consistent in all of the Apache-owned source trees. Sanity is a good thing.
Libtool takes care of the lib prefix so get rid of our own workaround.
remove building of the dbu test proggie
*) top-level: build our base libraries (srclib) first since these (by definition) have no dependencies on anything else. this will also ensure that we have *.exports available for building server/ *) add the "test" SUBDIR back in so that it gets called for "make clean" and other types of make targets. *) revise test/Makefile.in so that it does not build any test programs by default. add "make test" to build any/all test programs.
get the test directory working again: - use apr_dbm.h and the updated naming - don't try to link against libap(util?) or libsdbm. just use libaprutil.
Get Apache to configure completely again. This still doesn't build, but now we are getting very close.
*) Put lib/aputil/ into the INCLUDES path *) add a Makefile.in to test/ to help with building test programs (these are not part of the build; just manual compiles right now) *) add test/dbu.c as a quick test of apu_dbm [ dbu.c originally came from the SDBM package ]
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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |