Re: Wishlist: Clean target for generated C files?

2007-03-01 Thread Perrog
Hi! 2007/2/28, Bob Proulx <[EMAIL PROTECTED]>: I would really like a clean target that would remove generated source files such as generated .c and .h files. In the case of yacc and lex I would like to distribute the generated files so as not to require the use of yacc and lex to compile the di

separating source and install name

2007-04-12 Thread Perrog
Hello! I'm new to writing automake files, but used configuring user. I want to write a complex makefile that separate the source (or build name) and install name. I.e the original name of one file is say Ddd_config, and I want to install it as Ddd. The way install works makes it natural. How do

Re: separating source and install name

2007-04-13 Thread Perrog
Thanks very much for the help! Is there a special reason $program_transform_name macro is limited to PROGRAMS primitive, and lack parallells to LIBRARIES and DATA? Regards, Roger

Re: separating source and install name

2007-05-11 Thread Perrog
Hi Ralf! Thanks for the pointers! 2007/4/28, Ralf Wildenhues <[EMAIL PROTECTED]>: Hello Perrog, * Perrog wrote on Fri, Apr 13, 2007 at 09:04:57PM CEST: > Is there a special reason $program_transform_name macro is limited to > PROGRAMS primitive, and lack parallells to LIBRAR