@@ -175,49 +175,6 @@ $(OBJDIR)/%.o: $(SRCDIR)/modules/aux-level/%.c
175
175
# $(if $(shell which $(exec)),OK,$(error "No $(exec) in PATH, install dependencies!")))
176
176
177
177
178
- # ## EXECUTABLES AND MISC FILES TO BE CHECKED
179
-
180
- # FORCE_EXE = force-info force-cube force-higher-level force-import-modis \
181
- # force-l2ps force-level1-csd force-level1-landsat \
182
- # force-level2 force-lut-modis \
183
- # force-magic-parameters force-mdcp force-mosaic force-parameter \
184
- # force-procmask force-pyramid force-qai-inflate force-stack \
185
- # force-synthmix force-tabulate-grid force-tile-extent \
186
- # force-tile-finder force-train force-level2-report force-cube-init \
187
- # force-init force-datacube-size force-hist force-stratified-sample \
188
- # force-unit-testing
189
-
190
- # FORCE_MISC = force-version.txt force-level2-report.Rmd force-bash-library.sh \
191
- # force-rstats-library.r
192
-
193
-
194
-
195
-
196
- # ## DIRECTORIES
197
-
198
- # DB=bash
199
- # DP=python
200
- # DR=rstats
201
- # DD=misc
202
- # DM=force-misc
203
- # DT=force-test
204
- # DC=src/cross-level
205
- # DL=src/lower-level
206
- # DH=src/higher-level
207
- # DA=src/aux-level
208
- # DU=src/unit-testing
209
- # TB=temp-bin
210
- # TM=$(TB)/$(DM)
211
- # TC=temp-cross
212
- # TL=temp-lower
213
- # TH=temp-higher
214
- # TA=temp-aux
215
- # TU=$(TB)/$(DT)
216
-
217
-
218
-
219
-
220
-
221
178
# #########################################################################
222
179
223
180
# Main executables
@@ -299,13 +256,3 @@ install: all
299
256
clean :
300
257
rm -rf $(OBJDIR ) $(BINDIR )
301
258
302
- # check:
303
- # $(foreach exec,$(FORCE_EXE),\
304
- # $(if $(shell which $(BINDIR)/$(exec)), \
305
- # $(info $(exec) installed), \
306
- # $(error $(exec) was not installed properly!)))
307
- # $(foreach miscfiles,$(FORCE_MISC),\
308
- # $(if $(shell ls $(BINDIR)/$(DM)/$(miscfiles) 2> /dev/null), \
309
- # $(info $(miscfiles) installed), \
310
- # $(error $(miscfiles) was not installed properly!)))
311
-
0 commit comments