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

« back to all changes in this revision

Viewing changes to src/JudyL/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:
117
117
F77 = @F77@
118
118
FFLAGS = @FFLAGS@
119
119
FLAVOR = @FLAVOR@
 
120
GREP = @GREP@
120
121
INSTALL_DATA = @INSTALL_DATA@
121
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
122
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
148
VERSION = @VERSION@
148
149
VERSION_INFO = @VERSION_INFO@
149
150
WARN_CFLAGS = @WARN_CFLAGS@
150
 
ac_ct_AR = @ac_ct_AR@
151
151
ac_ct_CC = @ac_ct_CC@
152
152
ac_ct_CXX = @ac_ct_CXX@
153
153
ac_ct_F77 = @ac_ct_F77@
154
 
ac_ct_LD = @ac_ct_LD@
155
 
ac_ct_RANLIB = @ac_ct_RANLIB@
156
 
ac_ct_STRIP = @ac_ct_STRIP@
157
154
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
158
155
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
159
156
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
170
167
build_os = @build_os@
171
168
build_vendor = @build_vendor@
172
169
datadir = @datadir@
 
170
datarootdir = @datarootdir@
 
171
docdir = @docdir@
 
172
dvidir = @dvidir@
173
173
exec_prefix = @exec_prefix@
174
174
host = @host@
175
175
host_alias = @host_alias@
176
176
host_cpu = @host_cpu@
177
177
host_os = @host_os@
178
178
host_vendor = @host_vendor@
 
179
htmldir = @htmldir@
179
180
includedir = @includedir@
180
181
infodir = @infodir@
181
182
install_sh = @install_sh@
182
183
libdir = @libdir@
183
184
libexecdir = @libexecdir@
 
185
localedir = @localedir@
184
186
localstatedir = @localstatedir@
185
187
mandir = @mandir@
186
188
mkdir_p = @mkdir_p@
187
189
oldincludedir = @oldincludedir@
 
190
pdfdir = @pdfdir@
188
191
prefix = @prefix@
189
192
program_transform_name = @program_transform_name@
 
193
psdir = @psdir@
190
194
sbindir = @sbindir@
191
195
sharedstatedir = @sharedstatedir@
192
196
sysconfdir = @sysconfdir@
203
207
libcount_la_CFLAGS = $(AM_CFLAGS) -DNOSMARTJBB -DNOSMARTJBU -DNOSMARTJLB
204
208
libinline_la_SOURCES = j__udyLGet.c
205
209
libinline_la_CFLAGS = $(AM_CFLAGS) -DJUDYGETINLINE
 
210
DISTCLEANFILES = .deps Makefile 
 
211
CLEANFILES = JudyLByCount.c  \
 
212
             JudyLCascade.c \
 
213
             JudyLCount.c \
 
214
             JudyLCreateBranch.c \
 
215
             JudyLDecascade.c \
 
216
             JudyLDel.c \
 
217
             JudyLFirst.c \
 
218
             JudyLFreeArray.c \
 
219
             JudyLGet.c \
 
220
             j__udyLGet.c \
 
221
             JudyLInsArray.c \
 
222
             JudyLIns.c \
 
223
             JudyLInsertBranch.c \
 
224
             JudyLMallocIF.c \
 
225
             JudyLMemActive.c \
 
226
             JudyLMemUsed.c \
 
227
             JudyLNext.c \
 
228
             JudyLPrev.c \
 
229
             JudyLNextEmpty.c \
 
230
             JudyLPrevEmpty.c \
 
231
             JudyLTablesGen.c \
 
232
             JudyLTables.c \
 
233
             JudyLTablesGen \
 
234
             .libs \
 
235
             *.o \
 
236
             *.lo \
 
237
             *.la 
 
238
 
206
239
all: all-am
207
240
 
208
241
.SUFFIXES:
453
486
mostlyclean-generic:
454
487
 
455
488
clean-generic:
 
489
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
456
490
 
457
491
distclean-generic:
458
492
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
493
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
459
494
 
460
495
maintainer-clean-generic:
461
496
        @echo "This command is intended for maintainers to use"