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

« back to all changes in this revision

Viewing changes to lib/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:
37
37
NORMAL_UNINSTALL = :
38
38
PRE_UNINSTALL = :
39
39
POST_UNINSTALL = :
40
 
build_triplet = x86_64-unknown-linux-gnu
41
 
host_triplet = x86_64-unknown-linux-gnu
 
40
build_triplet = powerpc-unknown-linux-gnu
 
41
host_triplet = powerpc-unknown-linux-gnu
42
42
subdir = lib
43
43
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
44
44
        $(srcdir)/Makefile.in $(srcdir)/gnugetopt.h
85
85
ETAGS = etags
86
86
CTAGS = ctags
87
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
 
ACLOCAL = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run aclocal-1.9
 
88
ACLOCAL = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run aclocal-1.9
89
89
AMDEP_FALSE = #
90
90
AMDEP_TRUE = 
91
 
AMTAR = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run tar
 
91
AMTAR = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run tar
92
92
AR = ar
93
 
AUTOCONF = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run autoconf
94
 
AUTOHEADER = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run autoheader
95
 
AUTOMAKE = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run automake-1.9
 
93
AUTOCONF = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoconf
 
94
AUTOHEADER = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoheader
 
95
AUTOMAKE = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run automake-1.9
96
96
AWK = gawk
97
97
CC = gcc
98
98
CCDEPMODE = depmode=gcc3
108
108
DEPDIR = .deps
109
109
DOC_FALSE = #
110
110
DOC_TRUE = 
111
 
DOT = /usr/bin/dot
 
111
DOT = 
112
112
DOXYGEN = /usr/bin/doxygen
113
113
ECHO = echo
114
114
ECHO_C = 
141
141
MAINT = #
142
142
MAINTAINER_MODE_FALSE = 
143
143
MAINTAINER_MODE_TRUE = #
144
 
MAKEINFO = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run makeinfo
 
144
MAKEINFO = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run makeinfo
145
145
NO_GETOPTLONG_FALSE = 
146
146
NO_GETOPTLONG_TRUE = #
147
147
OBJEXT = o
177
177
am__tar = ${AMTAR} chof - "$$tardir"
178
178
am__untar = ${AMTAR} xf -
179
179
bindir = ${exec_prefix}/bin
180
 
build = x86_64-unknown-linux-gnu
 
180
build = powerpc-unknown-linux-gnu
181
181
build_alias = 
182
 
build_cpu = x86_64
 
182
build_cpu = powerpc
183
183
build_os = linux-gnu
184
184
build_vendor = unknown
185
185
datadir = ${prefix}/share
186
 
enable_dot = yes
 
186
enable_dot = no
187
187
enable_html_docs = yes
188
188
enable_latex_docs = no
189
189
exec_prefix = ${prefix}
190
190
have_gengetopt = yes
191
 
host = x86_64-unknown-linux-gnu
 
191
host = powerpc-unknown-linux-gnu
192
192
host_alias = 
193
 
host_cpu = x86_64
 
193
host_cpu = powerpc
194
194
host_os = linux-gnu
195
195
host_vendor = unknown
196
196
includedir = ${prefix}/include
197
197
infodir = ${prefix}/info
198
 
install_sh = /root/libofx/libofx-0.8.0/config/install-sh
 
198
install_sh = /home/debian/libofx-0.8.0/config/install-sh
199
199
libdir = ${exec_prefix}/lib
200
200
libexecdir = ${exec_prefix}/libexec
201
201
localstatedir = ${prefix}/var