~gaul/percona-data-recovery-tool-for-innodb/prerequisites

« back to all changes in this revision

Viewing changes to mysql-source/innobase/ut/Makefile.in

  • Committer: Aleksandr Kuzminsky
  • Date: 2010-01-14 13:05:06 UTC
  • mfrom: (1.1.1 page-signature-check)
  • Revision ID: aleksandr.kuzminsky@percona.com-20100114130506-72t6jxtll15gk3pp
Added InnoDB page signature check.
At the beginning of InnoDB page (type FIL_PAGE_INODE) there are infimum and supremum records.
They are located in fixed position depending on InnoDB page format(REDUNDANT (4.x and 5.x versions) or COMPACT(5.x only)).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 2001, 2003 MySQL AB & Innobase Oy
 
18
 
19
# This program is free software; you can redistribute it and/or modify
 
20
# it under the terms of the GNU General Public License as published by
 
21
# the Free Software Foundation; version 2 of the License.
 
22
 
23
# This program is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
 
28
# You should have received a copy of the GNU General Public License
 
29
# along with this program; if not, write to the Free Software
 
30
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
31
 
 
32
# Makefile included in Makefile.am in every subdirectory
 
33
 
 
34
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ..
 
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
INSTALL = @INSTALL@
 
43
install_sh_DATA = $(install_sh) -c -m 644
 
44
install_sh_PROGRAM = $(install_sh) -c
 
45
install_sh_SCRIPT = $(install_sh) -c
 
46
INSTALL_HEADER = $(INSTALL_DATA)
 
47
transform = $(program_transform_name)
 
48
NORMAL_INSTALL = :
 
49
PRE_INSTALL = :
 
50
POST_INSTALL = :
 
51
NORMAL_UNINSTALL = :
 
52
PRE_UNINSTALL = :
 
53
POST_UNINSTALL = :
 
54
build_triplet = @build@
 
55
host_triplet = @host@
 
56
target_triplet = @target@
 
57
DIST_COMMON = $(srcdir)/../include/Makefile.i $(srcdir)/Makefile.am \
 
58
        $(srcdir)/Makefile.in
 
59
EXTRA_PROGRAMS =
 
60
subdir = ut
 
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
62
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
64
        $(ACLOCAL_M4)
 
65
mkinstalldirs = $(install_sh) -d
 
66
CONFIG_HEADER = $(top_builddir)/ib_config.h
 
67
CONFIG_CLEAN_FILES =
 
68
LIBRARIES = $(noinst_LIBRARIES)
 
69
libut_a_AR = $(AR) $(ARFLAGS)
 
70
libut_a_LIBADD =
 
71
am_libut_a_OBJECTS = ut0byte.$(OBJEXT) ut0dbg.$(OBJEXT) \
 
72
        ut0mem.$(OBJEXT) ut0rnd.$(OBJEXT) ut0ut.$(OBJEXT)
 
73
libut_a_OBJECTS = $(am_libut_a_OBJECTS)
 
74
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
75
depcomp = $(SHELL) $(top_srcdir)/../depcomp
 
76
am__depfiles_maybe = depfiles
 
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
78
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
80
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
81
        $(AM_CFLAGS) $(CFLAGS)
 
82
CCLD = $(CC)
 
83
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
84
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
SOURCES = $(libut_a_SOURCES)
 
86
DIST_SOURCES = $(libut_a_SOURCES)
 
87
ETAGS = etags
 
88
CTAGS = ctags
 
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
90
ACLOCAL = @ACLOCAL@
 
91
AMDEP_FALSE = @AMDEP_FALSE@
 
92
AMDEP_TRUE = @AMDEP_TRUE@
 
93
AMTAR = @AMTAR@
 
94
AR = @AR@
 
95
ARFLAGS = @ARFLAGS@
 
96
AUTOCONF = @AUTOCONF@
 
97
AUTOHEADER = @AUTOHEADER@
 
98
AUTOMAKE = @AUTOMAKE@
 
99
AWK = @AWK@
 
