]> git.saurik.com Git - apple/libinfo.git/blame - dns.subproj/Makefile
Libinfo-330.10.tar.gz
[apple/libinfo.git] / dns.subproj / Makefile
CommitLineData
d49d4c81
A
1Project = dns
2ProductType = staticlib
3Install_Dir = /scratch
4BuildDebug = YES
5BuildProfile = YES
03fb6eb0 6
4ffdd164
A
7Install_Headers_Directory = /usr/include/arpa
8Install_Headers = inet.h
9
d49d4c81
A
10CFILES = herror.c res_comp.c res_data.c res_debug.c\
11 res_init.c res_mkquery.c res_query.c res_send.c
03fb6eb0 12
d49d4c81
A
13Extra_CC_Flags = -Wall -fno-common -I. \
14 -I../gen.subproj -I../lookup.subproj \
15 -DUSE_OPTIONS_H -D__DARWIN_NON_CANCELABLE=1
03fb6eb0 16
d49d4c81 17include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make