mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 05:37:06 +00:00
I tried using 'svn merge' to do the merge but it did a terrible job and there were bazillions of conflicts. So instead I just took the diff between the branch and trunk at r10155, applied the diff to the trunk, 'svn add'ed the added files (no files needed to be 'svn remove'd) and committed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10156
20 lines
571 B
Makefile
20 lines
571 B
Makefile
EXTRA_DIST = \
|
|
3_0_BUGSTATUS.txt 3_1_BUGSTATUS.txt \
|
|
3_2_BUGSTATUS.txt 3_3_BUGSTATUS.txt \
|
|
3_4_BUGSTATUS.txt \
|
|
BIG_APP_NOTES.txt \
|
|
Darwin-notes.txt \
|
|
directory-structure.txt \
|
|
howto_BUILD_KDE42.txt \
|
|
howto_oprofile.txt \
|
|
m_replacemalloc.txt \
|
|
m_syswrap.txt module-structure.txt notes.txt porting-HOWTO.txt \
|
|
mpi2entries.txt \
|
|
porting-to-ARM.txt \
|
|
register-uses.txt \
|
|
release-HOWTO.txt roadmap.txt \
|
|
segments-seginfos.txt threads-syscalls-signals.txt \
|
|
tm-mutexstates.dot tm-threadstates.dot tracking-fn-entry-exit.txt \
|
|
why-no-libc.txt \
|
|
xml-output.txt
|