This directory should have a GNUmakefile.am.

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

---
 stress/pi-tests/GNUmakefile.am |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Index: stress/pi-tests/GNUmakefile.am
===================================================================
--- /dev/null
+++ stress/pi-tests/GNUmakefile.am
@@ -0,0 +1,22 @@
+bin_PROGRAMS = \
+       testpi-3 \
+       lookup_pi_state
+
+AM_CPPFLAGS = \
+       -I$(top_srcdir)/include \
+       -I$(top_builddir)/include \
+       -I$(DESTDIR)/usr/include/nptl \
+       -D_GNU_SOURCE
+
+AM_CFLAGS = \
+       -O2
+
+LDADD = \
+       $(top_builddir)/include/libjvmsim.a \
+       $(top_builddir)/include/librt.a \
+       $(top_builddir)/include/libstats.a \
+       -lpthread -lrt -lm
+
+MAINTAINERCLEANFILES = \
+       GNUmakefile.in
+

--
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to