You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/05/07 18:00:46 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2 Makefile.am

hgomez      02/05/07 09:00:46

  Added:       jk/native2 Makefile.am
  Log:
  Initial top makefile
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-connectors/jk/native2/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  #
  # Tell automake what it should do
  AUTOMAKE_OPTIONS = foreign
  MAINTAINERCLEANFILES=config.cache config.status config.log \
  Makefile.in configure
  
  SUBDIRS = @WEBSERVER@
  
  all:
  	target="all"; \
  	list='$(SUBDIRS)'; \
  	for i in $$list; do \
  	    echo "Making $$target in $$i"; \
  	    if test "$$i" != "."; then \
  	       (cd $$i && $(MAKE) $$target) || exit 1; \
  	    fi; \
  	done;
  
  apidocs: common/*.h
  	../../scandoc/scandoc.pl -i ../../scandoc/template.pl -p \
  	./docs/api/ -dproject="mod_jk Library" common/*.h common/*.c
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>