SUFFIXES as a variable to make automake happy

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1799 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-01 14:32:42 +00:00
parent ef3b3da01f
commit 4a8aa8aa5a

View File

@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = no-dependencies
lib_LIBRARIES = libasn1.a
SUFFIXES = .x
gen_SOURCES = asn1_Realm.c asn1_PrincipalName.c \
asn1_HostAddress.c asn1_HostAddresses.c asn1_KerberosTime.c \
asn1_AuthorizationData.c asn1_APOptions.c asn1_TicketFlags.c \
@@ -34,8 +36,6 @@ asn1_compile_LDADD = @LEXLIB@
CLEANFILES = lex.c parse.c parse.h asn1.h $(gen_SOURCES) $(foo) asn1_files
.SUFFIXES: .x
parse.c: parse.y
$(YACC) -d $(YFLAGS) $(srcdir)/parse.y
mv y.tab.c parse.c