mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Give file a better name.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4546
This commit is contained in:
parent
e1d86426b2
commit
63df7df1c8
@ -47,7 +47,7 @@ EXTRA_DIST = \
|
||||
README_PACKAGERS \
|
||||
README_MISSING_SYSCALL_OR_IOCTL \
|
||||
valgrind.spec.in valgrind.pc.in \
|
||||
Makefile.all.am Makefile.tool.am Makefile.core-AM_CPPFLAGS.am \
|
||||
Makefile.all.am Makefile.tool.am Makefile.core.am \
|
||||
Makefile.tool-inplace.am \
|
||||
$(VEX_PRIMARY_SOURCES)
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
bin_PROGRAMS = valgrind-listener
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
.PHONY: @VEX_DIR@/libvex.a
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
noinst_LIBRARIES = libaspacemgr.a
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
noinst_HEADERS = \
|
||||
priv_symtab.h \
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
noinst_HEADERS = \
|
||||
ansidecl.h \
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
noinst_LIBRARIES = libdispatch.a
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
noinst_LIBRARIES = \
|
||||
libreplacemalloc_core.a \
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
noinst_HEADERS = \
|
||||
priv_sema.h
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
# Remember to include all the platform-specific files in the distribution.
|
||||
EXTRA_DIST = \
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.all.am
|
||||
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
||||
include $(top_srcdir)/Makefile.core.am
|
||||
|
||||
# Remember to include all the OS/platform-specific files in the distribution.
|
||||
EXTRA_DIST = \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user