source: rtems/cpukit/libstdthreads/Makefile.am @ dc703190

5
Last change on this file since dc703190 was dc703190, checked in by Sebastian Huber <sebastian.huber@…>, on 01/13/17 at 08:39:32

configure: Remove HAVE_THREADS_H support

  • Property mode set to 100644
File size: 436 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3include_HEADERS =
4
5noinst_LIBRARIES = libstdthreads.a
6
7libstdthreads_a_CFLAGS = -std=c11
8libstdthreads_a_CPPFLAGS = $(AM_CPPFLAGS)
9
10libstdthreads_a_SOURCES =
11libstdthreads_a_SOURCES += call_once.c
12libstdthreads_a_SOURCES += cnd.c
13libstdthreads_a_SOURCES += mtx.c
14if HAS_PTHREADS
15libstdthreads_a_SOURCES += thrd.c
16endif
17libstdthreads_a_SOURCES += tss.c
18
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.