OSDN Git Service

5d75f5152449d511436c507ad527f21afd288a67
[handbrake-jp/handbrake-jp-git.git] / macosx / module.xcode
1 ## This rules file is processed only when xcode=1 method=terminal
2 ## which hands-off the build to Xcode which in turn may callback this
3 ## build system.
4
5 build:
6         $(call MACOSX.XCODE,build)
7
8 clean:
9         $(call MACOSX.XCODE,clean)
10
11 xclean: clean
12
13 $(MAKECMDGOALS): __goals__
14         @true
15
16 __goals__:
17         $(call MACOSX.XCODE.PASSTHRU,$(MAKECMDGOALS))