100
CC = @CC@
 
101
CCDEPMODE = @CCDEPMODE@
 
102
CFLAGS = @CFLAGS@
 
103
CPP = @CPP@
 
104
CPPFLAGS = @CPPFLAGS@
 
105
CXX = @CXX@
 
106
CXXCPP = @CXXCPP@
 
107
CXXDEPMODE = @CXXDEPMODE@
 
108
CXXFLAGS = @CXXFLAGS@
 
109
CYGPATH_W = @CYGPATH_W@
 
110
DEFS = @DEFS@
 
111
DEPDIR = @DEPDIR@
 
112
ECHO = @ECHO@
 
113
ECHO_C = @ECHO_C@
 
114
ECHO_N = @ECHO_N@
 
115
ECHO_T = @ECHO_T@
 
116
EGREP = @EGREP@
 
117
EXEEXT = @EXEEXT@
 
118
F77 = @F77@
 
119
FFLAGS = @FFLAGS@
 
120
INSTALL_DATA = @INSTALL_DATA@
 
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
123
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
124
LDFLAGS = @LDFLAGS@
 
125
LIBOBJS = @LIBOBJS@
 
126
LIBS = @LIBS@
 
127
LIBTOOL = @LIBTOOL@
 
128
LN_S = @LN_S@
 
129
LTLIBOBJS = @LTLIBOBJS@
 
130
MAINT = @MAINT@
 
131
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
132
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
133
MAKEINFO = @MAKEINFO@
 
134
OBJEXT = @OBJEXT@
 
135
PACKAGE = @PACKAGE@
 
136
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
137
PACKAGE_NAME = @PACKAGE_NAME@
 
138
PACKAGE_STRING = @PACKAGE_STRING@
 
139
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
140
PACKAGE_VERSION = @PACKAGE_VERSION@
 
141
PATH_SEPARATOR = @PATH_SEPARATOR@
 
142
RANLIB = @RANLIB@
 
143
SET_MAKE = @SET_MAKE@
 
144
SHELL = @SHELL@
 
145
STRIP = @STRIP@
 
146
VERSION = @VERSION@
 
147
ac_ct_AR = @ac_ct_AR@
 
148
ac_ct_CC = @ac_ct_CC@
 
149
ac_ct_CXX = @ac_ct_CXX@
 
150
ac_ct_F77 = @ac_ct_F77@
 
151
ac_ct_RANLIB = @ac_ct_RANLIB@
 
152
ac_ct_STRIP = @ac_ct_STRIP@
 
153
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
154
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
155
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
156
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
157
am__include = @am__include@
 
158
am__leading_dot = @am__leading_dot@
 
159
am__quote = @am__quote@
 
160
am__tar = @am__tar@
 
161
am__untar = @am__untar@
 
162
bindir = @bindir@
 
163
build = @build@
 
164
build_alias = @build_alias@
 
165
build_cpu = @build_cpu@
 
166
build_os = @build_os@
 
167
build_vendor = @build_vendor@
 
168
datadir = @datadir@
 
169
exec_prefix = @exec_prefix@
 
170
host = @host@
 
171
host_alias = @host_alias@
 
172
host_cpu = @host_cpu@
 
173
host_os = @host_os@
 
174
host_vendor = @host_vendor@
 
175
includedir = @includedir@
 
176
infodir = @infodir@
 
177
install_sh = @install_sh@
 
178
libdir = @libdir@
 
179
libexecdir = @libexecdir@
 
180
localstatedir = @localstatedir@
 
181
mandir = @mandir@
 
182
mkdir_p = @mkdir_p@
 
183
oldincludedir = @oldincludedir@
 
184
prefix = @prefix@
 
185
program_transform_name = @program_transform_name@
 
186
sbindir = @sbindir@
 
187
sharedstatedir = @sharedstatedir@
 
188
sysconfdir = @sysconfdir@
 
189
target = @target@
 
190
target_alias = @target_alias@
 
191
target_cpu = @target_cpu@
 
