summaryrefslogtreecommitdiff
path: root/source4/build/pasn1/Makefile
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-06-30 17:35:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:49 -0500
commit8991c6cd96a6f635dffdb77390b09483bcad1c05 (patch)
tree022033356fe734434654465ec9e6682b068b3a63 /source4/build/pasn1/Makefile
parentfb667783ac59959ac37f1ae8b6b29c32addc5e1b (diff)
downloadsamba-8991c6cd96a6f635dffdb77390b09483bcad1c05.tar.gz
samba-8991c6cd96a6f635dffdb77390b09483bcad1c05.tar.bz2
samba-8991c6cd96a6f635dffdb77390b09483bcad1c05.zip
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)
Diffstat (limited to 'source4/build/pasn1/Makefile')
-rw-r--r--source4/build/pasn1/Makefile5
1 files changed, 5 insertions, 0 deletions
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