Removed config/ directory
authorDmitriy Morozov <morozov@cs.duke.edu>
Sat, 20 Jan 2007 13:39:51 -0500
changeset 13 b1535347e37d
parent 12 0239c3f0a598
child 14 d68c28a18f37
Removed config/ directory
config/cole.py
config/metatron.py
config/vine.py
--- a/config/cole.py	Fri Jan 12 12:49:29 2007 -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	Fri Jan 12 12:49:29 2007 -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'
--- a/config/vine.py	Fri Jan 12 12:49:29 2007 -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'