192
target_os = @target_os@
 
193
target_vendor = @target_vendor@
 
194
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../../include -I../../include
 
195
noinst_LIBRARIES = libut.a
 
196
libut_a_SOURCES = ut0byte.c ut0dbg.c ut0mem.c ut0rnd.c ut0ut.c
 
197
all: all-am
 
198
 
 
199
.SUFFIXES:
 
200
.SUFFIXES: .c .lo .o .obj
 
201
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../include/Makefile.i $(am__configure_deps)
 
202
        @for dep in $?; do \
 
203
          case '$(am__configure_deps)' in \
 
204
            *$$dep*) \
 
205
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
206
                && exit 0; \
 
207
              exit 1;; \
 
208
          esac; \
 
209
        done; \
 
210
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ut/Makefile'; \
 
211
        cd $(top_srcdir) && \
 
212
          $(AUTOMAKE) --gnu  ut/Makefile
 
213
.PRECIOUS: Makefile
 
214
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
215
        @case '$?' in \
 
216
          *config.status*) \
 
217
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
218
          *) \
 
219
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
220
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
221
        esac;
 
222
 
 
223
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
225
 
 
226
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
228
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
230
 
 
231
clean-noinstLIBRARIES:
 
232
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
233
libut.a: $(libut_a_OBJECTS) $(libut_a_DEPENDENCIES) 
 
234
        -rm -f libut.a
 
235
        $(libut_a_AR) libut.a $(libut_a_OBJECTS) $(libut_a_LIBADD)
 
236
        $(RANLIB) libut.a
 
237
 
 
238
mostlyclean-compile:
 
239
        -rm -f *.$(OBJEXT)
 
240
 
 
241
distclean-compile:
 
242
        -rm -f *.tab.c
 
243
 
 
244
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ut0byte.Po@am__quote@
 
245
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ut0dbg.Po@am__quote@
 
246
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ut0mem.Po@am__quote@
 
247
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ut0rnd.Po@am__quote@
 
248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ut0ut.Po@am__quote@
 
249
 
 
250
.c.o:
 
251
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
252
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
253
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
254
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
255
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
256
 
 
257
.c.obj:
 
258
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
259
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
260
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
261
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
262
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
263
 
 
264
.c.lo:
 
265
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
266
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
267
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
268
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
269
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
270
 
 
271
mostlyclean-libtool:
 
272
        -rm -f *.lo
 
273
 
 
274
clean-libtool:
 
275
        -rm -rf .libs _libs
 
276
 
 
277
distclean-libtool:
 
278
        -rm -f libtool
 
279
uninstall-info-am:
 
280
 
 
281
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
282
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
283
        unique=`for i in $$list; do \
 
284
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
285
          done | \
 
286
          $(AWK) '    { files[$$0] = 1; } \
 
287
               END { for (i in files) print i; }'`; \
 
288
        mkid -fID $$unique
 
289
tags: TAGS
 
290
 
 
291
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
292
                $(TAGS_FILES) $(LISP)
 
293
        tags=; \
 
294
        here=`pwd`; \
 
295
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
296
        unique=`for i in $$list; do \
 
297
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
298
          done | \
 
299
          $(AWK) '    { files[$$0] = 1; } \
 
300
               END { for (i in files) print i; }'`; \
 
301
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
302
          test -n "$$unique" || unique=$$empty_fix; \
 
303
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
304
            $$tags $$unique; \
 
305
        fi
 
306
ctags: CTAGS
 
307
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
308
                $(TAGS_FILES) $(LISP)
 
309
        tags=; \
 
310
        here=`pwd`; \
 
311
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
312
        unique=`for i in $$list; do \
 
313
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
314
          done | \
 
315
          $(AWK) '    { files[$$0] = 1; } \
 
316
               END { for (i in files) print i; }'`; \
 
317
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
318
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
319
             $$tags $$unique
 
320
 
 
321
GTAGS:
 
322
        here=`$(am__cd) $(top_builddir) && pwd` \
 
