mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 21:28:19 +00:00
- added x86-linux/core_platform.h - factored out getting/setting of system call arguments, put it in platform-specific part. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2685
9 lines
216 B
Makefile
9 lines
216 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -fomit-frame-pointer -g
|
|
|
|
noinst_HEADERS = \
|
|
core_platform.h \
|
|
vki_unistd.h
|