On 10:47, Kevin Musker wrote: > I'm trying to integrate gengetopt into some GNUmakefiles we have. > > The problem I've come up against is that there is no way to specify that > gengetopt is to only generate > either the .h or the .c.
Why would you want to do that? You may specify multiple targets, like in
the following:
foo.cmdline.h foo.cmdline.c: foo.ggo
gengetopt ...
Have fun
Andre
--
The only person who always got his work done by Friday was Robinson Crusoe
signature.asc
Description: Digital signature
_______________________________________________ Help-gengetopt mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gengetopt
