simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [bug #25679] Clean up on non-autotools Makefile and con


From: Joel Sherrill
Subject: [Simulavr-devel] [bug #25679] Clean up on non-autotools Makefile and config.h
Date: Tue, 24 Feb 2009 14:24:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020410 Fedora/3.0.6-1.fc10 Firefox/3.0.6

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]