]> git.saurik.com Git - apple/libresolv.git/blame - Makefile
libresolv-19.tar.gz
[apple/libresolv.git] / Makefile
CommitLineData
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
10NAME = resolv
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Library
14
15HFILES = 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
18CFILES = 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
25OTHERSRCS = Makefile Makefile.postamble Makefile.preamble resolver.3 resolver_so.3 resolver.5
26
27
28MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
29CURRENTLY_ACTIVE_VERSION = YES
30DEPLOY_WITH_VERSION_NAME = 9
31CODE_GEN_STYLE = DYNAMIC
32MAKEFILE = library.make
33NEXTSTEP_INSTALLDIR = /usr/lib
34LIBS = -ldnsinfo
35DEBUG_LIBS = $(LIBS)
36PROF_LIBS = $(LIBS)
37
38
39PUBLIC_HEADERS = dns.h dns_util.h nameser.h resolv.h
40
41PROJECT_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
47WINDOWS_PUBLIC_HEADERS_DIR = LOCAL_DEVELOPER_DIR/Headers/$(NAME)
48
49NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
50WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
51PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
52NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
53WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
54PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
55
56include $(MAKEFILEDIR)/platform.make
57
58-include Makefile.preamble
59
60include $(MAKEFILEDIR)/$(MAKEFILE)
61
62-include Makefile.postamble
63
64-include Makefile.dependencies