mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 05:37:06 +00:00
- move LDT stuff out of core, into x86-linux specific stuff. Some of it (VG_(do_useseg)()?) may be really x86-specific, rather than x86/linux-specific, but that can be fixed later if it's really shared with another OS. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2748
15 lines
285 B
Makefile
15 lines
285 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
|
|
|
|
noinst_LIBRARIES = libplatform.a
|
|
|
|
|
|
libplatform_a_SOURCES = \
|
|
ldt.c
|