Allow per-object cflags?

2001-02-08 Thread Emil Ong
Hello, What is the state of per-object cflags in automake? Is anyone working on them? If not, how difficult would it be to implement it? Thanks, Emil

Re: Allow per-object cflags?

2001-02-08 Thread Emil Ong
On 8 Feb 2001, Tom Tromey wrote: > >>>>> "Emil" == Emil Ong <[EMAIL PROTECTED]> writes: > > Emil> What is the state of per-object cflags in automake? Is anyone > Emil> working on them? If not, how difficult would it be to implement > Emil>

Re: Allow per-object cflags?

2001-02-09 Thread Emil Ong
On 8 Feb 2001, Tom Tromey wrote: > This ought to work with automake 1.4b. Yep, it did actually. I didn't realize that I had to delete my old "missing" file and run --add-missing again. This might be worth documenting, at least to prevent guys like me from complaining that it doesn't work. :)

install-strip and bin_SCRIPTS

2001-06-19 Thread Emil Ong
Hi, In a project that I'm working on, I have both scripts and executables. The scripts are Bourne shell and awk and I tell automake about them with bin_SCRIPTS. When I do a make install-strip, the Makefile also tries to strip the scripts, but fails and halts all progress. Is there something th

Re: install-strip and bin_SCRIPTS

2001-06-20 Thread Emil Ong
Thanks, Emil On 19 Jun 2001, Tom Tromey wrote: > >>>>> "Emil" == Emil Ong <[EMAIL PROTECTED]> writes: > > Emil> In a project that I'm working on, I have both scripts and > Emil> executables. The scripts are Bourne shell and awk and I t

Re: install-strip and bin_SCRIPTS

2001-06-20 Thread Emil Ong
nst.7992#: File format not recognized make[2]: *** [install-binSCRIPTS] Error 1 make[2]: Leaving directory `/sandbox/onge/am-test' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/sandbox/onge/am-test' make: *** [install-strip] Error 2 Emil On 20 Jun 2001, Tom Tromey wrote: