symm/Makefile.am: Have modes things depend on `Makefile.am'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 15 Mar 2015 02:11:40 +0000 (02:11 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 15 Mar 2015 02:17:17 +0000 (02:17 +0000)
This is, after all, where the master list comes from.  This includes the
modes files, and the various generated lists.

symm/Makefile.am

index c4043d2..d7d12c0 100644 (file)
@@ -52,7 +52,7 @@ EXTRA_DIST            += modes.am.in modes.am
 MAINTAINERCLEANFILES   += $(srcdir)/modes.am
 
 ## Generate the lists.
-$(srcdir)/modes.am: modes.am.in
+$(srcdir)/modes.am: modes.am.in Makefile.am
        $(AM_V_GEN)$(multigen) -g $(srcdir)/modes.am.in $(srcdir)/modes.am \
                blkc="$(BLKCS)" \
                        blkcmode="$(BLKCMODES)" \
@@ -359,7 +359,7 @@ ALL_CIPHERS         += seal
 EXTRA_DIST             += mode.h.in mode.c.in
 EXTRA_DIST             += modes/gen-stamp
 MAINTAINERCLEANFILES   += modes/gen-stamp
-modes/gen-stamp:
+modes/gen-stamp: Makefile.am
        $(AM_V_at)$(MKDIR_P) $(srcdir)/modes
        $(AM_V_GEN)$(multigen) -g $(srcdir)/mode.c.in \
                $(srcdir)/modes/@base-@mode.c \
@@ -402,7 +402,7 @@ EXTRA_DIST          += gthingtab.c.in
 pkginclude_HEADERS     += gcipher.h
 CLEANFILES             += gciphertab.c
 nodist_libsymm_la_SOURCES += gciphertab.c
-gciphertab.c: gthingtab.c.in
+gciphertab.c: gthingtab.c.in Makefile.am
        $(AM_V_GEN)$(multigen) -g $(srcdir)/gthingtab.c.in gciphertab.c \
                what=gcipher cls=gccipher thing="$(ALL_CIPHERS)"
 
@@ -410,7 +410,7 @@ gciphertab.c: gthingtab.c.in
 pkginclude_HEADERS     += ghash.h ghash-def.h
 CLEANFILES             += ghashtab.c
 nodist_libsymm_la_SOURCES += ghashtab.c
-ghashtab.c: gthingtab.c.in
+ghashtab.c: gthingtab.c.in Makefile.am
        $(AM_V_GEN)$(multigen) -g $(srcdir)/gthingtab.c.in ghashtab.c \
                what=ghash cls=gchash thing="$(ALL_HASHES)"
 
@@ -418,7 +418,7 @@ ghashtab.c: gthingtab.c.in
 pkginclude_HEADERS     += gmac.h
 CLEANFILES             += gmactab.c
 nodist_libsymm_la_SOURCES += gmactab.c
-gmactab.c: gthingtab.c.in
+gmactab.c: gthingtab.c.in Makefile.am
        $(AM_V_GEN)$(multigen) -g $(srcdir)/gthingtab.c.in gmactab.c \
                what=gmac cls=gcmac thing="$(ALL_MACS)"