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

  1.  
  2. #Dependencies
  3.  
  4. $(OBJS) $(OBJS_PIC): Makefile
  5.  
  6. # DO NOT REMOVE
  7. mod_example.o: mod_example.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_config.h \
  13.  $(INCDIR)/http_core.h $(INCDIR)/http_log.h \
  14.  $(INCDIR)/http_main.h $(INCDIR)/http_protocol.h \
  15.  $(INCDIR)/util_script.h
  16.