home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / apach134.arj / APACH134.ZIP / src / modules / standard / Makefile < prev    next >
Encoding:
Makefile  |  1999-01-10  |  13.8 KB  |  347 lines

  1. ##
  2. ##  Apache Makefile, automatically generated by Configure script.
  3. ##  Hand-edited changes will be lost if the Configure script is re-run.
  4. ##  Sources: - ../../Makefile.config (via Configuration)
  5. ##           - ./Makefile.tmpl
  6. ##
  7.  
  8. ##
  9. ##  Inherited Makefile options from Configure script
  10. ##  (Begin of automatically generated section)
  11. ##
  12. SRCDIR=../..
  13. EXTRA_CFLAGS=
  14. EXTRA_LDFLAGS=-s
  15. EXTRA_LIBS=
  16. EXTRA_INCLUDES=
  17. EXTRA_DEPS=
  18. OPTIM=-O2
  19. OSDIR=$(SRCDIR)/os/os2
  20. INCDIR=$(SRCDIR)/include
  21. INCLUDES0=-I$(OSDIR) -I$(INCDIR)
  22. SHELL=sh
  23. CC=gcc
  24. CPP=gcc -E
  25. TARGET=httpd
  26. CFLAGS1= -DOS2 -Zbsd-signals -Zbin-files -DTCPIPV4 -g -DUSE_HSREGEX
  27. INCLUDES1=
  28. LIBS_SHLIB=
  29. LDFLAGS1= -Zexe
  30. MFLAGS_STATIC=--no-print-directory
  31. REGLIB=regex/libregex.a
  32. RANLIB=true
  33. LIBS1= -lsocket -lufc -lbsd
  34. ##
  35. ##  (End of automatically generated section)
  36. ##
  37.  
  38. ##
  39. ##  Default Makefile options from Configure script
  40. ##  (Begin of automatically generated section)
  41. ##
  42. CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
  43. LIBS=$(EXTRA_LIBS) $(LIBS1)
  44. INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES)
  45. LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS)
  46. INCDIR=$(SRCDIR)/include
  47. OBJS=mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_setenvif.o 
  48. LIB=libstandard.a
  49. SHLIBS=
  50. OBJS_PIC=
  51.  
  52. all: lib shlib
  53.  
  54. lib:    $(LIB) 
  55.  
  56. shlib:    $(SHLIBS)
  57.  
  58. dummy $(LIB): $(OBJS)
  59.     rm -f $@
  60.     ar cr $@ $(OBJS)
  61.     $(RANLIB) $@
  62.  
  63. .SUFFIXES: .o .so
  64.  
  65. .c.o:
  66.     $(CC) -c $(INCLUDES) $(CFLAGS) $<
  67.  
  68. .c.so:
  69.     $(CC) -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $< && mv $*.o $*.lo
  70.     $(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $*.lo $(LIBS_SHLIB)
  71.  
  72. clean:
  73.     rm -f $(LIB) $(OBJS) $(SHLIBS) $(OBJS_PIC)
  74.  
  75. distclean: clean
  76.     rm -f Makefile
  77.  
  78. #   NOT FOR END USERS!
  79. depend:
  80.     cp Makefile.tmpl Makefile.tmpl.bak \
  81.         && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \
  82.         && gcc -MM $(INCLUDES) $(CFLAGS) *.c >> Makefile.new \
  83.         && sed -e '1,$$s: $(INCDIR)/: $$(INCDIR)/:g' \
  84.            -e '1,$$s: $(OSDIR)/: $$(OSDIR)/:g' Makefile.new \
  85.         > Makefile.tmpl \
  86.         && rm Makefile.new
  87.  
  88. ##
  89. ##  (End of automatically generated section)
  90. ##
  91.  
  92. #Dependencies
  93.  
  94. $(OBJS) $(OBJS_PIC): Makefile
  95.  
  96. # DO NOT REMOVE
  97. mod_access.o: mod_access.c $(INCDIR)/httpd.h \
  98.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  99.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  100.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  101.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  102.  $(INCDIR)/util_uri.h $(INCDIR)/http_core.h \
  103.  $(INCDIR)/http_config.h $(INCDIR)/http_log.h \
  104.  $(INCDIR)/http_request.h
  105. mod_actions.o: mod_actions.c $(INCDIR)/httpd.h \
  106.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  107.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  108.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  109.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  110.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  111.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  112.  $(INCDIR)/http_protocol.h $(INCDIR)/http_main.h \
  113.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h
  114. mod_alias.o: mod_alias.c $(INCDIR)/httpd.h \
  115.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  116.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  117.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  118.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  119.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  120. mod_asis.o: mod_asis.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  121.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  122.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  123.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  124.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  125.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  126.  $(INCDIR)/util_script.h $(INCDIR)/http_main.h \
  127.  $(INCDIR)/http_request.h
  128. mod_auth.o: mod_auth.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  129.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  130.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  131.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  132.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  133.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  134.  $(INCDIR)/http_protocol.h
  135. mod_auth_anon.o: mod_auth_anon.c $(INCDIR)/httpd.h \
  136.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  137.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  138.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  139.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  140.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  141.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  142.  $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h
  143. mod_auth_db.o: mod_auth_db.c $(INCDIR)/httpd.h \
  144.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  145.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  146.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  147.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  148.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  149.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  150.  $(INCDIR)/http_protocol.h
  151. mod_auth_dbm.o: mod_auth_dbm.c $(INCDIR)/httpd.h \
  152.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  153.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  154.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  155.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  156.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  157.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  158.  $(INCDIR)/http_protocol.h
  159. mod_autoindex.o: mod_autoindex.c $(INCDIR)/httpd.h \
  160.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  161.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  162.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  163.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  164.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  165.  $(INCDIR)/http_core.h $(INCDIR)/http_request.h \
  166.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  167.  $(INCDIR)/http_main.h $(INCDIR)/util_script.h
  168. mod_cern_meta.o: mod_cern_meta.c $(INCDIR)/httpd.h \
  169.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  170.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  171.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  172.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  173.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  174.  $(INCDIR)/util_script.h $(INCDIR)/http_log.h \
  175.  $(INCDIR)/http_request.h
  176. mod_cgi.o: mod_cgi.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_request.h $(INCDIR)/http_core.h \
  182.  $(INCDIR)/http_protocol.h $(INCDIR)/http_main.h \
  183.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h \
  184.  $(INCDIR)/http_conf_globals.h
  185. mod_digest.o: mod_digest.c $(INCDIR)/httpd.h \
  186.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  187.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  188.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  189.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  190.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  191.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  192.  $(INCDIR)/http_protocol.h $(INCDIR)/util_md5.h \
  193.  $(INCDIR)/ap_md5.h
  194. mod_dir.o: mod_dir.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  195.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  196.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  197.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  198.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  199.  $(INCDIR)/http_core.h $(INCDIR)/http_request.h \
  200.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  201.  $(INCDIR)/http_main.h $(INCDIR)/util_script.h
  202. mod_env.o: mod_env.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  203.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  204.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  205.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  206.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  207. mod_expires.o: mod_expires.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_log.h
  214. mod_headers.o: mod_headers.c $(INCDIR)/httpd.h \
  215.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  216.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  217.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  218.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  219.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  220. mod_imap.o: mod_imap.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  221.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  222.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  223.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  224.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  225.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  226.  $(INCDIR)/http_protocol.h $(INCDIR)/http_main.h \
  227.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h
  228. mod_include.o: mod_include.c $(INCDIR)/httpd.h \
  229.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  230.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  231.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  232.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  233.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  234.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  235.  $(INCDIR)/http_protocol.h $(INCDIR)/http_log.h \
  236.  $(INCDIR)/http_main.h $(INCDIR)/util_script.h
  237. mod_info.o: mod_info.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  238.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  239.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  240.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  241.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  242.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  243.  $(INCDIR)/http_main.h $(INCDIR)/http_protocol.h \
  244.  $(INCDIR)/util_script.h $(INCDIR)/http_conf_globals.h
  245. mod_log_agent.o: mod_log_agent.c $(INCDIR)/httpd.h \
  246.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  247.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  248.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  249.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  250.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  251.  $(INCDIR)/http_log.h
  252. mod_log_config.o: mod_log_config.c $(INCDIR)/httpd.h \
  253.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  254.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  255.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  256.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  257.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  258.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h
  259. mod_log_referer.o: mod_log_referer.c $(INCDIR)/httpd.h \
  260.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  261.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  262.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  263.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  264.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  265.  $(INCDIR)/http_log.h
  266. mod_mime.o: mod_mime.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  267.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  268.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  269.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  270.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  271.  $(INCDIR)/http_log.h
  272. mod_mime_magic.o: mod_mime_magic.c $(INCDIR)/httpd.h \
  273.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  274.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  275.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  276.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  277.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  278.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  279.  $(INCDIR)/http_log.h $(INCDIR)/http_protocol.h
  280. mod_negotiation.o: mod_negotiation.c $(INCDIR)/httpd.h \
  281.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  282.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  283.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  284.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  285.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  286.  $(INCDIR)/http_request.h $(INCDIR)/http_core.h \
  287.  $(INCDIR)/http_log.h $(INCDIR)/util_script.h
  288. mod_rewrite.o: mod_rewrite.c mod_rewrite.h $(INCDIR)/httpd.h \
  289.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  290.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  291.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  292.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  293.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  294.  $(INCDIR)/http_conf_globals.h $(INCDIR)/http_request.h \
  295.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  296.  $(INCDIR)/http_vhost.h
  297. mod_setenvif.o: mod_setenvif.c $(INCDIR)/httpd.h \
  298.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  299.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  300.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  301.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  302.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  303.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h
  304. mod_so.o: mod_so.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  305.  $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \
  306.  $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  307.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  308.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  309.  $(INCDIR)/http_log.h
  310. mod_speling.o: mod_speling.c $(INCDIR)/httpd.h \
  311.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  312.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  313.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  314.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  315.  $(INCDIR)/util_uri.h $(INCDIR)/http_core.h \
  316.  $(INCDIR)/http_config.h $(INCDIR)/http_log.h
  317. mod_status.o: mod_status.c $(INCDIR)/httpd.h \
  318.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  319.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  320.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  321.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  322.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  323.  $(INCDIR)/http_core.h $(INCDIR)/http_protocol.h \
  324.  $(INCDIR)/http_conf_globals.h $(INCDIR)/http_main.h \
  325.  $(INCDIR)/util_script.h $(INCDIR)/scoreboard.h \
  326.  $(INCDIR)/http_log.h
  327. mod_unique_id.o: mod_unique_id.c $(INCDIR)/httpd.h \
  328.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  329.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  330.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  331.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  332.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  333.  $(INCDIR)/http_log.h $(INCDIR)/multithread.h
  334. mod_userdir.o: mod_userdir.c $(INCDIR)/httpd.h \
  335.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  336.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  337.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  338.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  339.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h
  340. mod_usertrack.o: mod_usertrack.c $(INCDIR)/httpd.h \
  341.  $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  342.  $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  343.  $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  344.  $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  345.  $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
  346.  $(INCDIR)/http_core.h
  347.