Home | History | Annotate | Download | only in main

Lines Matching full:default

61 # default.supp, as it is built from the base .supp files at compile-time.
64 pkglib_DATA = default.supp
69 BUILT_SOURCES = default.supp valgrind.pc
70 CLEANFILES = default.supp
72 default.supp: $(DEFAULT_SUPP_FILES)
73 echo "# This is a generated file, composed of the following suppression rules:" > default.supp
74 echo "# " $(DEFAULT_SUPP_FILES) >> default.supp
75 cat $(DEFAULT_SUPP_FILES) >> default.supp
113 all-local: default.supp
115 rm -f $(inplacedir)/default.supp
116 ln -s ../default.supp $(inplacedir)