help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using C++ generated parsers with autotools


From: David Fang
Subject: Re: Using C++ generated parsers with autotools
Date: Sat, 25 Nov 2006 13:30:16 -0500 (EST)

> If you're currently using autotools with C++ generated parsers, how do
> you handle all those generated files within autotools? How do you say
> location.hh and position.hh and others were generated by bison and
> they should be cleaned up?

The general mechanism is to name them in

CLEANFILES += ...

Alternatively, you can define:

clean-local:
        rm ...

and remove them manually there.

HTH,

David Fang
Computer Systems Laboratory
Electrical & Computer Engineering
Cornell University
http://www.csl.cornell.edu/~fang/
        -- (2400 baud? Netscape 3.0?? lynx??? No problem!)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]