[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: pcb option --layer-stack
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" > $@.tmp
mv $@.tmp $@
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user