Making changes to the only files that need change
authorSanjeev <as2902.b@samsung.com>
Wed, 13 Oct 2010 12:11:02 +0000 (21:11 +0900)
committerSanjeev <as2902.b@samsung.com>
Wed, 13 Oct 2010 12:11:02 +0000 (21:11 +0900)
Makefile.am
configure.in

index 4043b8b..b7ebafb 100644 (file)
@@ -4,13 +4,15 @@ AUTOMAKE_OPTIONS = foreign 1.7 dist-bzip2
 include $(top_srcdir)/Makefile.all.am 
 
 TOOLS =                memcheck \
-               cachegrind \
-               callgrind \
-               massif \
-               lackey \
-               none \
-               helgrind \
-               drd
+               massif 
+#TOOLS =               memcheck \
+#              cachegrind \
+#              callgrind \
+#              massif \
+#              lackey \
+#              none \
+#              helgrind \
+#              drd
 
 EXP_TOOLS =    exp-ptrcheck \
                exp-bbv \
@@ -33,12 +35,14 @@ SUBDIRS = \
        coregrind \
        . \
        $(TOOLS) \
-       $(EXP_TOOLS) \
        tests \
        perf \
        auxprogs \
        mpi \
        docs
+
+#      $(EXP_TOOLS) 
+
 DIST_SUBDIRS  = $(SUBDIRS)
 
 SUPP_FILES = \
index 88a9e10..e839c0c 100644 (file)
@@ -158,7 +158,7 @@ case "${host_cpu}" in
         esac
         ;;
 
-     armv7*)
+     arm*)
        AC_MSG_RESULT([ok (${host_cpu})])
        ARCH_MAX="arm"
        ;;
@@ -1919,47 +1919,10 @@ AC_CONFIG_FILES([
    memcheck/tests/ppc32/Makefile
    memcheck/tests/ppc64/Makefile
    memcheck/perf/Makefile
-   cachegrind/Makefile
-   cachegrind/tests/Makefile
-   cachegrind/tests/x86/Makefile
-   cachegrind/cg_annotate
-   cachegrind/cg_diff
-   callgrind/Makefile
-   callgrind/callgrind_annotate
-   callgrind/callgrind_control
-   callgrind/tests/Makefile
-   helgrind/Makefile
-   helgrind/tests/Makefile
    massif/Makefile
    massif/tests/Makefile
    massif/perf/Makefile
    massif/ms_print
-   lackey/Makefile
-   lackey/tests/Makefile
-   none/Makefile
-   none/tests/Makefile
-   none/tests/amd64/Makefile
-   none/tests/ppc32/Makefile
-   none/tests/ppc64/Makefile
-   none/tests/x86/Makefile
-   none/tests/arm/Makefile
-   none/tests/linux/Makefile
-   none/tests/darwin/Makefile
-   none/tests/x86-linux/Makefile
-   exp-ptrcheck/Makefile
-   exp-ptrcheck/tests/Makefile
-   drd/Makefile
-   drd/scripts/download-and-build-splash2
-   drd/tests/Makefile
-   exp-bbv/Makefile
-   exp-bbv/tests/Makefile
-   exp-bbv/tests/x86/Makefile
-   exp-bbv/tests/x86-linux/Makefile
-   exp-bbv/tests/amd64-linux/Makefile
-   exp-bbv/tests/ppc32-linux/Makefile
-   exp-bbv/tests/arm-linux/Makefile
-   exp-dhat/Makefile
-   exp-dhat/tests/Makefile
 ])
 AC_CONFIG_FILES([coregrind/link_tool_exe_linux],
                 [chmod +x coregrind/link_tool_exe_linux])