projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b59f54
)
*** empty log message ***
author
John Kohl
<jtkohl@mit.edu>
Fri, 27 Apr 1990 12:00:37 +0000
(12:00 +0000)
committer
John 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]
patch
|
blob
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
+++ b/
src/lib/krb5/asn.1/Imakefile
@@ -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
+