Hi,

Actually, the problem is *below* the Makefile.in

I'll try to explain it:

we use lex & yacc to create a parser, we throw in the lex file and the
yacc file, and get a header and a parser.

As we were unable to get this "lex this, yacc this and use the
resulting c files for compilation" running with autoconf reliable, we
decided to ship already created parser c files.

But for some reason automake deletes *.tab.c on distclean, thats why
the files are missing.

I'm not the best friend with m4 and autotools, so if you can help me
fixing this using autotools to create the c files from the parser and
lex files, I won't reject it.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to