From 8991c6cd96a6f635dffdb77390b09483bcad1c05 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 30 Jun 2004 17:35:26 +0000 Subject: r1306: commit the first steps of my ASN.1 compiler 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) --- source4/build/pasn1/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source4/build/pasn1/Makefile (limited to 'source4/build/pasn1/Makefile') diff --git a/source4/build/pasn1/Makefile b/source4/build/pasn1/Makefile new file mode 100644 index 0000000000..24da2b79e8 --- /dev/null +++ b/source4/build/pasn1/Makefile @@ -0,0 +1,5 @@ +asn1.pm: asn1.yp + yapp -s asn1.yp + +clean: + rm -f asn1.pm -- cgit