diff options
author | Brian Helfrich <helfrich9000@gmail.com> | 2008-01-24 19:54:14 +0000 |
---|---|---|
committer | Brian Helfrich <helfrich9000@gmail.com> | 2008-01-24 19:54:14 +0000 |
commit | 292732fd9671f88e6721c4bede31a2bc28366907 (patch) | |
tree | cfe73752324acb93d4db57e7cf3adaebe38ac803 | |
parent | 5c649035e0f405f463accda8e45c223a72624b56 (diff) | |
download | nanoengineer-292732fd9671f88e6721c4bede31a2bc28366907.tar.gz nanoengineer-292732fd9671f88e6721c4bede31a2bc28366907.zip |
Pruning.
4 files changed, 0 insertions, 119 deletions
diff --git a/cad/plugins/NanoVision-1/src/Interface/Interface.pro b/cad/plugins/NanoVision-1/src/Interface/Interface.pro deleted file mode 100644 index c4c9d80c5..000000000 --- a/cad/plugins/NanoVision-1/src/Interface/Interface.pro +++ /dev/null @@ -1,36 +0,0 @@ - - - -LIBS += -lopenbabel \ - -L../../lib \ - -lNanorexUtility - - -HEADERS += \ -../../../include/Nanorex/Interface/NXNumbers.h \ - ../../../include/Nanorex/Interface/NXEntityManager.h \ - ../../../include/Nanorex/Interface/NXMoleculeSet.h \ - ../../../include/Nanorex/Interface/NXNanoVisionResultCodes.h \ - ../../../include/Nanorex/Interface/NXDataImportExportPlugin.h \ - ../../../include/Nanorex/Interface/NXMoleculeData.h \ - ../../include/Nanorex/Interface/NXDataStoreInfo.h - -INCLUDEPATH += /usr/local/include/openbabel-2.0/ \ - ../../include - -SOURCES += NXDataImportExportPlugin.cpp \ -NXEntityManager.cpp \ -NXMoleculeData.cpp \ -NXMoleculeSet.cpp \ -NXNumbers.cpp \ - NXDataStoreInfo.cpp -TEMPLATE = lib - -CONFIG += dll - -TARGET = NanorexInterface - -DESTDIR = ../../lib - -TARGETDEPS += ../../lib/libNanorexUtility.so - diff --git a/cad/plugins/NanoVision-1/src/Plugins/HDF5_SimResultsImportExport/HDF5_SimResultsImportExport.pro b/cad/plugins/NanoVision-1/src/Plugins/HDF5_SimResultsImportExport/HDF5_SimResultsImportExport.pro deleted file mode 100644 index b6051b4cc..000000000 --- a/cad/plugins/NanoVision-1/src/Plugins/HDF5_SimResultsImportExport/HDF5_SimResultsImportExport.pro +++ /dev/null @@ -1,16 +0,0 @@ -SOURCES += HDF5_SimResultsImportExport.cpp -HEADERS += HDF5_SimResultsImportExport.h -INCLUDEPATH += ../../../include \ -/usr/local/include/openbabel-2.0 -TEMPLATE = lib - -CONFIG += dll - -LIBS += -L../../../lib \ --lNanorexUtility \ --lNanorexInterface \ - -lHDF5_SimResults -TARGETDEPS += ../../../lib/libNanorexUtility.so \ -../../../lib/libNanorexInterface.so -DESTDIR = ../../../lib - diff --git a/cad/plugins/NanoVision-1/src/Testing/CppUnit/CppUnit.pro b/cad/plugins/NanoVision-1/src/Testing/CppUnit/CppUnit.pro deleted file mode 100644 index 38b58f68c..000000000 --- a/cad/plugins/NanoVision-1/src/Testing/CppUnit/CppUnit.pro +++ /dev/null @@ -1,34 +0,0 @@ -SOURCES += CppUnit.cpp \ - ../../Interface/NXEntityManagerTest.cpp \ - ../../Interface/NXNumbersTest.cpp \ - ../../Utility/NXCommandResultTest.cpp \ - ../../Utility/NXLoggerTest.cpp \ - ../../Utility/NXStringTokenizerTest.cpp \ - ../../Utility/NXUtilityTest.cpp \ - ../../Plugins/HDF5_SimResultsImportExport/HDF5_SimResultsImportExportTest.cpp - -TEMPLATE = app - -TARGET = CppUnit - -LIBS += -lcppunit \ - -lopenbabel \ - -L../../../lib \ - -lNanorexUtility \ - -lNanorexInterface \ - -lHDF5_SimResultsImportExport - - - -INCLUDEPATH += ../../../include \ - /usr/local/include/openbabel-2.0/ -HEADERS += ../../Utility/NXCommandResultTest.h \ -../../Utility/NXLoggerTest.h \ -../../Utility/NXStringTokenizerTest.h \ -../../Utility/NXUtilityTest.h \ -../../Interface/NXEntityManagerTest.h \ -../../Interface/NXNumbersTest.h \ -../../Plugins/HDF5_SimResultsImportExport/HDF5_SimResultsImportExportTest.h -TARGETDEPS += ../../../lib/libNanorexUtility.so \ -../../../lib/libNanorexInterface.so \ -../../../lib/libHDF5_SimResultsImportExport.so diff --git a/cad/plugins/NanoVision-1/src/Utility/Utility.pro b/cad/plugins/NanoVision-1/src/Utility/Utility.pro deleted file mode 100644 index 4de154837..000000000 --- a/cad/plugins/NanoVision-1/src/Utility/Utility.pro +++ /dev/null @@ -1,33 +0,0 @@ -SOURCES += NXCommandResult.cpp \ - NXLogger.cpp \ - NXPlugin.cpp \ - NXPluginGroup.cpp \ - NXProperties.cpp \ - NXStringTokenizer.cpp \ - NXUtility.cpp - - - - - - - -HEADERS += ../../include/Nanorex/Utility/NXLogger.h \ -../../include/Nanorex/Utility/NXPluginGroup.h \ -../../include/Nanorex/Utility/NXPlugin.h \ -../../include/Nanorex/Utility/NXProperties.h \ -../../include/Nanorex/Utility/NXStringTokenizer.h \ -../../include/Nanorex/Utility/NXUtility.h \ - ../../include/Nanorex/Utility/NXCommandResult.h -TEMPLATE = lib - -CONFIG += dll - - - -INCLUDEPATH += ../../include - -DESTDIR = ../../lib - -TARGET = NanorexUtility - |