~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-proposed

« back to all changes in this revision

Viewing changes to innobase/dyn/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-23 11:21:11 UTC
  • mfrom: (1.1.16) (38.1.4 hardy-security)
  • Revision ID: package-import@ubuntu.com-20120223112111-rn9ruzg86juli2ec
Tags: 5.0.95-0ubuntu1
* SECURITY UPDATE: Update to 5.0.95 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2012-0075
  - CVE-2012-0087
  - CVE-2012-0101
  - CVE-2012-0102
  - CVE-2012-0114
  - CVE-2012-0484
  - CVE-2012-0490
* Dropped patches unnecessary with 5.0.95:
  - debian/patches/91_SECURITY_CVE-2007-5925.dpatch
  - debian/patches/95_SECURITY_CVE-2008-3963.dpatch
  - debian/patches/96_SECURITY_CVE-2008-4098.dpatch
  - debian/patches/97_CVE-2008-4456.dpatch
  - debian/patches/97_CVE-2009-2446.dpatch
  - debian/patches/97_CVE-2009-4019.dpatch
  - debian/patches/97_CVE-2009-4030.dpatch
  - debian/patches/98_CVE-2009-4484.dpatch
  - debian/patches/99_ssl_test_certs.dpatch
  - debian/patches/100_CVE-2010-1850.dpatch
  - debian/patches/101_CVE-2010-1849.dpatch
  - debian/patches/102_CVE-2010-1848.dpatch
  - debian/patches/103_CVE-2010-1626.dpatch
  - debian/patches/98_CVE-2010-3677.dpatch
  - debian/patches/98_CVE-2010-3680.dpatch
  - debian/patches/98_CVE-2010-3681.dpatch
  - debian/patches/98_CVE-2010-3682.dpatch
  - debian/patches/98_CVE-2010-3833.dpatch
  - debian/patches/98_CVE-2010-3834.dpatch
  - debian/patches/98_CVE-2010-3835.dpatch
  - debian/patches/98_CVE-2010-3836.dpatch
  - debian/patches/98_CVE-2010-3837.dpatch
  - debian/patches/98_CVE-2010-3838.dpatch
  - debian/patches/98_CVE-2010-3840.dpatch
  - debian/patches/45_warn-CLI-passwords.dpatch
  - debian/patches/50_fix_mysqldump.dpatch
  - debian/patches/51_incorrect-order.dpatch
  - debian/patches/52_ndb-gcc-4.2.dpatch
  - debian/patches/53_integer-gcc-4.2.dpatch
  - debian/patches/54_ssl-client-support.dpatch
  - debian/patches/55_testsuite-2008.dpatch
  - debian/patches/58-disable-ndb-backup-print.dpatch
  - debian/patches/59-fix-mysql-replication-logs.dpatch
  - debian/patches/86_PATH_MAX.dpatch
  - debian/patches/90_upstreamdebiandir.dpatch
  - debian/patches/92_fix_order_by32202.dpatch
  - debian/patches/93_fix_user_setup_on_localhost.dpatch
  - debian/patches/94_fix_mysqldump_with_old_versions.dpatch
  - debian/patches/56-mysqlhotcopy-invalid-dbtable.dpatch
  - debian/patches/57-fix-mysqlslowdump-config.dpatch
* debian/mysql-client-5.0.docs, debian/mysql-server-5.0.docs: removed
  EXCEPTIONS-CLIENT file
* debian/libmysqlclient15-dev.docs, debian/libmysqlclient15off.docs:
  removed, no longer necessary.
* debian/patches/25_mysys__default.c.dpatch: updated for 5.0.95.
* debian/mysql-server-5.0.files: change ndb_mgmd and ndbd manpage
  locations. Removed mysqlmanagerc.1 and mysqlmanager-pwgen.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
31
31
 
32
32
# Makefile included in Makefile.am in every subdirectory
33
33
 
34
 
srcdir = @srcdir@
35
 
top_srcdir = @top_srcdir@
36
34
VPATH = @srcdir@
37
35
pkgdatadir = $(datadir)/@PACKAGE@
38
36
pkglibdir = $(libdir)/@PACKAGE@
39
37
pkgincludedir = $(includedir)/@PACKAGE@
40
 
