~benoitg/ubuntu/natty/libofx/libofx.new-upstream-fix-661809-629996

« back to all changes in this revision

Viewing changes to ofx2qif/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-01-04 12:03:47 UTC
  • Revision ID: james.westby@ubuntu.com-20060104120347-ahtyvx0v12cnkqxn
Tags: 1:0.8.0-10
debian/rules (PACKNAME, MAKEVARS): New variables, to reduce
redundancy.  $(PACKNAME) replaces libofx2c2a.  $(MAKEVARS) is prefixed
on all invocations of make.  Specify LIBOFX_DTD_DIR on make
invocations.
(install): No longer move files into correct location, since
the new make variables just install them properly the first time.  
(Closes: #343722)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
NORMAL_UNINSTALL = :
37
37
PRE_UNINSTALL = :
38
38
POST_UNINSTALL = :
39
 
build_triplet = x86_64-unknown-linux-gnu
40
 
host_triplet = x86_64-unknown-linux-gnu
 
39
build_triplet = powerpc-unknown-linux-gnu
 
40
host_triplet = powerpc-unknown-linux-gnu
41
41
bin_PROGRAMS = ofx2qif$(EXEEXT)
42
42
subdir = ofx2qif
43
43
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
70
70
ETAGS = etags
71
71
CTAGS = ctags
72
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
 
ACLOCAL = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run aclocal-1.9
 
73
ACLOCAL = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run aclocal-1.9
74
74
AMDEP_FALSE = #
75
75
AMDEP_TRUE = 
76
 
AMTAR = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run tar
 
76
AMTAR = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run tar
77
77
AR = ar
78
 
AUTOCONF = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run autoconf
79
 
AUTOHEADER = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run autoheader
80
 
AUTOMAKE = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run automake-1.9
 
78
AUTOCONF = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoconf
 
79
AUTOHEADER = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoheader
 
80
AUTOMAKE = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run automake-1.9
81
81
AWK = gawk
82
82
CC = gcc
83
83
CCDEPMODE = depmode=gcc3
93
93
DEPDIR = .deps
94
94
DOC_FALSE = #
95
95
DOC_TRUE = 
96
 
DOT = /usr/bin/dot
 
96
DOT = 
97
97
DOXYGEN = /usr/bin/doxygen
98
98
ECHO = echo
99
99
ECHO_C = 
126
126
MAINT = #
127
127
MAINTAINER_MODE_FALSE = 
128
128
MAINTAINER_MODE_TRUE = #
129
 
MAKEINFO = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run makeinfo
 
129
MAKEINFO = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run makeinfo
130
130
NO_GETOPTLONG_FALSE = 
131
131
NO_GETOPTLONG_TRUE = #
132
132
OBJEXT = o
162
162
am__tar = ${AMTAR} chof - "$$tardir"
163
163
am__untar = ${AMTAR} xf -
164
164
bindir = ${exec_prefix}/bin
165
 
build = x86_64-unknown-linux-gnu
 
165
build = powerpc-unknown-linux-gnu
166
166
build_alias = 
167
 
build_cpu = x86_64
 
167
build_cpu = powerpc
168
168
build_os = linux-gnu
169
169
build_vendor = unknown
170
170
datadir = ${prefix}/share
171
 
enable_dot = yes
 
171
enable_dot = no
172
172
enable_html_docs = yes
173
173
enable_latex_docs = no
174
174
exec_prefix = ${prefix}
175
175
have_gengetopt = yes
176
 
host = x86_64-unknown-linux-gnu
 
176
host = powerpc-unknown-linux-gnu
177
177
host_alias = 
178
 
host_cpu = x86_64
 
178
host_cpu = powerpc
179
179
host_os = linux-gnu
180
180
host_vendor = unknown
181
181
includedir = ${prefix}/include
182
182
infodir = ${prefix}/info
183
 
install_sh = /root/libofx/libofx-0.8.0/config/install-sh
 
183
install_sh = /home/debian/libofx-0.8.0/config/install-sh
184
184
libdir = ${exec_prefix}/lib
185
185
libexecdir = ${exec_prefix}/libexec
186
186
localstatedir = ${prefix}/var