]> git.sur5r.net Git - kconfig-frontends/blobdiff - configure.ac
buildsystem: fix GEN messages in verbose mode
[kconfig-frontends] / configure.ac
index 13cfbdb88eb3c8e636962a3794d285721a59b77f..bfaf058ac2c7e43386704b1277026bea9d991015 100644 (file)
@@ -31,12 +31,6 @@ AS_IF(
     [AM_SILENT_RULES],
     [AM_SILENT_RULES([yes])])
 
-AS_IF(
-    [test $AM_DEFAULT_VERBOSITY -eq 0],
-    [SILENT_MAKEFLAGS="--no-print-directory -s"],
-    [SILENT_MAKEFLAGS=""])
-AC_SUBST([SILENT_MAKEFLAGS])
-
 #----------------------------------------
 # Prepare libtool
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl Automake, we have a problem...
@@ -498,20 +492,14 @@ AS_IF(
 
 #----------------------------------------
 # Finalise
+# All generated files are generated by a Makefile rule, except Makefile
+# itself of course.
+# There is no generic solution in automake to generate a file from its
+# .in source, so we'd have to provide custom, hand-made rules, which is
+# not nice. So, we handle libs/parser/kconfig-parser.pc here.
 AC_CONFIG_FILES([
     Makefile
-    docs/Makefile
-    libs/Makefile
-    libs/images/Makefile
-    libs/lxdialog/Makefile
-    libs/parser/Makefile
-    frontends/Makefile
-    frontends/conf/Makefile
-    frontends/mconf/Makefile
-    frontends/nconf/Makefile
-    frontends/gconf/Makefile
-    frontends/qconf/Makefile
-    scripts/Makefile
+    libs/parser/kconfig-parser.pc
 ])
 AC_OUTPUT