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

« back to all changes in this revision

Viewing changes to inc/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:
34
34
NORMAL_UNINSTALL = :
35
35
PRE_UNINSTALL = :
36
36
POST_UNINSTALL = :
37
 
build_triplet = x86_64-unknown-linux-gnu
38
 
host_triplet = x86_64-unknown-linux-gnu
 
37
build_triplet = powerpc-unknown-linux-gnu
 
38
host_triplet = powerpc-unknown-linux-gnu
39
39
subdir = inc
40
40
DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
41
41
        $(srcdir)/Makefile.in
60
60
ETAGS = etags
61
61
CTAGS = ctags
62
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63
 
ACLOCAL = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run aclocal-1.9
 
63
ACLOCAL = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run aclocal-1.9
64
64
AMDEP_FALSE = #
65
65
AMDEP_TRUE = 
66
 
AMTAR = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run tar
 
66
AMTAR = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run tar
67
67
AR = ar
68
 
AUTOCONF = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run autoconf
69
 
AUTOHEADER = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run autoheader
70
 
AUTOMAKE = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run automake-1.9
 
68
AUTOCONF = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoconf
 
69
AUTOHEADER = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoheader
 
70
AUTOMAKE = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run automake-1.9
71
71
AWK = gawk
72
72
CC = gcc
73
73
CCDEPMODE = depmode=gcc3
83
83
DEPDIR = .deps
84
84
DOC_FALSE = #
85
85
DOC_TRUE = 
86
 
DOT = /usr/bin/dot
 
86
DOT = 
87
87
DOXYGEN = /usr/bin/doxygen
88
88
ECHO = echo
89
89
ECHO_C = 
116
116
MAINT = #
117
117
MAINTAINER_MODE_FALSE = 
118
118
MAINTAINER_MODE_TRUE = #
119
 
MAKEINFO = ${SHELL} /root/libofx/libofx-0.8.0/config/missing --run makeinfo
 
119
MAKEINFO = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run makeinfo
120
120
NO_GETOPTLONG_FALSE = 
121
121
NO_GETOPTLONG_TRUE = #
122
122
OBJEXT = o
152
152
am__tar = ${AMTAR} chof - "$$tardir"
153
153
am__untar = ${AMTAR} xf -
154
154
bindir = ${exec_prefix}/bin
155
 
build = x86_64-unknown-linux-gnu
 
155
build = powerpc-unknown-linux-gnu
156
156
build_alias = 
157
 
build_cpu = x86_64
 
157
build_cpu = powerpc
158
158
build_os = linux-gnu
159
159
build_vendor = unknown
160
160
datadir = ${prefix}/share
161
 
enable_dot = yes
 
161
enable_dot = no
162
162
enable_html_docs = yes
163
163
enable_latex_docs = no
164
164
exec_prefix = ${prefix}
165
165
have_gengetopt = yes
166
 
host = x86_64-unknown-linux-gnu
 
166
host = powerpc-unknown-linux-gnu
167
167
host_alias = 
168
 
host_cpu = x86_64
 
168
host_cpu = powerpc
169
169
host_os = linux-gnu
170
170
host_vendor = unknown
171
171
includedir = ${prefix}/include
172
172
infodir = ${prefix}/info
173
 
install_sh = /root/libofx/libofx-0.8.0/config/install-sh
 
173
install_sh = /home/debian/libofx-0.8.0/config/install-sh
174
174
libdir = ${exec_prefix}/lib
175
175
libexecdir = ${exec_prefix}/libexec
176
176
localstatedir = ${prefix}/var