jukebox4-cvs Mailing List for Jukebox (Page 7)
Brought to you by:
vtt
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(48) |
Apr
(33) |
May
(23) |
Jun
(55) |
Jul
(79) |
Aug
(48) |
Sep
(12) |
Oct
(23) |
Nov
(23) |
Dec
(4) |
---|
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:17
|
User: vt Date: 00/07/06 03:47:09 Modified: src/java/gnu/j4/util Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.9 +5 -3 J4/src/java/gnu/j4/util/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/util/Makefile.am?annotate=1.9&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/util/Makefile.am?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/util/Makefile.am.diff?r1=1.9&r2=1.8&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/util/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile.am 2000/04/06 07:30:46 1.8 +++ Makefile.am 2000/07/06 10:47:09 1.9 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.8 2000/04/06 07:30:46 vt Exp $ +# $Id: Makefile.am,v 1.9 2000/07/06 10:47:09 vt Exp $ EXTRA_DIST = package.html noinst_PROGRAMS = package @@ -16,6 +16,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -27,9 +29,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:16
|
User: vt Date: 00/07/06 03:47:09 Modified: src/java/gnu/j4/service/net Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.10 +5 -3 J4/src/java/gnu/j4/service/net/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/service/net/Makefile.am?annotate=1.10&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/service/net/Makefile.am?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/service/net/Makefile.am.diff?r1=1.10&r2=1.9&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/service/net/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile.am 2000/04/06 07:30:46 1.9 +++ Makefile.am 2000/07/06 10:47:09 1.10 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2000/04/06 07:30:46 vt Exp $ +# $Id: Makefile.am,v 1.10 2000/07/06 10:47:09 vt Exp $ EXTRA_DIST = package.html noinst_PROGRAMS = package @@ -9,6 +9,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -20,9 +22,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:16
|
User: vt Date: 00/07/06 03:47:09 Modified: src/scripts Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.4 +4 -2 J4/src/scripts/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/Makefile.am?annotate=1.4&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/Makefile.am?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/Makefile.am.diff?r1=1.4&r2=1.3&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/scripts/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 1999/08/12 22:09:06 1.3 +++ Makefile.am 2000/07/06 10:47:09 1.4 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 1999/08/12 22:09:06 vt Exp $ +# $Id: Makefile.am,v 1.4 2000/07/06 10:47:09 vt Exp $ bin_PROGRAMS = j4wrapper ejbserver @@ -14,9 +14,11 @@ endif +RM = @RM@ + clean-generic: - rm -f *~ + ${RM} -f *~ .*~ j4wrapper: |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:16
|
User: vt Date: 00/07/06 03:47:07 Modified: src/java/gnu/j4/io/uu Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.3 +5 -3 J4/src/java/gnu/j4/io/uu/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/uu/Makefile.am?annotate=1.3&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/uu/Makefile.am?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/uu/Makefile.am.diff?r1=1.3&r2=1.2&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/io/uu/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 2000/04/06 07:30:44 1.2 +++ Makefile.am 2000/07/06 10:47:07 1.3 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2000/04/06 07:30:44 vt Exp $ +# $Id: Makefile.am,v 1.3 2000/07/06 10:47:07 vt Exp $ EXTRA_DIST = package.html uuencode.c uudecode.c noinst_PROGRAMS = package @@ -7,6 +7,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -18,9 +20,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:16
|
User: vt Date: 00/07/06 03:47:09 Modified: src/java/gnu/j4/sem Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.9 +5 -3 J4/src/java/gnu/j4/sem/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/sem/Makefile.am?annotate=1.9&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/sem/Makefile.am?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/sem/Makefile.am.diff?r1=1.9&r2=1.8&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/sem/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile.am 2000/06/13 23:36:37 1.8 +++ Makefile.am 2000/07/06 10:47:09 1.9 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.8 2000/06/13 23:36:37 vt Exp $ +# $Id: Makefile.am,v 1.9 2000/07/06 10:47:09 vt Exp $ EXTRA_DIST = package.html noinst_PROGRAMS = package @@ -16,6 +16,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -27,9 +29,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:16
|
User: vt Date: 00/07/06 03:47:08 Modified: src/java/gnu/j4/net Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.7 +5 -3 J4/src/java/gnu/j4/net/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/net/Makefile.am?annotate=1.7&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/net/Makefile.am?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/net/Makefile.am.diff?r1=1.7&r2=1.6&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/net/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile.am 2000/05/26 19:34:16 1.6 +++ Makefile.am 2000/07/06 10:47:08 1.7 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2000/05/26 19:34:16 vt Exp $ +# $Id: Makefile.am,v 1.7 2000/07/06 10:47:08 vt Exp $ SUBDIRS = telnet ldap @@ -11,6 +11,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -22,9 +24,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:15
|
User: vt Date: 00/07/06 03:47:08 Modified: src/java/gnu/j4/mail Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.4 +5 -3 J4/src/java/gnu/j4/mail/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/mail/Makefile.am?annotate=1.4&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/mail/Makefile.am?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/mail/Makefile.am.diff?r1=1.4&r2=1.3&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/mail/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 2000/04/06 07:30:45 1.3 +++ Makefile.am 2000/07/06 10:47:08 1.4 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 2000/04/06 07:30:45 vt Exp $ +# $Id: Makefile.am,v 1.4 2000/07/06 10:47:08 vt Exp $ EXTRA_DIST = package.html noinst_PROGRAMS = package @@ -24,6 +24,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -35,9 +37,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:14
|
User: vt Date: 00/07/06 03:47:07 Modified: src/java/gnu/j4/io/storage/jdbc Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.5 +4 -2 J4/src/java/gnu/j4/io/storage/jdbc/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/jdbc/Makefile.am?annotate=1.5&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/jdbc/Makefile.am?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/jdbc/Makefile.am.diff?r1=1.5&r2=1.4&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/io/storage/jdbc/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 2000/04/06 07:30:44 1.4 +++ Makefile.am 2000/07/06 10:47:07 1.5 @@ -22,6 +22,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -33,9 +35,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:14
|
User: vt Date: 00/07/06 03:47:07 Modified: src/java/gnu/j4/io/storage Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.6 +4 -2 J4/src/java/gnu/j4/io/storage/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/Makefile.am?annotate=1.6&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/Makefile.am?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/Makefile.am.diff?r1=1.6&r2=1.5&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/io/storage/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 2000/04/06 07:30:44 1.5 +++ Makefile.am 2000/07/06 10:47:07 1.6 @@ -12,6 +12,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -23,9 +25,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:14
|
User: vt Date: 00/07/06 03:47:06 Modified: src/java/gnu/j4/io/base64 Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.7 +5 -3 J4/src/java/gnu/j4/io/base64/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/base64/Makefile.am?annotate=1.7&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/base64/Makefile.am?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/base64/Makefile.am.diff?r1=1.7&r2=1.6&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/io/base64/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile.am 2000/04/06 07:30:44 1.6 +++ Makefile.am 2000/07/06 10:47:06 1.7 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2000/04/06 07:30:44 vt Exp $ +# $Id: Makefile.am,v 1.7 2000/07/06 10:47:06 vt Exp $ EXTRA_DIST = package.html noinst_PROGRAMS = package @@ -14,6 +14,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -25,9 +27,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:14
|
User: vt Date: 00/07/06 03:47:08 Modified: src/java/gnu/j4/net/telnet Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.5 +5 -3 J4/src/java/gnu/j4/net/telnet/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/net/telnet/Makefile.am?annotate=1.5&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/net/telnet/Makefile.am?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/net/telnet/Makefile.am.diff?r1=1.5&r2=1.4&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/net/telnet/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 2000/04/06 07:30:45 1.4 +++ Makefile.am 2000/07/06 10:47:08 1.5 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.4 2000/04/06 07:30:45 vt Exp $ +# $Id: Makefile.am,v 1.5 2000/07/06 10:47:08 vt Exp $ EXTRA_DIST = package.html noinst_PROGRAMS = package @@ -22,6 +22,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -33,9 +35,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:14
|
User: vt Date: 00/07/06 03:47:08 Modified: src/java/gnu/j4/jmx Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.3 +5 -3 J4/src/java/gnu/j4/jmx/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/jmx/Makefile.am?annotate=1.3&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/jmx/Makefile.am?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/jmx/Makefile.am.diff?r1=1.3&r2=1.2&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/jmx/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 2000/06/08 23:28:44 1.2 +++ Makefile.am 2000/07/06 10:47:07 1.3 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2000/06/08 23:28:44 vt Exp $ +# $Id: Makefile.am,v 1.3 2000/07/06 10:47:07 vt Exp $ EXTRA_DIST = package.html noinst_PROGRAMS = package @@ -41,6 +41,8 @@ JAVACX = @JAVACX@ REX_CLASSES = @REX_CLASSES@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -52,9 +54,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:14
|
User: vt Date: 00/07/06 03:47:07 Modified: src/java/gnu/j4/io/storage/fs Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.4 +4 -2 J4/src/java/gnu/j4/io/storage/fs/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/fs/Makefile.am?annotate=1.4&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/fs/Makefile.am?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/fs/Makefile.am.diff?r1=1.4&r2=1.3&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/io/storage/fs/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 2000/04/06 07:30:44 1.3 +++ Makefile.am 2000/07/06 10:47:07 1.4 @@ -4,6 +4,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -15,9 +17,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:14
|
User: vt Date: 00/07/06 03:47:07 Modified: src/java/gnu/j4/io/storage/ldap Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.3 +4 -2 J4/src/java/gnu/j4/io/storage/ldap/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/ldap/Makefile.am?annotate=1.3&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/ldap/Makefile.am?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/storage/ldap/Makefile.am.diff?r1=1.3&r2=1.2&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/io/storage/ldap/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 2000/04/06 07:30:44 1.2 +++ Makefile.am 2000/07/06 10:47:07 1.3 @@ -4,6 +4,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -15,9 +17,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:11
|
User: vt Date: 00/07/06 03:47:06 Modified: src/java/gnu/j4/framework/comm Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.6 +5 -3 J4/src/java/gnu/j4/framework/comm/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/comm/Makefile.am?annotate=1.6&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/comm/Makefile.am?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/comm/Makefile.am.diff?r1=1.6&r2=1.5&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/framework/comm/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 2000/04/06 07:30:42 1.5 +++ Makefile.am 2000/07/06 10:47:05 1.6 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.5 2000/04/06 07:30:42 vt Exp $ +# $Id: Makefile.am,v 1.6 2000/07/06 10:47:05 vt Exp $ noinst_PROGRAMS = package package_SOURCES = rqEOF.java \ @@ -10,6 +10,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -20,9 +22,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:11
|
User: vt Date: 00/07/06 03:47:05 Modified: src/java/gnu/j4/framework/client/net Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.11 +5 -3 J4/src/java/gnu/j4/framework/client/net/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/client/net/Makefile.am?annotate=1.11&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/client/net/Makefile.am?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/client/net/Makefile.am.diff?r1=1.11&r2=1.10&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/framework/client/net/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile.am 2000/04/06 07:30:42 1.10 +++ Makefile.am 2000/07/06 10:47:05 1.11 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.10 2000/04/06 07:30:42 vt Exp $ +# $Id: Makefile.am,v 1.11 2000/07/06 10:47:05 vt Exp $ noinst_PROGRAMS = package @@ -25,6 +25,8 @@ JAVACX = @JAVACX@ JSDK_CLASSES = @JSDK_CLASSES@ +RM = @RM@ + EXTRA_DIST = package.html ${JSDK_FILES} SUFFIXES = .java .class @@ -38,9 +40,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:11
|
User: vt Date: 00/07/06 03:47:06 Modified: src/java/gnu/j4/framework/server Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.6 +5 -3 J4/src/java/gnu/j4/framework/server/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/server/Makefile.am?annotate=1.6&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/server/Makefile.am?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/server/Makefile.am.diff?r1=1.6&r2=1.5&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/framework/server/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 2000/04/06 07:30:43 1.5 +++ Makefile.am 2000/07/06 10:47:06 1.6 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.5 2000/04/06 07:30:43 vt Exp $ +# $Id: Makefile.am,v 1.6 2000/07/06 10:47:06 vt Exp $ SUBDIRS = net EXTRA_DIST = package.html @@ -20,6 +20,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -30,9 +32,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:11
|
User: vt Date: 00/07/06 03:47:06 Modified: src/java/gnu/j4/io Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.12 +5 -3 J4/src/java/gnu/j4/io/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/Makefile.am?annotate=1.12&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/Makefile.am?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/io/Makefile.am.diff?r1=1.12&r2=1.11&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/io/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile.am 2000/04/06 07:30:43 1.11 +++ Makefile.am 2000/07/06 10:47:06 1.12 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.11 2000/04/06 07:30:43 vt Exp $ +# $Id: Makefile.am,v 1.12 2000/07/06 10:47:06 vt Exp $ SUBDIRS = base64 storage uu noinst_PROGRAMS = package @@ -10,6 +10,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -21,9 +23,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:10
|
User: vt Date: 00/07/06 03:47:06 Modified: src/java/gnu/j4/getopt Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.8 +5 -3 J4/src/java/gnu/j4/getopt/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/getopt/Makefile.am?annotate=1.8&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/getopt/Makefile.am?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/getopt/Makefile.am.diff?r1=1.8&r2=1.7&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/getopt/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile.am 2000/04/06 07:30:43 1.7 +++ Makefile.am 2000/07/06 10:47:06 1.8 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.7 2000/04/06 07:30:43 vt Exp $ +# $Id: Makefile.am,v 1.8 2000/07/06 10:47:06 vt Exp $ EXTRA_DIST = MessagesBundle.properties noinst_PROGRAMS = package @@ -15,6 +15,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -26,9 +28,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:09
|
User: vt Date: 00/07/06 03:47:05 Modified: src/java/gnu/j4/examples Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.20 +5 -3 J4/src/java/gnu/j4/examples/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/examples/Makefile.am?annotate=1.20&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/examples/Makefile.am?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/examples/Makefile.am.diff?r1=1.20&r2=1.19&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/examples/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- Makefile.am 2000/06/13 23:36:36 1.19 +++ Makefile.am 2000/07/06 10:47:04 1.20 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.19 2000/06/13 23:36:36 vt Exp $ +# $Id: Makefile.am,v 1.20 2000/07/06 10:47:04 vt Exp $ noinst_PROGRAMS = package @@ -49,6 +49,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -60,9 +62,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:09
|
User: vt Date: 00/07/06 03:47:06 Modified: src/java/gnu/j4/framework/server/net Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.11 +5 -3 J4/src/java/gnu/j4/framework/server/net/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/server/net/Makefile.am?annotate=1.11&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/server/net/Makefile.am?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/server/net/Makefile.am.diff?r1=1.11&r2=1.10&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/framework/server/net/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile.am 2000/04/06 07:30:43 1.10 +++ Makefile.am 2000/07/06 10:47:06 1.11 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.10 2000/04/06 07:30:43 vt Exp $ +# $Id: Makefile.am,v 1.11 2000/07/06 10:47:06 vt Exp $ noinst_PROGRAMS = package BASE_FILES = InetClientIdentity.java \ @@ -24,6 +24,8 @@ JAVACX = @JAVACX@ JSDK_CLASSES = @JSDK_CLASSES@ +RM = @RM@ + EXTRA_DIST = package.html ${JSDK_FILES} SUFFIXES = .java .class @@ -37,9 +39,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:09
|
User: vt Date: 00/07/06 03:47:05 Modified: src/java/gnu/j4/framework/client Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.7 +5 -4 J4/src/java/gnu/j4/framework/client/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/client/Makefile.am?annotate=1.7&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/client/Makefile.am?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/client/Makefile.am.diff?r1=1.7&r2=1.6&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/framework/client/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile.am 2000/04/06 07:30:42 1.6 +++ Makefile.am 2000/07/06 10:47:05 1.7 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2000/04/06 07:30:42 vt Exp $ +# $Id: Makefile.am,v 1.7 2000/07/06 10:47:05 vt Exp $ SUBDIRS = net EXTRA_DIST = package.html @@ -10,6 +10,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -21,9 +23,8 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:09
|
User: vt Date: 00/07/06 03:47:04 Modified: src/java/gnu/j4/ejb Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.6 +5 -3 J4/src/java/gnu/j4/ejb/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/ejb/Makefile.am?annotate=1.6&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/ejb/Makefile.am?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/ejb/Makefile.am.diff?r1=1.6&r2=1.5&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/ejb/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 2000/05/05 02:51:49 1.5 +++ Makefile.am 2000/07/06 10:47:04 1.6 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.5 2000/05/05 02:51:49 vt Exp $ +# $Id: Makefile.am,v 1.6 2000/07/06 10:47:04 vt Exp $ SUBDIRS = examples @@ -32,6 +32,8 @@ JAVACX = @JAVACX@ RMICX = @RMICX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -56,9 +58,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:09
|
User: vt Date: 00/07/06 03:47:05 Modified: src/java/gnu/j4/framework Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.7 +5 -3 J4/src/java/gnu/j4/framework/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/Makefile.am?annotate=1.7&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/Makefile.am?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/framework/Makefile.am.diff?r1=1.7&r2=1.6&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/framework/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile.am 2000/04/06 07:30:42 1.6 +++ Makefile.am 2000/07/06 10:47:05 1.7 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2000/04/06 07:30:42 vt Exp $ +# $Id: Makefile.am,v 1.7 2000/07/06 10:47:05 vt Exp $ SUBDIRS = client comm server EXTRA_DIST = package.html @@ -9,6 +9,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -20,9 +22,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |
From: CVS B. <vt...@fr...> - 2000-07-06 10:52:08
|
User: vt Date: 00/07/06 03:47:04 Modified: src/java/gnu/j4/ejb/examples Makefile.am Log: Lots of fixes in the makefiles, related to the build robustness. Should work on Solaris now. Revision Changes Path 1.2 +5 -3 J4/src/java/gnu/j4/ejb/examples/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/ejb/examples/Makefile.am?annotate=1.2&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/ejb/examples/Makefile.am?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/ejb/examples/Makefile.am.diff?r1=1.2&r2=1.1&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/ejb/examples/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 2000/05/05 02:51:53 1.1 +++ Makefile.am 2000/07/06 10:47:04 1.2 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2000/05/05 02:51:53 vt Exp $ +# $Id: Makefile.am,v 1.2 2000/07/06 10:47:04 vt Exp $ noinst_PROGRAMS = package @@ -33,6 +33,8 @@ ECHO = @ECHO@ JAVACX = @JAVACX@ +RM = @RM@ + SUFFIXES = .java .class .java.class: @@ -44,9 +46,9 @@ clean-compile: - rm -f *.class + ${RM} -f *.class clean-generic: - rm -f *~ + ${RM} -f *~ .*~ |