Extending default suffix rules.

2008-03-01 Thread Remco Bras
Hello, as part of my work on GNU RPGE, I've had to 'extend' the automake suffix rule for compiling .c files to .o ones. In the docs, I could not find a variable containing the default suffix rule for this purpose, so I replaced the entirity of it. However, doing so causes subtle breakage. In pa

how to add the creation of static lib for one lib only

2008-03-01 Thread Vincent Torri
Hey, I use AC_DISABLE_STATIC in configure.in (before AC_PROG_LIBTOOL) to remove the creation of all the static lib of a project because there are a lot of creted modules (the static lib is useless for them). But, for the library itself, i would like to create the static lib. I tried, in the