Generating makefiles for Java project.

2000-05-29 Thread Kai-Peter Baeckman
Dear list readers, I have recently been working on an improved way of handling our Java projects using autoconf and automake. I have two main features in mind: 1. In configure.in define java modules simply by the root of their directory tree. Eg. `JAVA_DEFINE_MODULE(module_foo, foo)'

Re: rpcgen support for automake

2000-05-29 Thread Alexandre Oliva
On May 29, 2000, Marek Kowal <[EMAIL PROTECTED]> wrote: > I have an .x file and want to create, using rpcgen, stub files in > automake. Later on I want to compile and link part of them into server, > and the other part into client. Did anybody excercised this already? Add .x to SUFFIXES, the wri

rpcgen support for automake

2000-05-29 Thread Marek Kowal
Hi there, I am afraid I have to trash your mailboxes a little. I have been trying to find information about support of rpcgen in automake, but haven't succeed. Search on [EMAIL PROTECTED] gives only some very strange letter, which is discarded anyway as a not so good solution to the problem I do