History log of /httpd/test/Makefile.in
Revision Date Author Comments Expand
1b92a71f5cbda8da4aa13af1034aab30b85bcd99 1220846 19-Dec-2011 minfrin

Distinguish properly between the bindir and sbindir directories when installing binaries. Previously all binaries were silently installed to sbindir, whether they were system administration commands or not.

1ddf25b77b03f7f4fd7a7676b62755da90cd3e0c 91017 13-Sep-2001 rbb

rules.mk is stored in $(top_blddir). Without this change, VPATH builds stop working.

6d962adceb6e485837e371a69a2b90dc59d51c60 90843 31-Aug-2001 dreid

Use the full path for libraries. (This has been in my tree for ages...)

cb5d3f2f217d457dada4883addb1dc9f3f17bb85 89140 18-May-2001 fielding

Change the make targets and rules to be consistent in all of the Apache-owned source trees. Sanity is a good thing.

e42cb4c27f4fe0f108bb1d2194c6e4332767769d 87639 10-Jan-2001 bjh

Libtool takes care of the lib prefix so get rid of our own workaround.

a4e1a864be4a1964d7c3a71d397b02cbaf1c69c5 87268 09-Dec-2000 gstein

remove building of the dbu test proggie

16935ebd7714112ea192edd38f7a2d742e2318c8 87250 07-Dec-2000 gstein

*) 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.

04c1be97edc6cf31d47066b9020737c1d9e4d138 87234 06-Dec-2000 gstein

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.

b095ab1f1a0708c604aa661d916b5dc9317d624c 87187 04-Dec-2000 rbb

Get Apache to configure completely again. This still doesn't build, but now we are getting very close.

8c720f942dab46e1b78e81cfdd8e79986cfb7d24 87082 26-Nov-2000 gstein

*) 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 ]