--- a/SConstruct Sun Dec 03 22:38:34 2006 -0500
+++ b/SConstruct Mon Dec 04 22:39:35 2006 -0500
@@ -1,6 +1,6 @@
import os
-optns = Options('config.' + os.uname()[1] + '.py')
+optns = Options('config/' + os.uname()[1] + '.py')
optns.AddOptions(
PathOption('cgal_path', 'where CGAL is installed', ''),
('cgal_architecture', 'string describing CGAL architecture'),
--- a/config.cole.py Sun Dec 03 22:38:34 2006 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-import os
-
-cgal_path = os.environ.get('CGAL_DIR')
-cgal_architecture = os.environ.get('CGAL_ARCHITECTURE')
-
-INCPATH = '/auto/sst/include'
-LIBPATH = '/auto/sst/lib'
-
-qt4_includes = '/auto/sst/include'
-qt4_libs = '/auto/sst/lib'
-
-CXX = '/home/home2/morozov/bin/gfilt'
--- a/config.metatron.py Sun Dec 03 22:38:34 2006 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-import os
-
-cgal_path = os.environ.get('CGAL_DIR')
-cgal_architecture = os.environ.get('CGAL_ARCHITECTURE')
-
-qt4_dir = '/opt/qt4'
-qt4_includes = qt4_dir + '/include'
-qt4_libs = qt4_dir + '/lib'
-
-CXX = '/home/dmitriy/bin/gfilt'
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config/cole.py Mon Dec 04 22:39:35 2006 -0500
@@ -0,0 +1,12 @@
+import os
+
+cgal_path = os.environ.get('CGAL_DIR')
+cgal_architecture = os.environ.get('CGAL_ARCHITECTURE')
+
+INCPATH = '/auto/sst/include'
+LIBPATH = '/auto/sst/lib'
+
+qt4_includes = '/auto/sst/include'
+qt4_libs = '/auto/sst/lib'
+
+CXX = '/home/home2/morozov/bin/gfilt'
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config/metatron.py Mon Dec 04 22:39:35 2006 -0500
@@ -0,0 +1,10 @@
+import os
+
+cgal_path = os.environ.get('CGAL_DIR')
+cgal_architecture = os.environ.get('CGAL_ARCHITECTURE')
+
+qt4_dir = '/opt/qt4'
+qt4_includes = qt4_dir + '/include'
+qt4_libs = qt4_dir + '/lib'
+
+CXX = '/home/dmitriy/bin/gfilt'
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config/vine.py Mon Dec 04 22:39:35 2006 -0500
@@ -0,0 +1,10 @@
+import os
+
+cgal_path = os.environ.get('CGAL_DIR')
+cgal_architecture = os.environ.get('CGAL_ARCHITECTURE')
+
+qt4_dir = '/opt/qt4'
+qt4_includes = qt4_dir + '/include'
+qt4_libs = qt4_dir + '/lib'
+
+#CXX = '/home/dmitriy/bin/gfilt'