javaweb-people
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Javaweb-people] compilation again


From: Brian Jones
Subject: Re: [Javaweb-people] compilation again
Date: 27 Jan 2003 00:00:27 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Nic Ferrier <address@hidden> writes:

> For the reasons stated above I wanted to move the idea to
> automake. Automake's support for pure Java has a big limitation: only
> one destination directory can be used.

Something that might help would be to introduce an `_JAR' variable syntax
and extend the current `_JAVA' and related `JAVAC', `JAVACFLAGS',
`JAVAROOT', etc. so that you can do things like this:

glibj_JAVAROOT = $(top_builddir)/lib
glibj_JAR = $(shell find $(glibj_JAVAROOT)/java -regex \.java$$ -print)
glibj_JAVAC = jikes

swing_JAVAROOT = $(top_builddir)/lib
swing_JAR = $(shell find $(swing_JAVAROOT/javax/swing -regex \.java$$ -print)
swing_JAVAC = gcj
swing_JAVACFLAGS = -C

Actually I hate the $(shell) in the above, but maybe this
helps... $(wildcard) might work instead.

That's my $0.02!
Brian
-- 
Brian Jones <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]