summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 20:20:27 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 20:20:27 +0000
commit81374a1a5d44b758f83d766b334756834c537585 (patch)
tree885ab28ee30c00818173ddfb3e81da1c83b25090 /lib
parent1e5ff2c2bc0d0db2999e57f9a904b6633240f39a (diff)
downloadlibapr-81374a1a5d44b758f83d766b334756834c537585.tar.gz
Run make depend after moving the four header files. Remove the test programs
from cvs. Fix some small problems in some of the test programs. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in36
1 files changed, 18 insertions, 18 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 970cb647d..36570237b 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -64,26 +64,26 @@ depend:
apr_cpystrn.o: apr_cpystrn.c ../include/apr_config.h
apr_execve.o: apr_execve.c ../include/apr_config.h
apr_fnmatch.o: apr_fnmatch.c ../include/apr_config.h \
- $(INCDIR)/apr_fnmatch.h $(INCDIR)/apr_lib.h ../include/apr_general.h \
- ../include/apr_errno.h ../include/apr_file_io.h $(INCDIR)/hsregex.h
+ $(INCDIR)/apr_fnmatch.h ../include/apr_lib.h ../include/apr_general.h \
+ ../include/apr_errno.h ../include/apr_file_io.h ../include/hsregex.h
apr_getpass.o: apr_getpass.c ../include/apr_config.h \
- ../include/apr_errno.h $(INCDIR)/apr_lib.h ../include/apr_general.h \
- ../include/apr_file_io.h $(INCDIR)/hsregex.h
-apr_md5.o: apr_md5.c ../include/apr_config.h $(INCDIR)/apr_md5.h \
- $(INCDIR)/apr_lib.h ../include/apr_general.h ../include/apr_errno.h \
- ../include/apr_file_io.h $(INCDIR)/hsregex.h
+ ../include/apr_errno.h ../include/apr_lib.h ../include/apr_general.h \
+ ../include/apr_file_io.h ../include/hsregex.h
+apr_md5.o: apr_md5.c ../include/apr_config.h ../include/apr_md5.h \
+ ../include/apr_lib.h ../include/apr_general.h ../include/apr_errno.h \
+ ../include/apr_file_io.h ../include/hsregex.h
apr_pools.o: apr_pools.c ../include/apr_config.h \
- ../include/apr_general.h ../include/apr_errno.h \
- ../include/apr_pools.h $(INCDIR)/apr_lib.h ../include/apr_file_io.h \
- $(INCDIR)/hsregex.h ../misc/unix/misc.h
-apr_signal.o: apr_signal.c ../include/apr_config.h $(INCDIR)/apr_lib.h \
- ../include/apr_general.h ../include/apr_errno.h \
- ../include/apr_file_io.h $(INCDIR)/hsregex.h
+ ../include/apr_general.h ../include/apr_errno.h $(INCDIR)/apr_pools.h \
+ ../include/apr_lib.h ../include/apr_file_io.h ../include/hsregex.h \
+ ../misc/unix/misc.h
+apr_signal.o: apr_signal.c ../include/apr_config.h \
+ ../include/apr_lib.h ../include/apr_general.h ../include/apr_errno.h \
+ ../include/apr_file_io.h ../include/hsregex.h
apr_slack.o: apr_slack.c ../include/apr_config.h
apr_snprintf.o: apr_snprintf.c ../include/apr_config.h \
- $(INCDIR)/apr_lib.h ../include/apr_general.h ../include/apr_errno.h \
- ../include/apr_file_io.h $(INCDIR)/hsregex.h
+ ../include/apr_lib.h ../include/apr_general.h ../include/apr_errno.h \
+ ../include/apr_file_io.h ../include/hsregex.h
apr_tables.o: apr_tables.c ../include/apr_config.h \
- ../include/apr_general.h ../include/apr_errno.h \
- ../include/apr_pools.h $(INCDIR)/apr_lib.h ../include/apr_file_io.h \
- $(INCDIR)/hsregex.h ../misc/unix/misc.h
+ ../include/apr_general.h ../include/apr_errno.h $(INCDIR)/apr_pools.h \
+ ../include/apr_lib.h ../include/apr_file_io.h ../include/hsregex.h \
+ ../misc/unix/misc.h