~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to callgrind/tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-26 00:17:17 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20060626001717-qi51nzty57cb12q6
Tags: upstream-3.2.0
Import upstream version 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# For AM_FLAG_M3264_PRI
 
2
include $(top_srcdir)/Makefile.flags.am
 
3
 
 
4
SUBDIRS = .
 
5
DIST_SUBDIRS = .
 
6
 
 
7
noinst_SCRIPTS = filter_stderr
 
8
 
 
9
EXTRA_DIST = $(noinst_SCRIPTS) \
 
10
             clreq.vgtest clreq.stderr.exp \
 
11
             simwork1.vgtest simwork1.stdout.exp simwork1.stderr.exp \
 
12
             simwork2.vgtest simwork2.stdout.exp simwork2.stderr.exp \
 
13
             simwork3.vgtest simwork3.stdout.exp simwork3.stderr.exp \
 
14
             threads.vgtest threads.stderr.exp
 
15
 
 
16
check_PROGRAMS = clreq simwork threads
 
17
 
 
18
AM_CPPFLAGS = -I$(top_srcdir)/include
 
19
AM_CFLAGS   = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
 
20
 
 
21
threads_LDADD = -lpthread