mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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 ddcaf7b63a
)
6 lines
57 B
Makefile
6 lines
57 B
Makefile
asn1.pm: asn1.yp
|
|
yapp -s asn1.yp
|
|
|
|
clean:
|
|
rm -f asn1.pm
|