mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
8991c6cd96
called 'pasn1', it works like 'pidl' and we may can autogenerate ASN.1 code out of it. (NOTE: the complete LDAP ASN.1 definition is in the RFC 2251, and maybe some others too :-) I'm not completly shure if we'll use it in future, but I commit it so that it won't be lost... metze (This used to be commit ddcaf7b63a0bc49ef1fc2d85d0ba81d67db48790)
6 lines
57 B
Makefile
6 lines
57 B
Makefile
asn1.pm: asn1.yp
|
|
yapp -s asn1.yp
|
|
|
|
clean:
|
|
rm -f asn1.pm
|