top_builddir = ..
41
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
 
INSTALL = @INSTALL@
43
39
install_sh_DATA = $(install_sh) -c -m 644
44
40
install_sh_PROGRAM = $(install_sh) -c
45
41
install_sh_SCRIPT = $(install_sh) -c
70
66
libdyn_a_LIBADD =
71
67
am_libdyn_a_OBJECTS = dyn0dyn.$(OBJEXT)
72
68
libdyn_a_OBJECTS = $(am_libdyn_a_OBJECTS)
73
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
69
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
70
depcomp = $(SHELL) $(top_srcdir)/../depcomp
75
71
am__depfiles_maybe = depfiles
76
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
79
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80
 
        $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
75
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
76
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
77
CCLD = $(CC)
82
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
80
        $(LDFLAGS) -o $@
84
81
SOURCES = $(libdyn_a_SOURCES)
85
82
DIST_SOURCES = $(libdyn_a_SOURCES)
86
83
ETAGS = etags
87
84
CTAGS = ctags
88
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
86
ACLOCAL = @ACLOCAL@
90
 
AMDEP_FALSE = @AMDEP_FALSE@
91
 
AMDEP_TRUE = @AMDEP_TRUE@
92
87
AMTAR = @AMTAR@
93
88
AR = @AR@
94
89
ARFLAGS = @ARFLAGS@
101
96
CFLAGS = @CFLAGS@
102
97
CPP = @CPP@
103
98
CPPFLAGS = @CPPFLAGS@
104
 
CXX = @CXX@
105
 
CXXCPP = @CXXCPP@
106
 
CXXDEPMODE = @CXXDEPMODE@
107
 
CXXFLAGS = @CXXFLAGS@
108
99
CYGPATH_W = @CYGPATH_W@
109
100
DEFS = @DEFS@
110
101
DEPDIR = @DEPDIR@
111
 
ECHO = @ECHO@
 
102
DSYMUTIL = @DSYMUTIL@
 
103
DUMPBIN = @DUMPBIN@
112
104
ECHO_C = @ECHO_C@
113
105
ECHO_N = @ECHO_N@
114
106
ECHO_T = @ECHO_T@
115
107
EGREP = @EGREP@
116
108
EXEEXT = @EXEEXT@
117
 
F77 = @F77@
118
 
FFLAGS = @FFLAGS@
 
109
FGREP = @FGREP@
 
110
GREP = @GREP@
 
111
INSTALL = @INSTALL@
119
112
INSTALL_DATA = @INSTALL_DATA@
120
113
INSTALL_PROGRAM = @INSTALL_PROGRAM@
121
114
INSTALL_SCRIPT = @INSTALL_SCRIPT@
122
115
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
116
LD = @LD@
123
117
LDFLAGS = @LDFLAGS@
124
118
LIBOBJS = @LIBOBJS@
125
119
LIBS = @LIBS@
126
120
LIBTOOL = @LIBTOOL@
 
121
LIPO = @LIPO@
127
122
LN_S = @LN_S@
128
123
LTLIBOBJS = @LTLIBOBJS@
129
124
MAINT = @MAINT@
130
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
131
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
132
125
MAKEINFO = @MAKEINFO@
 
126
MKDIR_P = @MKDIR_P@
 
127
NM = @NM@
 
128
NMEDIT = @NMEDIT@
 
129
OBJDUMP = @OBJDUMP@
133
130
OBJEXT = @OBJEXT@
 
131
OTOOL = @OTOOL@
 
132
OTOOL64 = @OTOOL64@
134
133
PACKAGE = @PACKAGE@
135
134
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136
135
PACKAGE_NAME = @PACKAGE_NAME@
139
138
PACKAGE_VERSION = @PACKAGE_VERSION@
140
139
PATH_SEPARATOR = @PATH_SEPARATOR@
141
140
RANLIB = @RANLIB@
 
