45654168 (kx 2023-12-10 12:08:22 +0300 1)
45654168 (kx 2023-12-10 12:08:22 +0300 2) #
45654168 (kx 2023-12-10 12:08:22 +0300 3) # Following command helps to cheate SUBDIRS list:
45654168 (kx 2023-12-10 12:08:22 +0300 4) # $ tree -fid .
45654168 (kx 2023-12-10 12:08:22 +0300 5) #
45654168 (kx 2023-12-10 12:08:22 +0300 6)
45654168 (kx 2023-12-10 12:08:22 +0300 7) SUBDIRS := atril \
45654168 (kx 2023-12-10 12:08:22 +0300 8) caja \
45654168 (kx 2023-12-10 12:08:22 +0300 9) caja-actions \
45654168 (kx 2023-12-10 12:08:22 +0300 10) caja-dropbox \
45654168 (kx 2023-12-10 12:08:22 +0300 11) caja-extensions \
45654168 (kx 2023-12-10 12:08:22 +0300 12) engrampa \
45654168 (kx 2023-12-10 12:08:22 +0300 13) eom \
b749e63e (kx 2023-12-10 13:20:55 +0300 14) libmatekbd \
b749e63e (kx 2023-12-10 13:20:55 +0300 15) libmatemixer \
b749e63e (kx 2023-12-10 13:20:55 +0300 16) libmateweather \
45654168 (kx 2023-12-10 12:08:22 +0300 17) marco \
45654168 (kx 2023-12-10 12:08:22 +0300 18) mate-applets \
45654168 (kx 2023-12-10 12:08:22 +0300 19) mate-backgrounds \
45654168 (kx 2023-12-10 12:08:22 +0300 20) mate-calc \
45654168 (kx 2023-12-10 12:08:22 +0300 21) mate-common \
45654168 (kx 2023-12-10 12:08:22 +0300 22) mate-control-center \
45654168 (kx 2023-12-10 12:08:22 +0300 23) mate-desktop \
45654168 (kx 2023-12-10 12:08:22 +0300 24) mate-icon-theme \
45654168 (kx 2023-12-10 12:08:22 +0300 25) mate-indicator-applet \
45654168 (kx 2023-12-10 12:08:22 +0300 26) mate-media \
45654168 (kx 2023-12-10 12:08:22 +0300 27) mate-menus \
45654168 (kx 2023-12-10 12:08:22 +0300 28) mate-netbook \
45654168 (kx 2023-12-10 12:08:22 +0300 29) mate-notification-daemon \
45654168 (kx 2023-12-10 12:08:22 +0300 30) mate-panel \
45654168 (kx 2023-12-10 12:08:22 +0300 31) mate-polkit \
45654168 (kx 2023-12-10 12:08:22 +0300 32) mate-power-manager \
45654168 (kx 2023-12-10 12:08:22 +0300 33) mate-screensaver \
45654168 (kx 2023-12-10 12:08:22 +0300 34) mate-sensors-applet \
45654168 (kx 2023-12-10 12:08:22 +0300 35) mate-session-manager \
45654168 (kx 2023-12-10 12:08:22 +0300 36) mate-settings-daemon \
45654168 (kx 2023-12-10 12:08:22 +0300 37) mate-system-monitor \
45654168 (kx 2023-12-10 12:08:22 +0300 38) mate-terminal \
35fe3e08 (kx 2023-12-12 03:20:02 +0300 39) mate-themes \
45654168 (kx 2023-12-10 12:08:22 +0300 40) mate-user-guide \
45654168 (kx 2023-12-10 12:08:22 +0300 41) mate-user-share \
45654168 (kx 2023-12-10 12:08:22 +0300 42) mate-utils \
45654168 (kx 2023-12-10 12:08:22 +0300 43) mozo \
45654168 (kx 2023-12-10 12:08:22 +0300 44) pluma \
45654168 (kx 2023-12-10 12:08:22 +0300 45) pluma-plugins \
45654168 (kx 2023-12-10 12:08:22 +0300 46) python-caja
45654168 (kx 2023-12-10 12:08:22 +0300 47)
45654168 (kx 2023-12-10 12:08:22 +0300 48)
45654168 (kx 2023-12-10 12:08:22 +0300 49) all-recursive downloads_clean-recursive:
45654168 (kx 2023-12-10 12:08:22 +0300 50) @set fnord $(MAKEFLAGS); amf=$$2; \
45654168 (kx 2023-12-10 12:08:22 +0300 51) target=`echo $@ | sed s/-recursive//`; \
45654168 (kx 2023-12-10 12:08:22 +0300 52) list='$(SUBDIRS)'; for subdir in $$list; do \
45654168 (kx 2023-12-10 12:08:22 +0300 53) echo "Making $$target in $$subdir"; \
45654168 (kx 2023-12-10 12:08:22 +0300 54) local_target="$$target"; \
45654168 (kx 2023-12-10 12:08:22 +0300 55) (cd $$subdir && $(MAKE) $$fnord $$local_target) \
45654168 (kx 2023-12-10 12:08:22 +0300 56) || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
45654168 (kx 2023-12-10 12:08:22 +0300 57) done; test -z "$$fail"
45654168 (kx 2023-12-10 12:08:22 +0300 58)
45654168 (kx 2023-12-10 12:08:22 +0300 59) all: all-recursive
45654168 (kx 2023-12-10 12:08:22 +0300 60)
45654168 (kx 2023-12-10 12:08:22 +0300 61) downloads_clean: downloads_clean-recursive
45654168 (kx 2023-12-10 12:08:22 +0300 62)
45654168 (kx 2023-12-10 12:08:22 +0300 63) .PHONY: all-recursive downloads_clean-recursive all downloads_clean