home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / apach134.arj / APACH134.ZIP / src / modules / standard / Makefile.tmpl < prev    next >
Encoding:
Makefile  |  1998-09-07  |  11.6 KB  |  257 lines

  1.  
  2. #Dependencies
  3.  
  4. $(OBJS) $(OBJS_PIC): Makefile
  5.  
  6. # DO NOT REMOVE
  7. mod_access.o: mod_access.c $(INCDIR)/httpd.h \
  8.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  9.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  10.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  11.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  12.  $(INCDIR)/util_uri.h $(INCDIR)/http_core.h \
  13.  $(INCDIR)/http_config.h $(INCDIR)/http_log.h \
  14.  $(INCDIR)/http_request.h
  15. mod_actions.o: mod_actions.c $(INCDIR)/httpd.h \
  16.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  17.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  18.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  19.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  20.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  21.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  22.  $(INCDIR)/http_protocol.h $(INCDIR)/http_main.h \
  23.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h
  24. mod_alias.o: mod_alias.c $(INCDIR)/httpd.h \
  25.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  26.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  27.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  28.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  29.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  30. mod_asis.o: mod_asis.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  31.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  32.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  33.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  34.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  35.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  36.  $(INCDIR)/util_script.h $(INCDIR)/http_main.h \
  37.  $(INCDIR)/http_request.h
  38. mod_auth.o: mod_auth.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  39.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  40.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  41.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  42.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  43.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  44.  $(INCDIR)/http_protocol.h
  45. mod_auth_anon.o: mod_auth_anon.c $(INCDIR)/httpd.h \
  46.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  47.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  48.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  49.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  50.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  51.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  52.  $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h
  53. mod_auth_db.o: mod_auth_db.c $(INCDIR)/httpd.h \
  54.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  55.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  56.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  57.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  58.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  59.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  60.  $(INCDIR)/http_protocol.h
  61. mod_auth_dbm.o: mod_auth_dbm.c $(INCDIR)/httpd.h \
  62.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  63.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  64.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  65.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  66.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  67.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  68.  $(INCDIR)/http_protocol.h
  69. mod_autoindex.o: mod_autoindex.c $(INCDIR)/httpd.h \
  70.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  71.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  72.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  73.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  74.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  75.  $(INCDIR)/http_core.h $(INCDIR)/http_request.h \
  76.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  77.  $(INCDIR)/http_main.h $(INCDIR)/util_script.h
  78. mod_cern_meta.o: mod_cern_meta.c $(INCDIR)/httpd.h \
  79.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  80.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  81.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  82.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  83.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  84.  $(INCDIR)/util_script.h $(INCDIR)/http_log.h \
  85.  $(INCDIR)/http_request.h
  86. mod_cgi.o: mod_cgi.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  87.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  88.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  89.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  90.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  91.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  92.  $(INCDIR)/http_protocol.h $(INCDIR)/http_main.h \
  93.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h \
  94.  $(INCDIR)/http_conf_globals.h
  95. mod_digest.o: mod_digest.c $(INCDIR)/httpd.h \
  96.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  97.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  98.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  99.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  100.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  101.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  102.  $(INCDIR)/http_protocol.h $(INCDIR)/util_md5.h \
  103.  $(INCDIR)/ap_md5.h
  104. mod_dir.o: mod_dir.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  105.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  106.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  107.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  108.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  109.  $(INCDIR)/http_core.h $(INCDIR)/http_request.h \
  110.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  111.  $(INCDIR)/http_main.h $(INCDIR)/util_script.h
  112. mod_env.o: mod_env.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  113.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  114.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  115.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  116.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  117. mod_expires.o: mod_expires.c $(INCDIR)/httpd.h \
  118.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  119.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  120.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  121.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  122.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  123.  $(INCDIR)/http_log.h
  124. mod_headers.o: mod_headers.c $(INCDIR)/httpd.h \
  125.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  126.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  127.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  128.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  129.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  130. mod_imap.o: mod_imap.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  131.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  132.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  133.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  134.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  135.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  136.  $(INCDIR)/http_protocol.h $(INCDIR)/http_main.h \
  137.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h
  138. mod_include.o: mod_include.c $(INCDIR)/httpd.h \
  139.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  140.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  141.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  142.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  143.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  144.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  145.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  146.  $(INCDIR)/http_main.h $(INCDIR)/util_script.h
  147. mod_info.o: mod_info.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  148.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  149.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  150.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  151.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  152.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  153.  $(INCDIR)/http_main.h $(INCDIR)/http_protocol.h \
  154.  $(INCDIR)/util_script.h $(INCDIR)/http_conf_globals.h
  155. mod_log_agent.o: mod_log_agent.c $(INCDIR)/httpd.h \
  156.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  157.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  158.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  159.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  160.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  161.  $(INCDIR)/http_log.h
  162. mod_log_config.o: mod_log_config.c $(INCDIR)/httpd.h \
  163.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  164.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  165.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  166.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  167.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  168.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h
  169. mod_log_referer.o: mod_log_referer.c $(INCDIR)/httpd.h \
  170.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  171.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  172.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  173.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  174.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  175.  $(INCDIR)/http_log.h
  176. mod_mime.o: mod_mime.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  177.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  178.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  179.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  180.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  181.  $(INCDIR)/http_log.h
  182. mod_mime_magic.o: mod_mime_magic.c $(INCDIR)/httpd.h \
  183.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  184.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  185.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  186.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  187.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  188.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  189.  $(INCDIR)/http_log.h $(INCDIR)/http_protocol.h
  190. mod_negotiation.o: mod_negotiation.c $(INCDIR)/httpd.h \
  191.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  192.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  193.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  194.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  195.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  196.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  197.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h
  198. mod_rewrite.o: mod_rewrite.c mod_rewrite.h $(INCDIR)/httpd.h \
  199.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  200.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  201.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  202.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  203.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  204.  $(INCDIR)/http_conf_globals.h $(INCDIR)/http_request.h \
  205.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  206.  $(INCDIR)/http_vhost.h
  207. mod_setenvif.o: mod_setenvif.c $(INCDIR)/httpd.h \
  208.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  209.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  210.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  211.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  212.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  213.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h
  214. mod_so.o: mod_so.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  215.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  216.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  217.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  218.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  219.  $(INCDIR)/http_log.h
  220. mod_speling.o: mod_speling.c $(INCDIR)/httpd.h \
  221.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  222.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  223.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  224.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  225.  $(INCDIR)/util_uri.h $(INCDIR)/http_core.h \
  226.  $(INCDIR)/http_config.h $(INCDIR)/http_log.h
  227. mod_status.o: mod_status.c $(INCDIR)/httpd.h \
  228.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  229.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  230.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  231.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  232.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  233.  $(INCDIR)/http_core.h $(INCDIR)/http_protocol.h \
  234.  $(INCDIR)/http_conf_globals.h $(INCDIR)/http_main.h \
  235.  $(INCDIR)/util_script.h $(INCDIR)/scoreboard.h \
  236.  $(INCDIR)/http_log.h
  237. mod_unique_id.o: mod_unique_id.c $(INCDIR)/httpd.h \
  238.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  239.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  240.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  241.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  242.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  243.  $(INCDIR)/http_log.h $(INCDIR)/multithread.h
  244. mod_userdir.o: mod_userdir.c $(INCDIR)/httpd.h \
  245.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  246.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  247.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  248.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  249.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  250. mod_usertrack.o: mod_usertrack.c $(INCDIR)/httpd.h \
  251.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  252.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  253.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  254.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  255.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  256.  $(INCDIR)/http_core.h
  257.