mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
- create coregrind/x86-linux/ directory. - move vg_unistd.h into x86-linux/, because it's platform-dependent. Also rename it as vki_unistd.h to make clear it's a kernel interface thing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2681
8 lines
197 B
Makefile
8 lines
197 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 = \
|
|
vki_unistd.h
|