summaryrefslogtreecommitdiff
path: root/cpukit/libstdthreads/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libstdthreads/Makefile.am')
-rw-r--r--cpukit/libstdthreads/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/libstdthreads/Makefile.am b/cpukit/libstdthreads/Makefile.am
deleted file mode 100644
index 1cb1bf0381..0000000000
--- a/cpukit/libstdthreads/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-include $(top_srcdir)/automake/compile.am
-
-noinst_LIBRARIES = libstdthreads.a
-
-libstdthreads_a_CFLAGS = -std=c11
-
-libstdthreads_a_SOURCES =
-libstdthreads_a_SOURCES += call_once.c
-libstdthreads_a_SOURCES += cnd.c
-libstdthreads_a_SOURCES += mtx.c
-if HAS_PTHREADS
-libstdthreads_a_SOURCES += thrd.c
-endif
-libstdthreads_a_SOURCES += tss.c
-
-include $(top_srcdir)/automake/local.am