2 # Top level makefile for Build & Integration.
4 # This file is used to facilitate checking the mDNSResponder project
5 # directly out of CVS and submitting to B&I at Apple.
7 # The various platform directories contain makefiles or projects
8 # specific to that platform.
10 # B&I builds must respect the following target:
17 include /Developer/Makefiles/pb_makefiles/platform.make
19 MVERS = "mDNSResponder-107.6"
22 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS)
28 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild installhdrs OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS)