mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
21 lines
412 B
Makefile
21 lines
412 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
EXTRA_DIST = \
|
|
README_SYSWRAP.txt
|
|
|
|
noinst_HEADERS = \
|
|
priv_types_n_macros.h \
|
|
priv_syswrap-generic.h \
|
|
priv_syswrap-linux.h \
|
|
priv_syswrap-main.h
|
|
|
|
noinst_LIBRARIES = libsyswrap.a
|
|
|
|
libsyswrap_a_SOURCES = \
|
|
syscall-@VG_PLATFORM@.S \
|
|
syswrap-generic.c \
|
|
syswrap-@VG_OS@.c \
|
|
syswrap-@VG_PLATFORM@.c \
|
|
syswrap-main.c
|