]>
Commit | Line | Data |
---|---|---|
3b7c7bd7 A |
1 | # |
2 | # Generated by the Apple Project Builder. | |
3 | # | |
4 | # NOTE: Do NOT change this file -- Project Builder maintains it. | |
5 | # | |
6 | # Put all of your customizations in files called Makefile.preamble | |
7 | # and Makefile.postamble (both optional), and Makefile will include them. | |
8 | # | |
9 | ||
10 | NAME = mdns | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Component | |
14 | ||
ccd4a120 | 15 | HFILES = DNSServiceDiscoveryDefines.h DNSServiceDiscovery.h dns_sd.h dnssd_ipc.h |
3b7c7bd7 | 16 | |
ccd4a120 | 17 | CFILES = DNSServiceDiscovery.c dnssd_clientstub.c dnssd_ipc.c |
3b7c7bd7 A |
18 | |
19 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\ | |
20 | DNSServiceDiscoveryReply.defs DNSServiceDiscoveryRequest.defs | |
21 | ||
ccd4a120 | 22 | |
3b7c7bd7 A |
23 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles |
24 | CODE_GEN_STYLE = DYNAMIC | |
25 | MAKEFILE = subproj.make | |
26 | NEXTSTEP_INSTALLDIR = /usr/local/lib/system | |
27 | LIBS = | |
28 | DEBUG_LIBS = $(LIBS) | |
29 | PROF_LIBS = $(LIBS) | |
30 | ||
ccd4a120 | 31 | PUBLIC_HEADERS = dns_sd.h |
3b7c7bd7 A |
32 | |
33 | ||
34 | ||
35 | NEXTSTEP_PUBLIC_HEADERS_DIR = /usr/include | |
36 | ||
37 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
38 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
39 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
40 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
41 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
42 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
43 | ||
44 | include $(MAKEFILEDIR)/platform.make | |
45 | ||
46 | -include Makefile.preamble | |
47 | ||
48 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
49 | ||
50 | -include Makefile.postamble | |
51 | ||
52 | -include Makefile.dependencies |