cp-tools-discuss
[Top][All Lists]
Advanced

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

Re: [Cp-tools-discuss] automakejar based build system


From: Nic Ferrier
Subject: Re: [Cp-tools-discuss] automakejar based build system
Date: 24 Apr 2002 14:58:54 +0100

Julian Scheid <address@hidden> writes:

> > You apply automakejar to Makefile.aj in order to generate Makefile.in. 
>  
> Ah, of course. I didn't see that before. OK then my proposal would be 
> that by default, i.e. no parameters specified, automakejar would read 
> Makefile.aj and write Makefile.in. 

It has to write Makefile by default because one doesn't always use
autoconf with automakejar.

I will try and get round to updating it so that it's a bit smarter
about detecting when Makefile.in should be written.


> Perhaps something like 
>  
> AJ::texinfo-doclet.jar: some-dependancy  another-dependancy 
>       AJ::sourcedir=$(SOURCEDIR) 
>       AJ::sourcefiles=$(SOURCEFILES) 
>       AJ::classpath=$(JAVAHOME)/lib/tools.jar 
>       AJ::classesdest=classes 
>  
> or perhaps 
>  
> AUTOMAKEJAR>>> 
> texinfo-doclet.jar: some-dependancy  another-dependancy 
>       sourcedir=$(SOURCEDIR) 
>       sourcefiles=$(SOURCEFILES) 
>       classpath=$(JAVAHOME)/lib/tools.jar 
>       classesdest=classes 
>  >>>AUTOMAKEJAR 

Hmmm... I quite like the first one.

What do you think of this:

  automakejar{  
     texinfo-doclet.jar: some-dependancy  another-dependancy 
        sourcedir=$(SOURCEDIR) 
        sourcefiles=$(SOURCEFILES) 
        classpath=$(JAVAHOME)/lib/tools.jar 
        classesdest=classes 
  }

Does it express what you want?


Nic





reply via email to

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