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

« back to all changes in this revision

Viewing changes to none/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:
10
10
if VG_PPC32_LINUX
11
11
noinst_PROGRAMS += none-ppc32-linux
12
12
endif
 
13
if VG_PPC64_LINUX
 
14
noinst_PROGRAMS += none-ppc64-linux
 
15
endif
13
16
 
14
17
NONE_SOURCES_COMMON = nl_main.c
15
18
 
33
36
none_ppc32_linux_DEPENDENCIES = $(COREGRIND_LIBS_PPC32_LINUX)
34
37
none_ppc32_linux_LDADD        = $(TOOL_LDADD_PPC32_LINUX)
35
38
none_ppc32_linux_LDFLAGS      = $(TOOL_LDFLAGS_PPC32_LINUX)
 
39
 
 
40
none_ppc64_linux_SOURCES      = $(NONE_SOURCES_COMMON)
 
41
none_ppc64_linux_CPPFLAGS     = $(AM_CPPFLAGS_PPC64_LINUX)
 
42
none_ppc64_linux_CFLAGS       = $(AM_CFLAGS_PPC64_LINUX)
 
43
none_ppc64_linux_DEPENDENCIES = $(COREGRIND_LIBS_PPC64_LINUX)
 
44
none_ppc64_linux_LDADD        = $(TOOL_LDADD_PPC64_LINUX)
 
45
none_ppc64_linux_LDFLAGS      = $(TOOL_LDFLAGS_PPC64_LINUX)