141
SED = @SED@
142
142
SET_MAKE = @SET_MAKE@
143
143
SHELL = @SHELL@
144
144
STRIP = @STRIP@
145
145
VERSION = @VERSION@
146
 
ac_ct_AR = @ac_ct_AR@
 
146
abs_builddir = @abs_builddir@
 
147
abs_srcdir = @abs_srcdir@
 
148
abs_top_builddir = @abs_top_builddir@
 
149
abs_top_srcdir = @abs_top_srcdir@
147
150
ac_ct_CC = @ac_ct_CC@
148
 
ac_ct_CXX = @ac_ct_CXX@
149
 
ac_ct_F77 = @ac_ct_F77@
150
 
ac_ct_RANLIB = @ac_ct_RANLIB@
151
 
ac_ct_STRIP = @ac_ct_STRIP@
152
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
153
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
154
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
155
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
151
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
156
152
am__include = @am__include@
157
153
am__leading_dot = @am__leading_dot@
158
154
am__quote = @am__quote@
164
160
build_cpu = @build_cpu@
165
161
build_os = @build_os@
166
162
build_vendor = @build_vendor@
 
163
builddir = @builddir@
167
164
datadir = @datadir@
 
165
datarootdir = @datarootdir@
 
166
docdir = @docdir@
 
167
dvidir = @dvidir@
168
168
exec_prefix = @exec_prefix@
169
169
host = @host@
170
170
host_alias = @host_alias@
171
171
host_cpu = @host_cpu@
172
172
host_os = @host_os@
173
173
host_vendor = @host_vendor@
 
174
htmldir = @htmldir@
174
175
includedir = @includedir@
175
176
infodir = @infodir@
176
177
install_sh = @install_sh@
177
178
libdir = @libdir@
178
179
libexecdir = @libexecdir@
 
180
localedir = @localedir@
179
181
localstatedir = @localstatedir@
 
182
lt_ECHO = @lt_ECHO@
180
183
mandir = @mandir@
181
184
mkdir_p = @mkdir_p@
182
185
oldincludedir = @oldincludedir@
 
186
pdfdir = @pdfdir@
183
187
prefix = @prefix@
184
188
program_transform_name = @program_transform_name@
 
189
psdir = @psdir@
185
190
sbindir = @sbindir@
186
191
sharedstatedir = @sharedstatedir@
 
192
srcdir = @srcdir@
187
193
sysconfdir = @sysconfdir@
188
194
target = @target@
189
195
target_alias = @target_alias@
190
196
target_cpu = @target_cpu@
191
197
target_os = @target_os@
192
198
target_vendor = @target_vendor@
 
199
top_build_prefix = @top_build_prefix@
 
200
top_builddir = @top_builddir@
 
201
top_srcdir = @top_srcdir@
193
202
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../../include -I../../include
194
203
noinst_LIBRARIES = libdyn.a
195
204
libdyn_a_SOURCES = dyn0dyn.c
201
210
        @for dep in $?; do \
202
211
          case '$(am__configure_deps)' in \
203
212
            *$$dep*) \
204
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
205
 
                && exit 0; \
 
213
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
214
                && { if test -f $@; then exit 0; else break; fi; }; \
206
215
              exit 1;; \
207
216
          esac; \
208
217
        done; \
243
252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn0dyn.Po@am__quote@
244
253
 
245
254
.c.o:
246
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
247
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
255
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
256
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
248
257
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249
258
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250
259
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
251
260
 
252
261
.c.obj:
253
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
254
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
262
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
263
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
255
264
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256
265
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
266
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
258
267
 
259
268
.c.lo:
260
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
261
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
269
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
270
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
262
271
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
263
272
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
273
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
269
278
clean-libtool:
270
279
        -rm -rf .libs _libs
271
280
 
272
 
distclean-libtool:
273
 
        -rm -f libtool
274
 
uninstall-info-am:
275
 
 
276
281
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
277
282
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
278
283
        unique=`for i in $$list; do \
279
284
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
280
285
          done | \
281
 
          $(AWK) '    { files[$$0] = 1; } \
282
 
               END { for (i in files) print i; }'`; \
 
