]> git.saurik.com Git - apple/mdnsresponder.git/blame - Makefile
mDNSResponder-108.6.tar.gz
[apple/mdnsresponder.git] / Makefile
CommitLineData
c9b9ae52
A
1#
2# Top level makefile for Build & Integration.
3#
4# This file is used to facilitate checking the mDNSResponder project
5# directly out of CVS and submitting to B&I at Apple.
6#
7# The various platform directories contain makefiles or projects
8# specific to that platform.
9#
10# B&I builds must respect the following target:
11# install:
12# installsrc:
13# installhdrs:
14# clean:
15#
16
17include /Developer/Makefiles/pb_makefiles/platform.make
18
051c1f9c 19MVERS = "mDNSResponder-108.6"
c9b9ae52
A
20
21install:
8e92c31c 22 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS)
c9b9ae52
A
23
24installsrc:
716635cc 25 ditto . ${SRCROOT}
c9b9ae52
A
26
27installhdrs::
8e92c31c 28 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild installhdrs OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS)
c9b9ae52
A
29
30clean::
31 echo clean