summaryrefslogtreecommitdiff
path: root/mmap/unix/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-11-17 21:39:24 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-11-17 21:39:24 +0000
commit4069ca1d67f51545f522b5516259ba30093cc01e (patch)
treec2474a64de64458e81b7f0694ab1f3c5452a75b6 /mmap/unix/Makefile.in
parente917228fd3cd0d3387fd68c70f3d8fa03cdea729 (diff)
downloadlibapr-4069ca1d67f51545f522b5516259ba30093cc01e.tar.gz
Cleaned up the APRFile uses in Apache. Also removed the apr.h header file
because it is no longer used. Finally, I updated the dependancies to compile cleanly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap/unix/Makefile.in')
-rw-r--r--mmap/unix/Makefile.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in
index 480fde363..26b25c897 100644
--- a/mmap/unix/Makefile.in
+++ b/mmap/unix/Makefile.in
@@ -50,4 +50,17 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-mmap.o: mmap.c
+common.o: common.c ../../file_io/unix/fileio.h \
+ ../../include/apr_general.h ../../include/apr_config.h \
+ ../../include/apr_errno.h ../../include/apr_file_io.h \
+ ../../include/apr_mmap.h ../../include/apr_network_io.h \
+ ../../include/apr_portable.h ../../include/apr_thread_proc.h \
+ ../../include/apr_win.h ../../include/apr_lock.h \
+ ../../include/apr_time.h ../../include/apr_lib.h mmap_h.h
+mmap.o: mmap.c mmap_h.h ../../include/apr_general.h \
+ ../../include/apr_config.h ../../include/apr_errno.h \
+ ../../include/apr_mmap.h ../../include/apr_network_io.h \
+ ../../include/apr_portable.h ../../include/apr_thread_proc.h \
+ ../../include/apr_file_io.h ../../include/apr_win.h \
+ ../../include/apr_lock.h ../../include/apr_time.h \
+ ../../file_io/unix/fileio.h ../../include/apr_lib.h