aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/lib/libasn1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-05 18:51:52 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-05 18:51:52 +0000
commit86751859b5ab9bb0632fc2b8e514891814592e01 (patch)
tree7691989f10c7e8851c71ad120933d7f062fd22a0 /kerberos5/lib/libasn1
parent88a15798d4de4c01fbf338a18975370b732a566b (diff)
downloadsrc-86751859b5ab9bb0632fc2b8e514891814592e01.tar.gz
src-86751859b5ab9bb0632fc2b8e514891814592e01.zip
style.Makefile(5).
OK'ed by: nectar
Notes
Notes: svn path=/head/; revision=125491
Diffstat (limited to 'kerberos5/lib/libasn1')
-rw-r--r--kerberos5/lib/libasn1/Makefile129
1 files changed, 62 insertions, 67 deletions
diff --git a/kerberos5/lib/libasn1/Makefile b/kerberos5/lib/libasn1/Makefile
index 662ccce25bb4..e36df2c39d70 100644
--- a/kerberos5/lib/libasn1/Makefile
+++ b/kerberos5/lib/libasn1/Makefile
@@ -1,78 +1,73 @@
# $FreeBSD$
LIB= asn1
+INCS= asn1_err.h krb5_asn1.h
-SRCS= \
- der_get.c \
- der_put.c \
- der_free.c \
- der_length.c \
- der_copy.c \
- timegm.c \
- asn1_err.c \
- asn1_err.h \
- krb5_asn1.h \
+SRCS= asn1_err.c \
+ asn1_err.h \
+ der_copy.c \
+ der_free.c \
+ der_get.c \
+ der_length.c \
+ der_put.c \
+ krb5_asn1.h \
+ timegm.c \
${GEN:S/.x$/.c/}
-CFLAGS+=-I${KRB5DIR}/lib/asn1 \
- -I${KRB5DIR}/lib/roken \
- -I.
+CFLAGS+=-I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/roken -I.
-GEN= \
- asn1_APOptions.x \
- asn1_AP_REP.x \
- asn1_AP_REQ.x \
- asn1_AS_REP.x \
- asn1_AS_REQ.x \
- asn1_Authenticator.x \
- asn1_AuthorizationData.x \
- asn1_CKSUMTYPE.x \
- asn1_Checksum.x \
- asn1_ENCTYPE.x \
- asn1_ETYPE_INFO.x \
- asn1_ETYPE_INFO_ENTRY.x \
- asn1_EncAPRepPart.x \
- asn1_EncASRepPart.x \
- asn1_EncKDCRepPart.x \
- asn1_EncKrbCredPart.x \
- asn1_EncKrbPrivPart.x \
- asn1_EncTGSRepPart.x \
- asn1_EncTicketPart.x \
- asn1_EncryptedData.x \
- asn1_EncryptionKey.x \
- asn1_HostAddress.x \
- asn1_HostAddresses.x \
- asn1_KDCOptions.x \
- asn1_KDC_REP.x \
- asn1_KDC_REQ.x \
- asn1_KDC_REQ_BODY.x \
- asn1_KRB_CRED.x \
- asn1_KRB_ERROR.x \
- asn1_KRB_PRIV.x \
- asn1_KRB_SAFE.x \
- asn1_KRB_SAFE_BODY.x \
- asn1_KerberosTime.x \
- asn1_KrbCredInfo.x \
- asn1_LastReq.x \
- asn1_LR_TYPE.x \
- asn1_MESSAGE_TYPE.x \
- asn1_METHOD_DATA.x \
- asn1_NAME_TYPE.x \
- asn1_PADATA_TYPE.x \
- asn1_PA_DATA.x \
- asn1_PA_ENC_TS_ENC.x \
- asn1_Principal.x \
- asn1_PrincipalName.x \
- asn1_Realm.x \
- asn1_TGS_REP.x \
- asn1_TGS_REQ.x \
- asn1_Ticket.x \
- asn1_TicketFlags.x \
- asn1_TransitedEncoding.x \
+GEN= asn1_APOptions.x \
+ asn1_AP_REP.x \
+ asn1_AP_REQ.x \
+ asn1_AS_REP.x \
+ asn1_AS_REQ.x \
+ asn1_Authenticator.x \
+ asn1_AuthorizationData.x \
+ asn1_CKSUMTYPE.x \
+ asn1_Checksum.x \
+ asn1_ENCTYPE.x \
+ asn1_ETYPE_INFO.x \
+ asn1_ETYPE_INFO_ENTRY.x \
+ asn1_EncAPRepPart.x \
+ asn1_EncASRepPart.x \
+ asn1_EncKDCRepPart.x \
+ asn1_EncKrbCredPart.x \
+ asn1_EncKrbPrivPart.x \
+ asn1_EncTGSRepPart.x \
+ asn1_EncTicketPart.x \
+ asn1_EncryptedData.x \
+ asn1_EncryptionKey.x \
+ asn1_HostAddress.x \
+ asn1_HostAddresses.x \
+ asn1_KDCOptions.x \
+ asn1_KDC_REP.x \
+ asn1_KDC_REQ.x \
+ asn1_KDC_REQ_BODY.x \
+ asn1_KRB_CRED.x \
+ asn1_KRB_ERROR.x \
+ asn1_KRB_PRIV.x \
+ asn1_KRB_SAFE.x \
+ asn1_KRB_SAFE_BODY.x \
+ asn1_KerberosTime.x \
+ asn1_KrbCredInfo.x \
+ asn1_LR_TYPE.x \
+ asn1_LastReq.x \
+ asn1_MESSAGE_TYPE.x \
+ asn1_METHOD_DATA.x \
+ asn1_NAME_TYPE.x \
+ asn1_PADATA_TYPE.x \
+ asn1_PA_DATA.x \
+ asn1_PA_ENC_TS_ENC.x \
+ asn1_Principal.x \
+ asn1_PrincipalName.x \
+ asn1_Realm.x \
+ asn1_TGS_REP.x \
+ asn1_TGS_REQ.x \
+ asn1_Ticket.x \
+ asn1_TicketFlags.x \
+ asn1_TransitedEncoding.x \
asn1_UNSIGNED.x
-INCS= krb5_asn1.h asn1_err.h
-
CLEANFILES= ${GEN} ${GEN:S/.x$/.c/} krb5_asn1.h asn1_files
.ORDER: ${GEN} krb5_asn1.h
@@ -89,4 +84,4 @@ ${I:R}.c: ${I}
.include <bsd.lib.mk>
-.PATH: ${KRB5DIR}/lib/asn1
+.PATH: ${KRB5DIR}/lib/asn1