Revision: 42343
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42343&view=rev
Author:   starseeker
Date:     2011-01-16 22:23:47 +0000 (Sun, 16 Jan 2011)

Log Message:
-----------
Move itcl into the incrTcl subdir as well.

Modified Paths:
--------------
    brlcad/trunk/src/other/Makefile.am
    brlcad/trunk/src/other/incrTcl/Makefile.am

Modified: brlcad/trunk/src/other/Makefile.am
===================================================================
--- brlcad/trunk/src/other/Makefile.am  2011-01-16 22:21:05 UTC (rev 42342)
+++ brlcad/trunk/src/other/Makefile.am  2011-01-16 22:23:47 UTC (rev 42343)
@@ -43,12 +43,6 @@
 TKDIR=
 endif
 
-if BUILD_ITCL
-ITCLDIR=incrTcl
-else !BUILD_ITCL
-ITCLDIR=
-endif
-
 if BUILD_TERMLIB
 TERMLIBDIR=libtermlib
 else !BUILD_TERMLIB
@@ -148,7 +142,7 @@
        $(URTDIR) \
        ${TCLDIR} \
        ${TKDIR} \
-       ${ITCLDIR} \
+       incrTcl \
        ${IWIDGETSDIR} \
        ${TERMLIBDIR} \
        ${JOVEDIR} \

Modified: brlcad/trunk/src/other/incrTcl/Makefile.am
===================================================================
--- brlcad/trunk/src/other/incrTcl/Makefile.am  2011-01-16 22:21:05 UTC (rev 
42342)
+++ brlcad/trunk/src/other/incrTcl/Makefile.am  2011-01-16 22:23:47 UTC (rev 
42343)
@@ -3,6 +3,12 @@
        libitcl.la \
        libitcl@[email protected]
 
+if BUILD_ITCL
+ITCLDIR=incrTcl
+else !BUILD_ITCL
+       ITCLDIR=
+endif
+
 if BUILD_ITK
 ITKDIR = itk
 ITKLIB = \
@@ -21,7 +27,7 @@
 
 SUBDIRS = \
        doc \
-       itcl \
+       $(ITCLDIR) \
        $(ITKDIR) \
        tools \
        $(IWIDGETSDIR)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to