I like replying to my own messages :)
How's this for an ugly hack?
Add the following to a project build directory:
test/cc.defs :
(echo COMPILE="'$(COMPILE)'" ; \
echo LINK="'$(LINK)'" | sed 's/ -o.*//') > $@
and in the test directory:
$(TESTS) : cc.defs
cd .. ; $(
Hi,
I need to be able to create a source file and compile the thing
in my "make check" testing. Unfortunately, I have no need for
compiling anything in the "test" directory via "make", so the
Makefile.am has no: mumble_PROGRAMS stuff in it. Consequently,
there are no compile rules in the Makef
Hi Vlad,
* Vlad Skvortsov wrote on Thu, Dec 15, 2005 at 11:59:46PM CET:
> Ralf Wildenhues wrote:
> >* Vlad Skvortsov wrote on Fri, Dec 09, 2005 at 11:46:46PM CET:
> >
> >>Ok, I believe I have to explain more here. My product is deemed to be
> >>self-contained: no dependencies on external shared l