We used to use it to gather up all the actions and stuff for runtime, but we switched to the REGISTER_* macros at some point:
# Action, Attribute, and Flag lists.
core_lists.h : ${PCB_SRCS} Makefile
true > $@
(for f in ${PCB_SRCS} ; do cat $(srcdir)/$$f ; done) | grep "^REGISTER"
> [email protected]
mv [email protected] $@
_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

