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

2004-03-10 Thread jfclere
jfclere 2004/03/10 01:47:34

  Modified:jk/native2 Makefile.in
  Log:
  Do make before make install otherwise libtool says:
  libtool: link: `strings/*.lo' is not a valid libtool object
  
  Revision  ChangesPath
  1.6   +1 -0  jakarta-tomcat-connectors/jk/native2/Makefile.in
  
  Index: Makefile.in
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in   13 Feb 2004 21:38:26 -  1.5
  +++ Makefile.in   10 Mar 2004 09:47:34 -  1.6
  @@ -56,6 +56,7 @@
done;
   
   apr-build:
  + ( cd @APR_DIR@  make  cd @APR_UTIL_DIR@  make )
( cd @APR_DIR@  make install  cd @APR_UTIL_DIR@  make install )
   
   apr-clean:
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2002-05-24 Thread hgomez

hgomez  02/05/24 00:14:08

  Modified:jk/native2 Makefile.in
  Log:
  Updated Makefile.in.
  
  We could now build mod_jk2 for Apache 1.3 and 2.0 at the
  same time, configure and build static apr for apache 1.3
  and generate api doc via scandoc
  
  Revision  ChangesPath
  1.2   +39 -2 jakarta-tomcat-connectors/jk/native2/Makefile.in
  
  Index: Makefile.in
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in   14 May 2002 11:27:33 -  1.1
  +++ Makefile.in   24 May 2002 07:14:08 -  1.2
  @@ -5,13 +5,50 @@
   clean: @APR_CLEAN@ jk2-clean 
   
   jk2-build:
  - ( cd @WEBSERVER@  make )
  + list='@WEBSERVERS@'; \
  + for i in $$list; do \
  + echo Making $$target in $$i; \
  + if test $$i != .; then \
  + (cd $$i  $(MAKE)) || exit 1; \
  + fi; \
  + done;
  +
  +jk2-build-apxs:
  + list='@WEBSERVERS@'; \
  + for i in $$list; do \
  + echo Making $$target in $$i; \
  + if test $$i != .; then \
  + (cd $$i  $(MAKE) -f Makefile.apxs) || exit 1; \
  + fi; \
  + done;
   
   jk2-clean:
  - ( cd @WEBSERVER@  make clean )
  + list='@WEBSERVERS@'; \
  + for i in $$list; do \
  + echo Making $$target in $$i; \
  + if test $$i != .; then \
  + (cd $$i  $(MAKE) clean) || exit 1; \
  + fi; \
  + done;
  +
  +jk2-clean-apxs:
  + list='@WEBSERVERS@'; \
  + for i in $$list; do \
  + echo Making $$target in $$i; \
  + if test $$i != .; then \
  + (cd $$i  $(MAKE) -f Makefile.apxs clean) || exit 1; \
  + fi; \
  + done;
   
   apr-build:
( cd @APR_DIR@  ./configure  make )
   
   apr-clean:
( cd @APR_DIR@  make clean )
  +
  +apidocs: common/*.h
  + mkdir -p ./docs/api
  + ../../scandoc/scandoc.pl -i ../../scandoc/template.pl -p \
  + ./docs/api/ -dproject=mod_jk 2 Library common/*.h common/*.c include/*.h
  +
  +
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-05-14 Thread hgomez

hgomez  02/05/14 04:27:33

  Added:   jk/native2 Makefile.in
  Log:
  Initial jk2 makefile.
  
  In Apache 2 mode, or when APR is allready present
  (via configure --with-apr-include/--with-apr-lib),
  only jk2/jni is compiled.
  
  In Apache 1.3 mode, when APR is available as an
  external source dir (via configure --with-apr),
  apr is compiled first.
  In that case, we'll have to pass the proper
  flags to configure.
  
  There is still works to be done:
  
  grab APR CFLAGS/LDFLAGS when not in Apache 2.0
  mode (where apxs allready known and reports them)
  
  handle apache 1.3 without APR
  
  avoid using --with-apr{} in Apache 2.0
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/native2/Makefile.in
  
  Index: Makefile.in
  ===
  all: build
  
  build: @APR_BUILD@ jk2-build
  
  clean: @APR_CLEAN@ jk2-clean 
  
  jk2-build:
( cd @WEBSERVER@  make )
  
  jk2-clean:
( cd @WEBSERVER@  make clean )
  
  apr-build:
( cd @APR_DIR@  ./configure  make )
  
  apr-clean:
( cd @APR_DIR@  make clean )
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-05-14 Thread GOMEZ Henri

I need help now :

- static build with apache 1.3/2.0
- exclude in makefile (to remove apr when non-apr mode)
- review/comments

Regards

BTW: I still wonder if we should make configure 
 set build.properties, which could be then
 used by ant/make/make-apxs.

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 1:28 PM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/jk/native2 Makefile.in


hgomez  02/05/14 04:27:33

  Added:   jk/native2 Makefile.in
  Log:
  Initial jk2 makefile.
  
  In Apache 2 mode, or when APR is allready present
  (via configure --with-apr-include/--with-apr-lib),
  only jk2/jni is compiled.
  
  In Apache 1.3 mode, when APR is available as an
  external source dir (via configure --with-apr),
  apr is compiled first.
  In that case, we'll have to pass the proper
  flags to configure.
  
  There is still works to be done:
  
  grab APR CFLAGS/LDFLAGS when not in Apache 2.0
  mode (where apxs allready known and reports them)
  
  handle apache 1.3 without APR
  
  avoid using --with-apr{} in Apache 2.0
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/native2/Makefile.in
  
  Index: Makefile.in
  ===
  all: build
  
  build: @APR_BUILD@ jk2-build
  
  clean: @APR_CLEAN@ jk2-clean 
  
  jk2-build:
   ( cd @WEBSERVER@  make )
  
  jk2-clean:
   ( cd @WEBSERVER@  make clean )
  
  apr-build:
   ( cd @APR_DIR@  ./configure  make )
  
  apr-clean:
   ( cd @APR_DIR@  make clean )
  
  
  

--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]