Mail Archives: djgpp-workers/1999/08/03/06:55:26
On Mon, 2 Aug 1999, DJ Delorie wrote:
> It would be best if it was autoconf detected. If od and stubify were
> available, it should enable extra makefile steps to regenerate the
> stub pattern.
Isn't Autoconf overkill for this? I could simply do something like
this in the Makefile:
go32stub.h: go32stub.dist
(stubify -g stub.exe && bin2h ...) &> /dev/null || cp -p $< $@
(I omitted the bin2h arguments for brevity). Isn't this good enough?
> If stubify is available, would bin2h be available also?
Right, I forgot about bin2h. That would eliminate the need for od.
- Raw text -