Re: bug#9088: the jar fragment

2013-05-19 Thread Michael Zucchi
Forgot the attachment. # 'simulate' automake environment jardir = $(datadir)/java srcdir=../maktest MKDIR_P=mkdir -p VPATH=.:$(srcdir) all: foo.jar ## ## The makefile.am `equivalent' stuff ## ## This user has chosen to make it gnu-make only. ## jar_JARS=foo.jar # sources, all relative to '.'

Re: bug#9088: the jar fragment

2013-05-17 Thread Michael Zucchi
Hi, This is my current work on the '.jar' fragment. The rest is just there to create a working makefile, but the focus of this post is solely on the 'foo.jar' target fragment. In-so-far as jar generation goes, this should be 'portable and feature complete'. 1) Out of source building. 2) In-sourc