mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 04:38:00 +00:00
overhaul of the thread support. Many things are now probably broken, but at least with --tool=none, simple and not-so-simple threaded and non-thread programs work. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3265
15 lines
278 B
Makefile
15 lines
278 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
AM_CFLAGS = $(WERROR) -Wmissing-prototypes -Winline -Wall -Wshadow -O -g
|
|
|
|
noinst_HEADERS = \
|
|
core_os.h
|
|
|
|
noinst_LIBRARIES = libos.a
|
|
|
|
libos_a_SOURCES = \
|
|
core_os.c \
|
|
sema.c \
|
|
syscalls.c
|