summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 12:32:04 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 12:32:04 +0000
commitcf5f45549a1cdd6d9ad276286d929da4387528e5 (patch)
tree4cd0a470ea74e1931ace232fc909cc15d6b0b7c0 /lib
parent6577c978ebc28f950f43591579674e045f3d2a67 (diff)
downloadlibapr-cf5f45549a1cdd6d9ad276286d929da4387528e5.tar.gz
Basic cleanup for apr. This takes care of the make depend that used to be
needed before APR would build. This also removes some files that never should have been imported. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in48
1 files changed, 24 insertions, 24 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 25ae2f24b..970cb647d 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -61,29 +61,29 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-apr_cpystrn.o: apr_cpystrn.c $(INCDIR)/apr_config.h
-apr_execve.o: apr_execve.c $(INCDIR)/apr_config.h
-apr_fnmatch.o: apr_fnmatch.c $(INCDIR)/apr_config.h $(INCDIR)/apr_fnmatch.h \
- $(INCDIR)/apr_lib.h ../include/apr_general.h ../include/apr_config.h \
+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
-apr_getpass.o: apr_getpass.c $(INCDIR)/apr_config.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_config.h ../include/apr_file_io.h $(INCDIR)/hsregex.h
-apr_md5.o: apr_md5.c $(INCDIR)/apr_config.h $(INCDIR)/apr_md5.h \
- $(INCDIR)/apr_lib.h ../include/apr_general.h ../include/apr_config.h \
- ../include/apr_errno.h ../include/apr_file_io.h $(INCDIR)/hsregex.h
-apr_pools.o: apr_pools.c $(INCDIR)/apr_config.h ../include/apr_general.h \
- ../include/apr_config.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 $(INCDIR)/apr_config.h $(INCDIR)/apr_lib.h \
- ../include/apr_general.h ../include/apr_config.h \
- ../include/apr_errno.h ../include/apr_file_io.h $(INCDIR)/hsregex.h
-apr_slack.o: apr_slack.c $(INCDIR)/apr_config.h
-apr_snprintf.o: apr_snprintf.c $(INCDIR)/apr_config.h $(INCDIR)/apr_lib.h \
- ../include/apr_general.h ../include/apr_config.h \
- ../include/apr_errno.h ../include/apr_file_io.h $(INCDIR)/hsregex.h
-apr_tables.o: apr_tables.c $(INCDIR)/apr_config.h \
- ../include/apr_general.h ../include/apr_config.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_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
+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
+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
+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