Re: build check_PROGRAMS

2005-09-14 Thread Baurzhan Ismagulov
Hello Alexandre, On Wed, Sep 14, 2005 at 12:38:29AM +0200, Alexandre Duret-Lutz wrote: > You mean building $(check_PROGRAMS) without executing the dejagnu tests? > > Just add your own rule that depends on $(check_PROGRAMS): > > .PHONY: check-norun > check-norun: $(check_PROGRAMS) > > and type `

Re: build check_PROGRAMS

2005-09-13 Thread Alexandre Duret-Lutz
>>> "BI" == Baurzhan Ismagulov <[EMAIL PROTECTED]> writes: BI> Hello, BI> I'm using AUTOMAKE_OPTIONS = dejagnu with automake 1.7.9 and I want to BI> build check_PROGRAMS without executing them. Is it possible? You mean building $(check_PROGRAMS) without

build check_PROGRAMS

2005-08-10 Thread Baurzhan Ismagulov
Hello, I'm using AUTOMAKE_OPTIONS = dejagnu with automake 1.7.9 and I want to build check_PROGRAMS without executing them. Is it possible? I've looked into the generated Makefile, the rule seems to be check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)