323
          && cd $(top_srcdir) \
 
324
          && gtags -i $(GTAGS_ARGS) $$here
 
325
 
 
326
distclean-tags:
 
327
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
328
 
 
329
distdir: $(DISTFILES)
 
330
        $(mkdir_p) $(distdir)/../include
 
331
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
332
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
333
        list='$(DISTFILES)'; for file in $$list; do \
 
334
          case $$file in \
 
335
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
336
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
337
          esac; \
 
338
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
339
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
340
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
341
            dir="/$$dir"; \
 
342
            $(mkdir_p) "$(distdir)$$dir"; \
 
343
          else \
 
344
            dir=''; \
 
345
          fi; \
 
346
          if test -d $$d/$$file; then \
 
347
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
348
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
349
            fi; \
 
350
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
351
          else \
 
352
            test -f $(distdir)/$$file \
 
353
            || cp -p $$d/$$file $(distdir)/$$file \
 
354
            || exit 1; \
 
355
          fi; \
 
356
        done
 
357
check-am: all-am
 
358
check: check-am
 
359
all-am: Makefile $(LIBRARIES)
 
360
installdirs:
 
361
install: install-am
 
362
install-exec: install-exec-am
 
363
install-data: install-data-am
 
364
uninstall: uninstall-am
 
365
 
 
366
install-am: all-am
 
367
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
368
 
 
369
installcheck: installcheck-am
 
370
install-strip:
 
371
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
372
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
373
          `test -z '$(STRIP)' || \
 
374
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
375
mostlyclean-generic:
 
376
 
 
377
clean-generic:
 
378
 
 
379
distclean-generic:
 
380
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
381
 
 
382
maintainer-clean-generic:
 
383
        @echo "This command is intended for maintainers to use"
 
384
        @echo "it deletes files that may require special tools to rebuild."
 
385
clean: clean-am
 
386
 
 
387
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
388
        mostlyclean-am
 
389
 
 
390
distclean: distclean-am
 
391
        -rm -rf ./$(DEPDIR)
 
392
        -rm -f Makefile
 
393
distclean-am: clean-am distclean-compile distclean-generic \
 
394
        distclean-libtool distclean-tags
 
395
 
 
396
dvi: dvi-am
 
397
 
 
398
dvi-am:
 
399
 
 
400
html: html-am
 
401
 
 
402
info: info-am
 
403
 
 
404
info-am:
 
405
 
 
406
install-data-am:
 
407
 
 
408
install-exec-am:
 
409
 
 
410
install-info: install-info-am
 
411
 
 
412
install-man:
 
413
 
 
414
installcheck-am:
 
415
 
 
416
maintainer-clean: maintainer-clean-am
 
417
        -rm -rf ./$(DEPDIR)
 
418
        -rm -f Makefile
 
419
maintainer-clean-am: distclean-am maintainer-clean-generic
 
420
 
 
421
mostlyclean: mostlyclean-am
 
422
 
 
423
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
424
        mostlyclean-libtool
 
425
 
 
426
pdf: pdf-am
 
427
 
 
428
pdf-am:
 
429
 
 
430
ps: ps-am
 
431
 
 
432
ps-am:
 
433
 
 
434
uninstall-am: uninstall-info-am
 
435
 
 
436
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
437
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
438
        distclean-compile distclean-generic distclean-libtool \
 
439
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
440
        install install-am install-data install-data-am install-exec \
 
441
        install-exec-am install-info install-info-am install-man \
 
442
        install-strip installcheck installcheck-am installdirs \
 
443
        maintainer-clean maintainer-clean-generic mostlyclean \
 
444
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
445
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
446
        uninstall-info-am
 
447
 
 
448
 
 
449
# Don't update the files from bitkeeper
 
450
%::SCCS/s.%
 
451
 
 
452
# Don't update the files from bitkeeper
 
453
%::SCCS/s.%
 
454
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
455
# Otherwise a system limit (for SysV at least) may be exceeded.
 
456
.NOEXPORT: