Skip to content

Commit 12fc380

Browse files
committed
for better automatization, sacrifice some checks
1 parent 8035018 commit 12fc380

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

Makefile

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -175,49 +175,6 @@ $(OBJDIR)/%.o: $(SRCDIR)/modules/aux-level/%.c
175175
# $(if $(shell which $(exec)),OK,$(error "No $(exec) in PATH, install dependencies!")))
176176

177177

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-
221178
##########################################################################
222179

223180
# Main executables
@@ -299,13 +256,3 @@ install: all
299256
clean:
300257
rm -rf $(OBJDIR) $(BINDIR)
301258

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-

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-10-24_13:57:30
1+
3.7.12-dev:::2024-10-24_13:59:27

0 commit comments

Comments
 (0)