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