286
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
287
              END { if (nonempty) { for (i in files) print i; }; }'`; \
283
288
        mkid -fID $$unique
284
289
tags: TAGS
285
290
 
291
296
        unique=`for i in $$list; do \
292
297
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293
298
          done | \
294
 
          $(AWK) '    { files[$$0] = 1; } \
295
 
               END { for (i in files) print i; }'`; \
 
299
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
300
              END { if (nonempty) { for (i in files) print i; }; }'`; \
296
301
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
297
302
          test -n "$$unique" || unique=$$empty_fix; \
298
303
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
302
307
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
303
308
                $(TAGS_FILES) $(LISP)
304
309
        tags=; \
305
 
        here=`pwd`; \
306
310
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
307
311
        unique=`for i in $$list; do \
308
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309
313
          done | \
310
 
          $(AWK) '    { files[$$0] = 1; } \
311
 
               END { for (i in files) print i; }'`; \
 
314
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
315
              END { if (nonempty) { for (i in files) print i; }; }'`; \
312
316
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
313
317
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
314
318
             $$tags $$unique
322
326
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
323
327
 
324
328
distdir: $(DISTFILES)
325
 
        $(mkdir_p) $(distdir)/../include
326
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
327
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
328
 
        list='$(DISTFILES)'; for file in $$list; do \
329
 
          case $$file in \
330
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
331
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
332
 
          esac; \
 
329
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
330
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
331
        list='$(DISTFILES)'; \
 
332
          dist_files=`for file in $$list; do echo $$file; done | \
 
333
          sed -e "s|^$$srcdirstrip/||;t" \
 
334
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
335
        case $$dist_files in \
 
336
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
337
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
338
                           sort -u` ;; \
 
339
        esac; \
 
340
        for file in $$dist_files; do \
333
341
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
335
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
336
 
            dir="/$$dir"; \
337
 
            $(mkdir_p) "$(distdir)$$dir"; \
338
 
          else \
339
 
            dir=''; \
340
 
          fi; \
341
342
          if test -d $$d/$$file; then \
 
343
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
342
344
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343
345
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
344
346
            fi; \
386
388
        -rm -rf ./$(DEPDIR)
387
389
        -rm -f Makefile
388
390
distclean-am: clean-am distclean-compile distclean-generic \
389
 
        distclean-libtool distclean-tags
 
391
        distclean-tags
390
392
 
391
393
dvi: dvi-am
392
394
 
400
402
 
401
403
install-data-am:
402
404
 
 
405
install-dvi: install-dvi-am
 
406
 
403
407
install-exec-am:
404
408
 
 
409
install-html: install-html-am
 
410
 
405
411
install-info: install-info-am
406
412
 
407
413
install-man:
408
414
 
 
415
install-pdf: install-pdf-am
 
416
 
 
417
install-ps: install-ps-am
 
418
 
409
419
installcheck-am:
410
420
 
411
421
maintainer-clean: maintainer-clean-am
426
436
 
427
437
ps-am:
428
438
 
429
 
uninstall-am: uninstall-info-am
 
439
uninstall-am:
 
440
 
 
441
.MAKE: install-am install-strip
430
442
 
431
443
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
432
444
        clean-libtool clean-noinstLIBRARIES ctags distclean \
433
445
        distclean-compile distclean-generic distclean-libtool \
434
446
        distclean-tags distdir dvi dvi-am html html-am info info-am \
435
 
        install install-am install-data install-data-am install-exec \
436
 
        install-exec-am install-info install-info-am install-man \
 
447
        install install-am install-data install-data-am install-dvi \
 
448
        install-dvi-am install-exec install-exec-am install-html \
 
449
        install-html-am install-info install-info-am install-man \
 
450
        install-pdf install-pdf-am install-ps install-ps-am \
437
451
        install-strip installcheck installcheck-am installdirs \
438
452
        maintainer-clean maintainer-clean-generic mostlyclean \
439
453
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
440
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
441
 
        uninstall-info-am
 
454
        pdf pdf-am ps ps-am tags uninstall uninstall-am
442
455
 
443
456
 
444
457
# Don't update the files from bitkeeper