martin      99/11/20 13:04:46

  Modified:    src/main Makefile.tmpl
  Log:
  Update on dependencies
  
  Revision  Changes    Path
  1.9       +23 -16    apache-2.0/src/main/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/main/Makefile.tmpl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.tmpl     1999/11/17 21:39:25     1.8
  +++ Makefile.tmpl     1999/11/20 21:04:45     1.9
  @@ -102,7 +102,8 @@
    $(INCDIR)/http_protocol.h ../lib/apr/include/apr_portable.h \
    ../lib/apr/include/apr_thread_proc.h ../lib/apr/include/apr_win.h \
    ../lib/apr/include/apr_lock.h ../lib/apr/include/apr_time.h \
  - $(INCDIR)/ap_mpm.h $(INCDIR)/mpm_status.h $(INCDIR)/http_config.h \
  + ../lib/apr/include/apr_mmap.h $(INCDIR)/ap_mpm.h \
  + $(INCDIR)/mpm_status.h $(INCDIR)/http_config.h \
    $(INCDIR)/http_vhost.h
   http_core.o: http_core.c ../lib/apr/include/apr_lib.h \
    ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  @@ -115,10 +116,11 @@
    $(INCDIR)/http_protocol.h ../lib/apr/include/apr_portable.h \
    ../lib/apr/include/apr_thread_proc.h ../lib/apr/include/apr_win.h \
    ../lib/apr/include/apr_network_io.h ../lib/apr/include/apr_lock.h \
  - ../lib/apr/include/apr_time.h $(INCDIR)/http_request.h \
  - $(INCDIR)/http_vhost.h $(INCDIR)/http_main.h $(INCDIR)/http_log.h \
  - $(INCDIR)/rfc1413.h $(INCDIR)/util_md5.h $(INCDIR)/ap_md5.h \
  - $(INCDIR)/fnmatch.h $(INCDIR)/http_connection.h
  + ../lib/apr/include/apr_time.h ../lib/apr/include/apr_mmap.h \
  + $(INCDIR)/http_request.h $(INCDIR)/http_vhost.h \
  + $(INCDIR)/http_main.h $(INCDIR)/http_log.h $(INCDIR)/rfc1413.h \
  + $(INCDIR)/util_md5.h $(INCDIR)/ap_md5.h /usr/include/fnmatch.h \
  + $(INCDIR)/http_connection.h
   http_log.o: http_log.c ../lib/apr/include/apr_lib.h \
    ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
    ../lib/apr/include/apr_errno.h ../lib/apr/include/apr_file_io.h \
  @@ -139,8 +141,9 @@
    ../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
    ../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
    $(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  - $(INCDIR)/http_main.h $(INCDIR)/http_config.h $(INCDIR)/ap_hooks.h \
  - $(INCDIR)/ap_mpm.h ../lib/expat-lite/xmlparse.h
  + $(INCDIR)/http_main.h $(INCDIR)/http_log.h $(INCDIR)/http_config.h \
  + $(INCDIR)/ap_hooks.h $(INCDIR)/ap_mpm.h \
  + ../lib/expat-lite/xmlparse.h
   http_protocol.o: http_protocol.c $(INCDIR)/httpd.h \
    $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
    $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
  @@ -153,9 +156,10 @@
    $(INCDIR)/http_protocol.h ../lib/apr/include/apr_portable.h \
    ../lib/apr/include/apr_thread_proc.h ../lib/apr/include/apr_win.h \
    ../lib/apr/include/apr_network_io.h ../lib/apr/include/apr_lock.h \
  - ../lib/apr/include/apr_time.h $(INCDIR)/http_main.h \
  - $(INCDIR)/http_request.h $(INCDIR)/http_vhost.h \
  - $(INCDIR)/http_log.h $(INCDIR)/util_date.h $(INCDIR)/mpm_status.h
  + ../lib/apr/include/apr_time.h ../lib/apr/include/apr_mmap.h \
  + $(INCDIR)/http_main.h $(INCDIR)/http_request.h \
  + $(INCDIR)/http_vhost.h $(INCDIR)/http_log.h $(INCDIR)/util_date.h \
  + $(INCDIR)/mpm_status.h
   http_request.o: http_request.c $(INCDIR)/httpd.h \
    $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
    $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
  @@ -169,8 +173,8 @@
    $(INCDIR)/http_protocol.h ../lib/apr/include/apr_portable.h \
    ../lib/apr/include/apr_thread_proc.h ../lib/apr/include/apr_win.h \
    ../lib/apr/include/apr_network_io.h ../lib/apr/include/apr_lock.h \
  - ../lib/apr/include/apr_time.h $(INCDIR)/http_log.h \
  - $(INCDIR)/http_main.h $(INCDIR)/fnmatch.h
  + ../lib/apr/include/apr_time.h ../lib/apr/include/apr_mmap.h \
  + $(INCDIR)/http_log.h $(INCDIR)/http_main.h /usr/include/fnmatch.h
   http_vhost.o: http_vhost.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
    $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
    $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  @@ -183,7 +187,8 @@
    ../lib/apr/include/apr_portable.h \
    ../lib/apr/include/apr_thread_proc.h ../lib/apr/include/apr_win.h \
    ../lib/apr/include/apr_network_io.h ../lib/apr/include/apr_lock.h \
  - ../lib/apr/include/apr_time.h $(INCDIR)/http_core.h
  + ../lib/apr/include/apr_time.h ../lib/apr/include/apr_mmap.h \
  + $(INCDIR)/http_core.h
   iol_file.o: iol_file.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
    $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
    $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  @@ -222,7 +227,8 @@
    ../lib/apr/include/apr_portable.h \
    ../lib/apr/include/apr_thread_proc.h ../lib/apr/include/apr_win.h \
    ../lib/apr/include/apr_network_io.h ../lib/apr/include/apr_lock.h \
  - ../lib/apr/include/apr_time.h test_char.h
  + ../lib/apr/include/apr_time.h ../lib/apr/include/apr_mmap.h \
  + test_char.h
   util_date.o: util_date.c $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
    $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
    $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h $(INCDIR)/util_date.h
  @@ -250,8 +256,9 @@
    $(INCDIR)/http_protocol.h ../lib/apr/include/apr_portable.h \
    ../lib/apr/include/apr_thread_proc.h ../lib/apr/include/apr_win.h \
    ../lib/apr/include/apr_network_io.h ../lib/apr/include/apr_lock.h \
  - ../lib/apr/include/apr_time.h $(INCDIR)/http_request.h \
  - $(INCDIR)/util_script.h $(INCDIR)/util_date.h
  + ../lib/apr/include/apr_time.h ../lib/apr/include/apr_mmap.h \
  + $(INCDIR)/http_request.h $(INCDIR)/util_script.h \
  + $(INCDIR)/util_date.h
   util_uri.o: util_uri.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
    $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
    $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  
  
  

Reply via email to