Advertisement
Guest User

Makefile.tmpl

a guest
Jul 7th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. #Dependencies
  3.  
  4. $(OBJS) $(OBJS_PIC): Makefile
  5.  
  6. # DO NOT REMOVE
  7. mod_evasive.o: mod_evasive24.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)/ap_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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement