[patch 13/15] cleanup makefile generation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Provides a consistent list of autogenerated make files.

Signed-off-by: Robert Schwebel <r.schwebel@xxxxxxxxxxxxxx>

---
 configure.ac |   45 +++++++++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 20 deletions(-)

Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -69,24 +69,29 @@ if test "${CONFIG_DEBUG}" = "yes"; then
 else
     CFLAGS="${CFLAGS} -O2"
 fi
-AC_CONFIG_FILES([GNUmakefile
-		 config/GNUmakefile
-                 func/GNUmakefile
-                 func/async_handler/GNUmakefile
-                 func/matrix_mult/GNUmakefile
-                 func/measurement/GNUmakefile
-                 func/gtod_latency/GNUmakefile
-                 func/pi-tests/GNUmakefile
-                 func/prio-preempt/GNUmakefile
-                 func/prio-wake/GNUmakefile
-                 func/pthread_kill_latency/GNUmakefile
-                 func/sched_football/GNUmakefile
-                 func/sched_jitter/GNUmakefile
-                 func/sched_latency/GNUmakefile
-                 func/thread_clock/GNUmakefile
-                 include/GNUmakefile
-                 perf/GNUmakefile
-                 perf/latency/GNUmakefile
-		 stress/GNUmakefile
-                 stress/pi-tests/GNUmakefile])
+
+AC_CONFIG_FILES([
+		include/GNUmakefile
+		config/GNUmakefile
+		stress/pi-tests/GNUmakefile
+		stress/GNUmakefile
+		GNUmakefile
+		perf/latency/GNUmakefile
+		perf/GNUmakefile
+		func/sched_latency/GNUmakefile
+		func/async_handler/GNUmakefile
+		func/sched_jitter/GNUmakefile
+		func/sched_football/GNUmakefile
+		func/matrix_mult/GNUmakefile
+		func/pi-tests/GNUmakefile
+		func/prio-wake/GNUmakefile
+		func/measurement/GNUmakefile
+		func/gtod_latency/GNUmakefile
+		func/pthread_kill_latency/GNUmakefile
+		func/periodic_cpu_load/GNUmakefile
+		func/GNUmakefile
+		func/prio-preempt/GNUmakefile
+		func/thread_clock/GNUmakefile
+])
+
 AC_OUTPUT

--
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux