]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/asn1specs/makefile
Security-54.1.7.tar.gz
[apple/security.git] / SecuritySNACCRuntime / asn1specs / makefile
1 # .../asn1specs/makefile
2
3 include ../makehead
4
5 TOP = ..
6
7 ASN1FILES = \
8 rfc1155-smi.asn1 \
9 rfc1157-snmp.asn1 \
10 rfc1213-mib2.asn1 \
11 any.asn1 \
12 asn1module.asn1 \
13 err-test.asn1 \
14 ex1.asn1 \
15 p-rec.asn1 \
16 tbl.asn1 \
17 asn-useful.asn1
18
19 DISTFILES = \
20 makefile \
21 $(ASN1FILES)
22
23 #-------------------------------------------------------------------------------
24
25 .PHONY: depend install distfiles clean clobber
26
27 install-sh:
28 ln $(TOP)/install-sh $@
29
30 $(incdir)/snacc/asn1:
31 $(TOP)/mkinstalldirs $@
32
33 install:: $(ASN1FILES) install-sh $(incdir)/snacc/asn1
34
35 install::
36 for a in $(ASN1FILES); do $(INSTALL_DATA) $$a $(incdir)/snacc/asn1/; done
37
38 gen-distfiles:: $(DISTFILES)
39
40 distfiles::
41 @echo $(DISTFILES)
42
43 # dummies:
44 depend clean::
45
46 clobber::
47 $(RM) install-sh