Makefile.am for java example?

2001-09-19 Thread Matthew R. MacIntyre
Hi, I'm hoping someone could give me an example of how to build java sources into binaries with gcj and gcj. I've read the automake manual, and it has been helpful in getting me as far as I am now, but I can't seem to put it all together. I'm using automake from cvs from about a week ago. I h

add a recursive target?

2001-02-22 Thread Matthew R. MacIntyre
Hi, Is there an easy way to add a new recursive target to a top-level Makefile.am? For instance, I have a number of different directories with an "html" target in them. I'd like to have an easy way to run "make html" from the top-level without having to maintain a special target at the top-lev

Re: question about sources in multiple directories

2001-02-10 Thread Matthew R. MacIntyre
Hi, > "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> This isn't really enough information to go on. How about Tom> posting the relevant section of your Makefile.am? I think I've got it figured out, but if this is not the preferred solution, please let me know what the best w

Re: question about sources in multiple directories

2001-02-09 Thread Matthew R. MacIntyre
On Fri, 9 Feb 2001, Michael Bletzinger wrote: > > Wrap your objects in a noinstall library and have the test programs link > with it. > > ie. > > in your C++ directory: > noinst_LIBRARIES = libMyCplusplus.a > > in your test directory: > > testprogram_LDADD = -D../C++ directory -lMyCplusplus Ok, t

question about sources in multiple directories

2001-02-09 Thread Matthew R. MacIntyre
Hi, I'm sure there is a fairly easy way to do this, but I just can't figure it out. I was hoping someone here could help me. I've got some c++ classes in my project's src/ directory, and I want to write some little driver programs in the test/ directory to show that the classes behave as expec

Re: getopt question

2000-11-22 Thread Matthew R. MacIntyre
On Mon, 20 Nov 2000, Gary V. Vaughan wrote: Hello again Gary, I think I follow everything, after going through the documentation again, but I have a couple of followup questions. > You also need the AC_REPLACE_GNU_GETOPT macro definition... but I > don't know where you might find that -- at th

getopt question

2000-11-19 Thread Matthew R. MacIntyre
Hello, I've been searching for an answer to this all afternoon and haven't been able to find anything useful, so I am hoping someone on this list can help me. In a package I'm contributing to, we're looking for a way to include GNU getopt in the sources if the build system does not have it inst