~ubuntu-branches/ubuntu/precise/judy/precise

« back to all changes in this revision

Viewing changes to tool/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2007-05-21 15:07:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521150750-khuc7e3iblyvi0a9
Tags: 1.0.5-1
* Fixed alignment issue, (Closes: #401124)
* Update packaging, policy, debhelper, etc.
* Removed old BIT cruft from rules
* Upstream has propper distclean target (Closes: #424425)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
F77 = @F77@
97
97
FFLAGS = @FFLAGS@
98
98
FLAVOR = @FLAVOR@
 
99
GREP = @GREP@
99
100
INSTALL_DATA = @INSTALL_DATA@
100
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
101
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
127
VERSION = @VERSION@
127
128
VERSION_INFO = @VERSION_INFO@
128
129
WARN_CFLAGS = @WARN_CFLAGS@
129
 
ac_ct_AR = @ac_ct_AR@
130
130
ac_ct_CC = @ac_ct_CC@
131
131
ac_ct_CXX = @ac_ct_CXX@
132
132
ac_ct_F77 = @ac_ct_F77@
133
 
ac_ct_LD = @ac_ct_LD@
134
 
ac_ct_RANLIB = @ac_ct_RANLIB@
135
 
ac_ct_STRIP = @ac_ct_STRIP@
136
133
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
137
134
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
138
135
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
149
146
build_os = @build_os@
150
147
build_vendor = @build_vendor@
151
148
datadir = @datadir@
 
149
datarootdir = @datarootdir@
 
150
docdir = @docdir@
 
151
dvidir = @dvidir@
152
152
exec_prefix = @exec_prefix@
153
153
host = @host@
154
154
host_alias = @host_alias@
155
155
host_cpu = @host_cpu@
156
156
host_os = @host_os@
157
157
host_vendor = @host_vendor@
 
158
htmldir = @htmldir@
158
159
includedir = @includedir@
159
160
infodir = @infodir@
160
161
install_sh = @install_sh@
161
162
libdir = @libdir@
162
163
libexecdir = @libexecdir@
 
164
localedir = @localedir@
163
165
localstatedir = @localstatedir@
164
166
mandir = @mandir@
165
167
mkdir_p = @mkdir_p@
166
168
oldincludedir = @oldincludedir@
 
169
pdfdir = @pdfdir@
167
170
prefix = @prefix@
168
171
program_transform_name = @program_transform_name@
 
172
psdir = @psdir@
169
173
sbindir = @sbindir@
170
174
sharedstatedir = @sharedstatedir@
171
175
sysconfdir = @sysconfdir@
173
177
INCLUDES = -I. 
174
178
AM_CFLAGS = @CFLAGS@ @WARN_CFLAGS@
175
179
jhton_SOURCES = jhton.c
 
180
DISTCLEANFILES = .deps Makefile
176
181
all: all-am
177
182
 
178
183
.SUFFIXES:
355
360
 
356
361
distclean-generic:
357
362
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
363
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
358
364
 
359
365
maintainer-clean-generic:
360
366
        @echo "This command is intended for maintainers to use"