-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[processing] Adapted make files (they were not changed after refactor…
…ing folder structure)
- Loading branch information
Showing
23 changed files
with
45 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
ADD_SUBDIRECTORY(admintools) | ||
ADD_SUBDIRECTORY(gdal) | ||
ADD_SUBDIRECTORY(grass) | ||
ADD_SUBDIRECTORY(grass7) | ||
ADD_SUBDIRECTORY(saga) | ||
ADD_SUBDIRECTORY(otb) | ||
ADD_SUBDIRECTORY(taudem) | ||
ADD_SUBDIRECTORY(lidar) | ||
ADD_SUBDIRECTORY(qgis) | ||
|
||
PLUGIN_INSTALL(processing ./algs ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/admintools/geoserver/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing ./admintools/geoserver ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/admintools/geoserver ${PY_FILES}) |
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/admintools/httplib2/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing ./admintools/httplib2 ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/admintools/httplib2 ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing ./gdal/pyogr ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/gdal/pyogr ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing ./gdal/scripts ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./gdal/algs/scripts ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing grass/ext ${PY_FILES}) | ||
PLUGIN_INSTALL(processing algs/grass/ext ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing grass7/ext ${PY_FILES}) | ||
PLUGIN_INSTALL(processing algs/grass7/ext ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing ./lidar/fusion ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/lidar/fusion ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing ./lidar/lastools ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/lidar/lastools ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
FILE(GLOB OTHER_FILES copyright.txt) | ||
|
||
PLUGIN_INSTALL(processing ./algs/ftools ${PY_FILES} ${OTHER_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/qgis/ftools ${PY_FILES} ${OTHER_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
FILE(GLOB OTHER_FILES copyright.txt) | ||
|
||
PLUGIN_INSTALL(processing ./algs/mmqgisx ${PY_FILES} ${OTHER_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/qgis/mmqgisx ${PY_FILES} ${OTHER_FILES}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
FILE(GLOB SCRIPT_FILES scripts/*.rsx) | ||
|
||
PLUGIN_INSTALL(processing r ${PY_FILES}) | ||
PLUGIN_INSTALL(processing r/scripts ${SCRIPT_FILES}) | ||
PLUGIN_INSTALL(processing algs/r ${PY_FILES}) | ||
PLUGIN_INSTALL(processing algs/r/scripts ${SCRIPT_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
FILE(GLOB DESCR_FILES description/*.txt) | ||
FILE(GLOB HELP_FILES help/*.rst) | ||
|
||
ADD_SUBDIRECTORY(ext) | ||
|
||
PLUGIN_INSTALL(processing saga ${PY_FILES}) | ||
PLUGIN_INSTALL(processing saga/description ${DESCR_FILES}) | ||
PLUGIN_INSTALL(processing algs/saga ${PY_FILES}) | ||
PLUGIN_INSTALL(processing algs/saga/description ${DESCR_FILES}) | ||
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(processing saga/ext ${PY_FILES}) | ||
PLUGIN_INSTALL(processing algs/saga/ext ${PY_FILES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
FILE(GLOB DESCR_FILES description/*.txt) | ||
|
||
PLUGIN_INSTALL(processing taudem ${PY_FILES}) | ||
PLUGIN_INSTALL(processing taudem/description ${DESCR_FILES}) | ||
PLUGIN_INSTALL(processing algs/taudem ${PY_FILES}) | ||
PLUGIN_INSTALL(processing algs/taudem/description ${DESCR_FILES}) |