~ubuntu-branches/ubuntu/lucid/nfs-utils/lucid

« back to all changes in this revision

Viewing changes to tools/rpcdebug/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-03 10:36:59 UTC
  • mto: (12.1.1 feisty)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060703103659-71qzs6f21zzmjmhx
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
CC=$(CC_FOR_BUILD)
 
4
LIBTOOL = @LIBTOOL@ --tag=CC
 
5
 
 
6
EXTRA_DIST= neat_idea.c
 
7
 
 
8
noinst_PROGRAMS = rpcdebug
 
9
rpcdebug_SOURCES = rpcdebug.c
 
10
rpcdebug_CFLAGS=$(CFLAGS_FOR_BUILD)
 
11
rpcdebug_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) -I$(top_srcdir)/support/include
 
12
rpcdebug_LDFLAGS=$(LDFLAGS_FOR_BUILD)
 
13
 
 
14
MAINTAINERCLEANFILES = Makefile.in