]>
Commit | Line | Data |
---|---|---|
8a97ab44 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 = resolv | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Library | |
14 | ||
15 | HFILES = dns.h dns_private.h dns_util.h dst.h dst_internal.h\ | |
16 | nameser.h res_debug.h res_private.h res_update.h resolv.h | |
17 | ||
18 | CFILES = base64.c dns.c dns_async.c dns_util.c dst_api.c\ | |
19 | dst_hmac_link.c dst_support.c ns_date.c ns_name.c ns_netint.c\ | |
20 | ns_parse.c ns_print.c ns_samedomain.c ns_sign.c ns_ttl.c\ | |
21 | ns_verify.c res_comp.c res_data.c res_debug.c\ | |
22 | res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c\ | |
23 | res_query.c res_send.c res_sendsigned.c res_update.c | |
24 | ||
25 | OTHERSRCS = Makefile Makefile.postamble Makefile.preamble resolver.3 resolver_so.3 resolver.5 | |
26 | ||
27 | ||
28 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
29 | CURRENTLY_ACTIVE_VERSION = YES | |
30 | DEPLOY_WITH_VERSION_NAME = 9 | |
31 | CODE_GEN_STYLE = DYNAMIC | |
32 | MAKEFILE = library.make | |
33 | NEXTSTEP_INSTALLDIR = /usr/lib | |
34 | LIBS = -ldnsinfo | |
35 | DEBUG_LIBS = $(LIBS) | |
36 | PROF_LIBS = $(LIBS) | |
37 | ||
38 | ||
39 | PUBLIC_HEADERS = dns.h dns_util.h nameser.h resolv.h | |
40 | ||
41 | PROJECT_HEADERS = dns.h dns_private.h dns_util.h dst.h dst_internal.h\ | |
42 | nameser.h res_debug.h res_private.h res_update.h\ | |
43 | resolv.h | |
44 | ||
45 | ||
46 | ||
47 | WINDOWS_PUBLIC_HEADERS_DIR = LOCAL_DEVELOPER_DIR/Headers/$(NAME) | |
48 | ||
49 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
50 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
51 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
52 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
53 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
54 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
55 | ||
56 | include $(MAKEFILEDIR)/platform.make | |
57 | ||
58 | -include Makefile.preamble | |
59 | ||
60 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
61 | ||
62 | -include Makefile.postamble | |
63 | ||
64 | -include Makefile.dependencies |