mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 05:10:23 +00:00
Managed to kill linux/core_os.h, hooray. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3872
8 lines
149 B
Makefile
8 lines
149 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
noinst_LIBRARIES = libos.a
|
|
|
|
libos_a_SOURCES = \
|
|
core_os.c
|