*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Fri, 27 Apr 1990 12:00:37 +0000 (12:00 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 27 Apr 1990 12:00:37 +0000 (12:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@607 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/Imakefile [new file with mode: 0644]

diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile
new file mode 100644 (file)
index 0000000..61d98ea
--- /dev/null
@@ -0,0 +1,24 @@
+PepyPosyRules()
+NormalLibraryObjectRule()
+
+all:: libasn1.a
+
+SRCS= \
+       KRB5-asn.py     \
+       asn1glue.c      \
+       encode.c        \
+       decode.c
+
+OBJS= \
+       KRB5-types.o    \
+       asn1glue.o      \
+       encode.o        \
+       decode.o
+
+NormalLibraryTarget(asn1,$(OBJS))
+
+KRB5-types.c: KRB5-types.py
+
+KRB5-types.py: KRB5-asn.py
+       $(POSY) $(POFLAGS) -o $@ KRB5-asn.py
+