~ubuntu-branches/debian/sid/valgrind/sid

« back to all changes in this revision

Viewing changes to massif/perf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613023140-rezbg9gtvybimy2q
Tags: 1:3.3.1-2
* debian/rules:
  - Forgot to copy debian-libc6-dbg.supp to /usr/lib/valgrind. 
    (Closes: #486021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# For AM_FLAG_M3264_PRI
 
3
include $(top_srcdir)/Makefile.flags.am
 
4
 
 
5
EXTRA_DIST = \
 
6
        many-xpts.vgperf
 
7
 
 
8
check_PROGRAMS = \
 
9
        many-xpts
 
10
 
 
11
AM_CFLAGS   = $(WERROR) -Winline -Wall -Wshadow -g -O $(AM_FLAG_M3264_PRI)
 
12
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_builddir)/include
 
13
AM_CXXFLAGS = $(AM_CFLAGS)