source: rtems/cpukit/libstdthreads/Makefile.am @ 68e1ccc4

5
Last change on this file since 68e1ccc4 was 68e1ccc4, checked in by Sebastian Huber <sebastian.huber@…>, on 09/11/18 at 04:30:20

build: Remove specialized CPPFLAGS

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