Follow-up Comment #2, bug #25679 (project simulavr):
In general, all hard coded paths are now in config.h and
geda is optional.
@@ -11,7 +11,11 @@
Do not always include geda include path. Add it only
if HAVE_GEDA=yes.
Use new variable GEDA from config.h for GEDA prefix.
@@ -22,13 +26,12 @@
Add LIBZ variable and use it when linking executables.
I have no idea about removing "include $(OBJECTS:.o=.d)". It was
in your patch to me.
@@ -89,94 +92,97 @@
use LIBZ when linking executables.
Set BFDOBJECTS based upon new variable from config.h
(BINUTILS_BFD) as shorthand and use variable instead
of hard coded path to reference list of BFD objects.
For config.h, the only part that really matters is:
+
+HAVE_GEDA=no
+GEDA=/home/zfrdh/geda-install/
Which adds the GEDA variable. You can ignore the rest.
Once this is committed, I may have another round of cleanup
and simplification on config.h.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?25679>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel