Revision: 52531
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52531&view=rev
Author:   brlcad
Date:     2012-09-25 16:13:01 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
categorically fix a top_buildir/top_builddir typo carl noticed.  explains some 
of the prior issues running from a build dir on mac.

Modified Paths:
--------------
    brlcad/trunk/db/Makefile.am
    brlcad/trunk/regress/mged/Makefile.am
    brlcad/trunk/regress/mged.sh
    brlcad/trunk/src/other/hv3/Makefile.am
    brlcad/trunk/src/tclscripts/Makefile.am
    brlcad/trunk/src/tclscripts/archer/Makefile.am
    brlcad/trunk/src/tclscripts/geometree/Makefile.am
    brlcad/trunk/src/tclscripts/hv3/Makefile.am
    brlcad/trunk/src/tclscripts/igraph/Makefile.am
    brlcad/trunk/src/tclscripts/lib/Makefile.am
    brlcad/trunk/src/tclscripts/mged/Makefile.am
    brlcad/trunk/src/tclscripts/pl-dm/Makefile.am
    brlcad/trunk/src/tclscripts/rtwizard/Makefile.am
    brlcad/trunk/src/tclscripts/rtwizard/lib/Makefile.am
    brlcad/trunk/src/tclscripts/sdialogs/Makefile.am
    brlcad/trunk/src/tclscripts/sdialogs/scripts/Makefile.am
    brlcad/trunk/src/tclscripts/swidgets/Makefile.am
    brlcad/trunk/src/tclscripts/swidgets/scripts/Makefile.am
    brlcad/trunk/src/tclscripts/util/Makefile.am

Modified: brlcad/trunk/db/Makefile.am
===================================================================
--- brlcad/trunk/db/Makefile.am 2012-09-25 16:12:26 UTC (rev 52530)
+++ brlcad/trunk/db/Makefile.am 2012-09-25 16:13:01 UTC (rev 52531)
@@ -14,7 +14,7 @@
        @i=0 ; while [ ! -f lockfile ] && [ $$i -lt 10 ] ; do sleep 1 ; i=`expr 
$$i + 1` ; done
        @echo $(A2G) $< $@ ; \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(A2G) `if test -e $< ; then echo $< ; else echo $(top_srcdir)/db/$< ; 
fi` $@
 
 # cause asc2g to kick off so that it compiles lt-asc2g and avoids
@@ -24,7 +24,7 @@
        @if test -x $(A2G) ; then \
                echo $(A2G) operators.asc $@ ; \
                
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-               
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+               
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
                $(A2G) `if test -e operators.asc ; then echo operators.asc ; 
else echo $(top_srcdir)/db/operators.asc ; fi` $@ ; \
        else \
                echo "ls -lad $(A2G)" ; \

Modified: brlcad/trunk/regress/mged/Makefile.am
===================================================================
--- brlcad/trunk/regress/mged/Makefile.am       2012-09-25 16:12:26 UTC (rev 
52530)
+++ brlcad/trunk/regress/mged/Makefile.am       2012-09-25 16:13:01 UTC (rev 
52531)
@@ -11,7 +11,7 @@
 mged: $(top_srcdir)/regress/mged/mged.tcl
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/regress/mged/mged.tcl 
$(top_srcdir)
        @${ECHO} +++ $@ test complete.
 

Modified: brlcad/trunk/regress/mged.sh
===================================================================
--- brlcad/trunk/regress/mged.sh        2012-09-25 16:12:26 UTC (rev 52530)
+++ brlcad/trunk/regress/mged.sh        2012-09-25 16:13:01 UTC (rev 52531)
@@ -107,6 +107,10 @@
        echo "XXX: Unable to test edcolor"
        echo "It probably shouldn't kick off an editor without an argument"
        continue
+    elif test "x$cmd" = "xgraph" ; then
+       continue
+    elif test "x$cmd" = "xigraph" ; then
+       continue
     fi
 
     # make sure each command exists and will run without error

