Re: how to specify compile_et command in makefile.am

2012-11-02 Thread Coly Li
在 2012-10-31,下午3:59,Peter Johansson troj...@gmail.com 写道: On 10/31/2012 04:57 PM, Coly Li wrote: Is there any method that I can add something into Makefile.am, so that the generated Makefile can looks like: -- foo_err.c foo_err.h: foo_err.et compile_et prof_err.et

how to specify compile_et command in makefile.am

2012-10-31 Thread Coly Li
Hi list, I have a project compiling with auto{conf,make}, there are some .et files to be compiled into .c file by compile_et, before gcc compiles them into .o file. I know how to add a line into Makefile to run compile_et to generate .c file from .et. But I want all Makefile files are only

Re: how to specify compile_et command in makefile.am

2012-10-31 Thread Peter Johansson
On 10/31/2012 04:57 PM, Coly Li wrote: Is there any method that I can add something into Makefile.am, so that the generated Makefile can looks like: -- foo_err.c foo_err.h: foo_err.et compile_et prof_err.et -- Sure add just that to Makefile.am and it should be