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-58.3"
22 cd "$(SRCROOT)/mDNSMacOSX"; pbxbuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS)
28 cd "$(SRCROOT)/mDNSMacOSX"; pbxbuild installhdrs OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS)