Purpose is so that 'make distclean' or 'make clean' in a tarball'd
build do not delete it, and so do not render the tree unbuildable.
git-svn-id: svn://svn.valgrind.org/vex/trunk@1301
rm -f libvex.a
ar clq libvex.a $(LIB_OBJS)
+# This doesn't get rid of priv/main/vex_svnversion.h, because
+# that can't be regenerated in the final Valgrind tarball, and
+# so if 'make clean' did get rid of it, then in the tarball,
+# doing 'make ; make clean ; make' (or distclean) would fail.
clean:
rm -f $(LIB_OBJS) libvex.a vex test_main.o \
pub/libvex_guest_offsets.h
-distclean: clean
- rm -f priv/main/vex_svnversion.h
-
version:
rm -f priv/main/vex_svnversion.h
echo -n "\"" > priv/main/vex_svnversion.h