Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

423 Commits   0 Branches   0 Tags
c32539f9 (kx 2023-11-30 14:46:44 +0300  1) 
c32539f9 (kx 2023-11-30 14:46:44 +0300  2) #
c32539f9 (kx 2023-11-30 14:46:44 +0300  3) # Following command helps to cheate SUBDIRS list:
c32539f9 (kx 2023-11-30 14:46:44 +0300  4) # $ tree -fid .
c32539f9 (kx 2023-11-30 14:46:44 +0300  5) #
c32539f9 (kx 2023-11-30 14:46:44 +0300  6) 
c32539f9 (kx 2023-11-30 14:46:44 +0300  7) SUBDIRS := analitza           \
c32539f9 (kx 2023-11-30 14:46:44 +0300  8)            artikulate         \
c32539f9 (kx 2023-11-30 14:46:44 +0300  9)            blinken            \
c32539f9 (kx 2023-11-30 14:46:44 +0300 10)            cantor             \
c32539f9 (kx 2023-11-30 14:46:44 +0300 11)            kalgebra           \
c32539f9 (kx 2023-11-30 14:46:44 +0300 12)            kalzium            \
c32539f9 (kx 2023-11-30 14:46:44 +0300 13)            kanagram           \
c32539f9 (kx 2023-11-30 14:46:44 +0300 14)            kbruch             \
c32539f9 (kx 2023-11-30 14:46:44 +0300 15)            kdeedu-data        \
c32539f9 (kx 2023-11-30 14:46:44 +0300 16)            kgeography         \
c32539f9 (kx 2023-11-30 14:46:44 +0300 17)            khangman           \
c32539f9 (kx 2023-11-30 14:46:44 +0300 18)            kig                \
c32539f9 (kx 2023-11-30 14:46:44 +0300 19)            kiten              \
c32539f9 (kx 2023-11-30 14:46:44 +0300 20)            klettres           \
c32539f9 (kx 2023-11-30 14:46:44 +0300 21)            kmplot             \
8fdd50c5 (kx 2023-11-30 23:03:45 +0300 22)            kstars             \
c32539f9 (kx 2023-11-30 14:46:44 +0300 23)            ktouch             \
c32539f9 (kx 2023-11-30 14:46:44 +0300 24)            libkeduvocdocument \
c32539f9 (kx 2023-11-30 14:46:44 +0300 25)            marble             \
c32539f9 (kx 2023-11-30 14:46:44 +0300 26)            minuet             \
c32539f9 (kx 2023-11-30 14:46:44 +0300 27)            parley             \
c32539f9 (kx 2023-11-30 14:46:44 +0300 28)            rocs               \
c32539f9 (kx 2023-11-30 14:46:44 +0300 29)            step
c32539f9 (kx 2023-11-30 14:46:44 +0300 30) 
c32539f9 (kx 2023-11-30 14:46:44 +0300 31) 
c32539f9 (kx 2023-11-30 14:46:44 +0300 32) all-recursive downloads_clean-recursive:
c32539f9 (kx 2023-11-30 14:46:44 +0300 33) 	@set fnord $(MAKEFLAGS); amf=$$2; \
c32539f9 (kx 2023-11-30 14:46:44 +0300 34) 	target=`echo $@ | sed s/-recursive//`; \
c32539f9 (kx 2023-11-30 14:46:44 +0300 35) 	list='$(SUBDIRS)'; for subdir in $$list; do \
c32539f9 (kx 2023-11-30 14:46:44 +0300 36) 	  echo "Making $$target in $$subdir"; \
c32539f9 (kx 2023-11-30 14:46:44 +0300 37) 	  local_target="$$target"; \
c32539f9 (kx 2023-11-30 14:46:44 +0300 38) 	  (cd $$subdir && $(MAKE) $$fnord $$local_target) \
c32539f9 (kx 2023-11-30 14:46:44 +0300 39) 	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
c32539f9 (kx 2023-11-30 14:46:44 +0300 40) 	done; test -z "$$fail"
c32539f9 (kx 2023-11-30 14:46:44 +0300 41) 
c32539f9 (kx 2023-11-30 14:46:44 +0300 42) all: all-recursive
c32539f9 (kx 2023-11-30 14:46:44 +0300 43) 
c32539f9 (kx 2023-11-30 14:46:44 +0300 44) downloads_clean: downloads_clean-recursive
c32539f9 (kx 2023-11-30 14:46:44 +0300 45) 
c32539f9 (kx 2023-11-30 14:46:44 +0300 46) .PHONY: all-recursive downloads_clean-recursive all downloads_clean