From b6e5a13d7a9f7af77afe4a3ec2f59455fe4cfeb3 Mon Sep 17 00:00:00 2001 From: remicres <remi.cresson@teledetection.fr> Date: Wed, 3 Aug 2016 09:57:45 +0000 Subject: [PATCH] Remove CMakeLists.txt for includes --- Code/CMakeLists.txt | 22 ---------------------- {App => app}/CMakeLists.txt | 0 {App => app}/otbLSGRM.cxx | 0 {Code => include}/lpContour.cpp | 0 {Code => include}/lpContour.h | 0 {Code => include}/lsgrmController.h | 0 {Code => include}/lsgrmController.txx | 0 {Code => include}/lsgrmGraphOperations.h | 0 {Code => include}/lsgrmGraphOperations.txx | 0 {Code => include}/lsgrmHeader.h | 0 {Code => include}/lsgrmSplitter.h | 0 {Code => include}/lsgrmSplitter.txx | 0 {Code => include}/lsrmBaatzSegmenter.h | 0 {Code => include}/lsrmBaatzSegmenter.txx | 0 {Code => include}/lsrmDataStructures.h | 0 {Code => include}/lsrmGetInternalMemory.h | 0 {Code => include}/lsrmGraph.h | 0 {Code => include}/lsrmGraphOperations.h | 0 {Code => include}/lsrmGraphOperations.txx | 0 {Code => include}/lsrmGraphToOtbImage.h | 0 {Code => include}/lsrmGraphToOtbImage.h~ | 0 {Code => include}/lsrmGraphToOtbImage.txx | 0 {Code => include}/lsrmGraphToOtbImage.txx~ | 0 {Code => include}/lsrmNeighborhood.cpp | 0 {Code => include}/lsrmNeighborhood.h | 0 {Code => include}/lsrmSegmenter.h | 0 {Code => include}/macro-generator.h | 0 27 files changed, 22 deletions(-) delete mode 100644 Code/CMakeLists.txt rename {App => app}/CMakeLists.txt (100%) rename {App => app}/otbLSGRM.cxx (100%) rename {Code => include}/lpContour.cpp (100%) rename {Code => include}/lpContour.h (100%) rename {Code => include}/lsgrmController.h (100%) rename {Code => include}/lsgrmController.txx (100%) rename {Code => include}/lsgrmGraphOperations.h (100%) rename {Code => include}/lsgrmGraphOperations.txx (100%) rename {Code => include}/lsgrmHeader.h (100%) rename {Code => include}/lsgrmSplitter.h (100%) rename {Code => include}/lsgrmSplitter.txx (100%) rename {Code => include}/lsrmBaatzSegmenter.h (100%) rename {Code => include}/lsrmBaatzSegmenter.txx (100%) rename {Code => include}/lsrmDataStructures.h (100%) rename {Code => include}/lsrmGetInternalMemory.h (100%) rename {Code => include}/lsrmGraph.h (100%) rename {Code => include}/lsrmGraphOperations.h (100%) rename {Code => include}/lsrmGraphOperations.txx (100%) rename {Code => include}/lsrmGraphToOtbImage.h (100%) rename {Code => include}/lsrmGraphToOtbImage.h~ (100%) rename {Code => include}/lsrmGraphToOtbImage.txx (100%) rename {Code => include}/lsrmGraphToOtbImage.txx~ (100%) rename {Code => include}/lsrmNeighborhood.cpp (100%) rename {Code => include}/lsrmNeighborhood.h (100%) rename {Code => include}/lsrmSegmenter.h (100%) rename {Code => include}/macro-generator.h (100%) diff --git a/Code/CMakeLists.txt b/Code/CMakeLists.txt deleted file mode 100644 index 00ad318..0000000 --- a/Code/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -#========================================================================= - -# Program: Large Scale Generic Region Merging Library (GRM) -# Language: C++ -# author: Lassalle Pierre - - - -# Copyright (c) Centre National d'Etudes Spatiales. All rights reserved - -# See grmlib-copyright.txt for details. - -# This software is distributed WITHOUT ANY WARRANTY; without even -# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the above copyright notices for more information. - -#=========================================================================add_library(OTBGRM -add_library(OTBLSGRM - lsrmNeighborhood.cpp - lpContour.cpp) - -target_link_libraries(OTBLSGRM ${OTB_LIBRARIES}) diff --git a/App/CMakeLists.txt b/app/CMakeLists.txt similarity index 100% rename from App/CMakeLists.txt rename to app/CMakeLists.txt diff --git a/App/otbLSGRM.cxx b/app/otbLSGRM.cxx similarity index 100% rename from App/otbLSGRM.cxx rename to app/otbLSGRM.cxx diff --git a/Code/lpContour.cpp b/include/lpContour.cpp similarity index 100% rename from Code/lpContour.cpp rename to include/lpContour.cpp diff --git a/Code/lpContour.h b/include/lpContour.h similarity index 100% rename from Code/lpContour.h rename to include/lpContour.h diff --git a/Code/lsgrmController.h b/include/lsgrmController.h similarity index 100% rename from Code/lsgrmController.h rename to include/lsgrmController.h diff --git a/Code/lsgrmController.txx b/include/lsgrmController.txx similarity index 100% rename from Code/lsgrmController.txx rename to include/lsgrmController.txx diff --git a/Code/lsgrmGraphOperations.h b/include/lsgrmGraphOperations.h similarity index 100% rename from Code/lsgrmGraphOperations.h rename to include/lsgrmGraphOperations.h diff --git a/Code/lsgrmGraphOperations.txx b/include/lsgrmGraphOperations.txx similarity index 100% rename from Code/lsgrmGraphOperations.txx rename to include/lsgrmGraphOperations.txx diff --git a/Code/lsgrmHeader.h b/include/lsgrmHeader.h similarity index 100% rename from Code/lsgrmHeader.h rename to include/lsgrmHeader.h diff --git a/Code/lsgrmSplitter.h b/include/lsgrmSplitter.h similarity index 100% rename from Code/lsgrmSplitter.h rename to include/lsgrmSplitter.h diff --git a/Code/lsgrmSplitter.txx b/include/lsgrmSplitter.txx similarity index 100% rename from Code/lsgrmSplitter.txx rename to include/lsgrmSplitter.txx diff --git a/Code/lsrmBaatzSegmenter.h b/include/lsrmBaatzSegmenter.h similarity index 100% rename from Code/lsrmBaatzSegmenter.h rename to include/lsrmBaatzSegmenter.h diff --git a/Code/lsrmBaatzSegmenter.txx b/include/lsrmBaatzSegmenter.txx similarity index 100% rename from Code/lsrmBaatzSegmenter.txx rename to include/lsrmBaatzSegmenter.txx diff --git a/Code/lsrmDataStructures.h b/include/lsrmDataStructures.h similarity index 100% rename from Code/lsrmDataStructures.h rename to include/lsrmDataStructures.h diff --git a/Code/lsrmGetInternalMemory.h b/include/lsrmGetInternalMemory.h similarity index 100% rename from Code/lsrmGetInternalMemory.h rename to include/lsrmGetInternalMemory.h diff --git a/Code/lsrmGraph.h b/include/lsrmGraph.h similarity index 100% rename from Code/lsrmGraph.h rename to include/lsrmGraph.h diff --git a/Code/lsrmGraphOperations.h b/include/lsrmGraphOperations.h similarity index 100% rename from Code/lsrmGraphOperations.h rename to include/lsrmGraphOperations.h diff --git a/Code/lsrmGraphOperations.txx b/include/lsrmGraphOperations.txx similarity index 100% rename from Code/lsrmGraphOperations.txx rename to include/lsrmGraphOperations.txx diff --git a/Code/lsrmGraphToOtbImage.h b/include/lsrmGraphToOtbImage.h similarity index 100% rename from Code/lsrmGraphToOtbImage.h rename to include/lsrmGraphToOtbImage.h diff --git a/Code/lsrmGraphToOtbImage.h~ b/include/lsrmGraphToOtbImage.h~ similarity index 100% rename from Code/lsrmGraphToOtbImage.h~ rename to include/lsrmGraphToOtbImage.h~ diff --git a/Code/lsrmGraphToOtbImage.txx b/include/lsrmGraphToOtbImage.txx similarity index 100% rename from Code/lsrmGraphToOtbImage.txx rename to include/lsrmGraphToOtbImage.txx diff --git a/Code/lsrmGraphToOtbImage.txx~ b/include/lsrmGraphToOtbImage.txx~ similarity index 100% rename from Code/lsrmGraphToOtbImage.txx~ rename to include/lsrmGraphToOtbImage.txx~ diff --git a/Code/lsrmNeighborhood.cpp b/include/lsrmNeighborhood.cpp similarity index 100% rename from Code/lsrmNeighborhood.cpp rename to include/lsrmNeighborhood.cpp diff --git a/Code/lsrmNeighborhood.h b/include/lsrmNeighborhood.h similarity index 100% rename from Code/lsrmNeighborhood.h rename to include/lsrmNeighborhood.h diff --git a/Code/lsrmSegmenter.h b/include/lsrmSegmenter.h similarity index 100% rename from Code/lsrmSegmenter.h rename to include/lsrmSegmenter.h diff --git a/Code/macro-generator.h b/include/macro-generator.h similarity index 100% rename from Code/macro-generator.h rename to include/macro-generator.h -- GitLab