]> git.saurik.com Git - apple/libresolv.git/blob - Makefile.postamble
libresolv-25.0.2.tar.gz
[apple/libresolv.git] / Makefile.postamble
1 arpa_headers: $(DSTROOT)$(PUBLIC_HDR_INSTALLDIR)$(ARPA_HEADER_DIR_SUFFIX)
2 $(RM) -f $(foreach header, $(ARPA_SYMLINKED_HEADERS), $(DSTROOT)$(PUBLIC_HDR_INSTALLDIR)$(ARPA_HEADER_DIR_SUFFIX)/$(header))
3 $(LN) -s $(foreach header, $(ARPA_SYMLINKED_HEADERS), ../$(header)) $(DSTROOT)$(PUBLIC_HDR_INSTALLDIR)$(ARPA_HEADER_DIR_SUFFIX)
4 $(SILENT) $(FASTCP) $(ARPA_HEADERS) $(DSTROOT)$(PUBLIC_HDR_INSTALLDIR)$(ARPA_HEADER_DIR_SUFFIX)
5
6 $(DSTROOT)$(PUBLIC_HDR_INSTALLDIR)$(ARPA_HEADER_DIR_SUFFIX):
7 $(MKDIRS) $@
8
9 after_install: $(DSTROOT)/usr/share/man/man3 $(DSTROOT)/usr/share/man/man5
10 install -d $(DSTROOT)/usr/share/man/man3
11 install -c -m 644 resolver.3 $(DSTROOT)/usr/share/man/man3
12 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/dn_comp.3
13 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/dn_expand.3
14 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/dn_skipname.3
15 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/ns_get16.3
16 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/ns_get32.3
17 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/ns_put16.3
18 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/ns_put32.3
19 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/res_init.3
20 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/res_mkquery.3
21 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/res_query.3
22 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/res_search.3
23 install -c -m 644 resolver_so.3 $(DSTROOT)/usr/share/man/man3/res_send.3
24 install -d $(DSTROOT)/usr/share/man/man5
25 install -c -m 444 resolver.5 $(DSTROOT)/usr/share/man/man5
26
27 $(DSTROOT)/usr/share/man/man3:
28 $(MKDIRS) $@
29
30 $(DSTROOT)/usr/share/man/man5:
31 $(MKDIRS) $@