Modified: brlcad/trunk/src/other/hv3/Makefile.am
===================================================================
--- brlcad/trunk/src/other/hv3/Makefile.am      2012-09-25 16:12:26 UTC (rev 
52530)
+++ brlcad/trunk/src/other/hv3/Makefile.am      2012-09-25 16:13:01 UTC (rev 
52531)
@@ -43,13 +43,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/Makefile.am     2012-09-25 16:12:26 UTC (rev 
52530)
+++ brlcad/trunk/src/tclscripts/Makefile.am     2012-09-25 16:13:01 UTC (rev 
52531)
@@ -48,13 +48,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/archer/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Makefile.am      2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/archer/Makefile.am      2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -57,13 +57,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/geometree/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/geometree/Makefile.am   2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/geometree/Makefile.am   2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -21,13 +21,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/hv3/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/hv3/Makefile.am 2012-09-25 16:12:26 UTC (rev 
52530)
+++ brlcad/trunk/src/tclscripts/hv3/Makefile.am 2012-09-25 16:13:01 UTC (rev 
52531)
@@ -43,13 +43,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/igraph/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/igraph/Makefile.am      2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/igraph/Makefile.am      2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -21,13 +21,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/lib/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/lib/Makefile.am 2012-09-25 16:12:26 UTC (rev 
52530)
+++ brlcad/trunk/src/tclscripts/lib/Makefile.am 2012-09-25 16:13:01 UTC (rev 
52531)
@@ -43,13 +43,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/mged/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/mged/Makefile.am        2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/mged/Makefile.am        2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -160,13 +160,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/pl-dm/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/pl-dm/Makefile.am       2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/pl-dm/Makefile.am       2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -22,13 +22,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/rtwizard/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/Makefile.am    2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/rtwizard/Makefile.am    2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -28,13 +28,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/rtwizard/lib/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/lib/Makefile.am        2012-09-25 
16:12:26 UTC (rev 52530)
+++ brlcad/trunk/src/tclscripts/rtwizard/lib/Makefile.am        2012-09-25 
16:13:01 UTC (rev 52531)
@@ -39,13 +39,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/sdialogs/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/sdialogs/Makefile.am    2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/sdialogs/Makefile.am    2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -23,13 +23,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/sdialogs/scripts/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/sdialogs/scripts/Makefile.am    2012-09-25 
16:12:26 UTC (rev 52530)
+++ brlcad/trunk/src/tclscripts/sdialogs/scripts/Makefile.am    2012-09-25 
16:13:01 UTC (rev 52531)
@@ -21,7 +21,7 @@
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/swidgets/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/swidgets/Makefile.am    2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/swidgets/Makefile.am    2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -24,13 +24,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/swidgets/scripts/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/swidgets/scripts/Makefile.am    2012-09-25 
16:12:26 UTC (rev 52530)
+++ brlcad/trunk/src/tclscripts/swidgets/scripts/Makefile.am    2012-09-25 
16:13:01 UTC (rev 52531)
@@ -23,7 +23,7 @@
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

Modified: brlcad/trunk/src/tclscripts/util/Makefile.am
===================================================================
--- brlcad/trunk/src/tclscripts/util/Makefile.am        2012-09-25 16:12:26 UTC 
(rev 52530)
+++ brlcad/trunk/src/tclscripts/util/Makefile.am        2012-09-25 16:13:01 UTC 
(rev 52531)
@@ -22,13 +22,13 @@
 pkgIndex.tcl:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ampi.tcl 
$(top_srcdir)/src/$(this_dir)
 
 tclIndex:
        TCL_LIBRARY=$(top_srcdir)/src/other/tcl/library \
        
LD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$LD_LIBRARY_PATH
 \
-       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_buildir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
+       
DYLD_LIBRARY_PATH=$(top_builddir)/src/other/tcl/unix:$(top_builddir)/src/other/tk/unix:$$DYLD_LIBRARY_PATH
 \
        $(top_builddir)/src/bwish/btclsh $(top_srcdir)/src/tclscripts/ami.tcl 
$(top_srcdir)/src/$(this_dir)
 
 include $(top_srcdir)/misc/Makefile.defs

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to