summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1/Imakefile
blob: 2f9caaf4d1ed4d8cc27c14287ce8cf5496da1638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PepyPosyRules()
NormalLibraryObjectRule()

SRCS= \
	KRB5-asn.py	\
	asn1glue.c	\
	encode.c 	\
	decode.c

OBJS= \
	KRB5-types.o	\
	asn1glue.o	\
	encode.o	\
	decode.o

OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS))

KRB5-types.c: KRB5-types.py

KRB5-types.py:	KRB5-asn.py
	$(POSY) $(POFLAGS) -o $@ KRB5-asn.py

clean::
	$(RM) KRB5-types.c KRB5.ph KRB5-types.py KRB5-types.h