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

« back to all changes in this revision

Viewing changes to doc/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:
81
81
F77 = @F77@
82
82
FFLAGS = @FFLAGS@
83
83
FLAVOR = @FLAVOR@
 
84
GREP = @GREP@
84
85
INSTALL_DATA = @INSTALL_DATA@
85
86
INSTALL_PROGRAM = @INSTALL_PROGRAM@
86
87
INSTALL_SCRIPT = @INSTALL_SCRIPT@
111
112
VERSION = @VERSION@
112
113
VERSION_INFO = @VERSION_INFO@
113
114
WARN_CFLAGS = @WARN_CFLAGS@
114
 
ac_ct_AR = @ac_ct_AR@
115
115
ac_ct_CC = @ac_ct_CC@
116
116
ac_ct_CXX = @ac_ct_CXX@
117
117
ac_ct_F77 = @ac_ct_F77@
118
 
ac_ct_LD = @ac_ct_LD@
119
 
ac_ct_RANLIB = @ac_ct_RANLIB@
120
 
ac_ct_STRIP = @ac_ct_STRIP@
121
118
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122
119
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
123
120
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
134
131
build_os = @build_os@
135
132
build_vendor = @build_vendor@
136
133
datadir = @datadir@
 
134
datarootdir = @datarootdir@
 
135
docdir = @docdir@
 
136
dvidir = @dvidir@
137
137
exec_prefix = @exec_prefix@
138
138
host = @host@
139
139
host_alias = @host_alias@
140
140
host_cpu = @host_cpu@
141
141
host_os = @host_os@
142
142
host_vendor = @host_vendor@
 
143
htmldir = @htmldir@
143
144
includedir = @includedir@
144
145
infodir = @infodir@
145
146
install_sh = @install_sh@
146
147
libdir = @libdir@
147
148
libexecdir = @libexecdir@
 
149
localedir = @localedir@
148
150
localstatedir = @localstatedir@
149
151
mandir = @mandir@
150
152
mkdir_p = @mkdir_p@
151
153
oldincludedir = @oldincludedir@
 
154
pdfdir = @pdfdir@
152
155
prefix = @prefix@
153
156
program_transform_name = @program_transform_name@
 
157
psdir = @psdir@
154
158
sbindir = @sbindir@
155
159
sharedstatedir = @sharedstatedir@
156
160
sysconfdir = @sysconfdir@
250
254
            man/man3/JudyHSDel \
251
255
            man/man3/JudyHSFreeArray
252
256
 
 
257
CLEANFILES = man/man3/*
253
258
all: all-am
254
259
 
255
260
.SUFFIXES:
395
400
mostlyclean-generic:
396
401
 
397
402
clean-generic:
 
403
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
398
404
 
399
405
distclean-generic:
400
406
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)