Weddington, Eric wrote:
Hi All,

So I see that the executable kbdgentables(.exe) is installed in /bin.

What is this used for? Is it used only for the examples? Why is it installed?

If that is all it is used for and not needed if the examples are
installed, then it should be marked "noinst".  This patch does
that and I can apply it if you want.

Index: src/Makefile.am
===================================================================
RCS file: /sources/simulavr/simulavrxx/src/Makefile.am,v
retrieving revision 1.31
diff -u -r1.31 Makefile.am
--- src/Makefile.am    16 Mar 2009 17:56:23 -0000    1.31
+++ src/Makefile.am    20 Mar 2009 17:02:24 -0000
@@ -15,7 +15,8 @@
endif
endif

-bin_PROGRAMS    = simulavr kbdgentables
+bin_PROGRAMS    = simulavr
+noinst_PROGRAMS = kbdgentables

if USE_TCL
TCL_WRAP_SRC = simulavr_wrap.cxx

Also, we never decided if the examples should be installed and where. (I sent a 
previous email about this.)

I have no particular opinion on this.  If installed, we will
have to decide if we are installing test source, binaries,
etc and that they work.
Eric Weddington


_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel


--
Joel Sherrill, Ph.D.             Director of Research & Development
[email protected]        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985




_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to