OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.git] / make / variant / darwin.rules
1 .PHONY: ub.build ub.combine ub.clean
2
3 ub.build.serial:
4         @$(UB.BUILD.SERIAL)
5
6 ub.build.parallel:
7         @set -e; \
8         for arch in $(UB.archs); do \
9             $(call UB.BUILD.PARALLEL,$$arch) & \
10             children="$$children $$!"; \
11             echo "pid $$!: $(call UB.BUILD.PARALLEL,$$arch)"; \
12         done; \
13         echo "waiting for background jobs to complete:$$children"; \
14         wait
15
16 ub.combine:
17         $(call UB.COMBINE,HandBrake.app/Contents/MacOS/HandBrake)
18
19 ub.clean:
20         $(RM.EXE) -fr $(foreach n,$(UB.archs.other),ub.$n)