I have two files, cspm.lex and cspm.y that due to circumstances out of my
control need special processing. The only way I could get them into the
package without automake
automatically processing them was by using the EXTRA_DIST variable, as follows
EXTRA_DIST = cspm.lex cspm.y
I can make dist
Hi Harald,
* Harald Dunkel wrote on Tue, Aug 16, 2005 at 12:39:46PM CEST:
>
> I would need some way to add recursive targets to all generated
> Makefiles, without asking every owner of every Makefile.am
> to append some include statement or some keyword to be replaced
> by AC_SUBST_FILE.
Hmm. I
Hi folks,
I would need some way to add recursive targets to all generated
Makefiles, without asking every owner of every Makefile.am
to append some include statement or some keyword to be replaced
by AC_SUBST_FILE.
What would be your suggestion to solve this?
Regards
Harri