~ubuntu-branches/debian/jessie/sysbench/jessie

« back to all changes in this revision

Viewing changes to sysbench/drivers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hendrik Frenzel
  • Date: 2009-02-23 00:32:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090223003252-u6psmnqbivepsj0n
Tags: upstream-0.4.10
ImportĀ upstreamĀ versionĀ 0.4.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  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) 2004 MySQL AB
 
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; either version 2 of the License, or
 
22
# (at your option) any later version.
 
23
 
24
# This program is distributed in the hope that it will be useful,
 
25
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
# GNU General Public License for more details.
 
28
 
29
# You should have received a copy of the GNU General Public License
 
30
# along with this program; if not, write to the Free Software
 
31
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
32
VPATH = @srcdir@
 
33
pkgdatadir = $(datadir)/@PACKAGE@
 
34
pkglibdir = $(libdir)/@PACKAGE@
 
35
pkgincludedir = $(includedir)/@PACKAGE@
 
36
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
37
install_sh_DATA = $(install_sh) -c -m 644
 
38
install_sh_PROGRAM = $(install_sh) -c
 
39
install_sh_SCRIPT = $(install_sh) -c
 
40
INSTALL_HEADER = $(INSTALL_DATA)
 
41
transform = $(program_transform_name)
 
42
NORMAL_INSTALL = :
 
43
PRE_INSTALL = :
 
44
POST_INSTALL = :
 
45
NORMAL_UNINSTALL = :
 
46
PRE_UNINSTALL = :
 
47
POST_UNINSTALL = :
 
48
build_triplet = @build@
 
49
host_triplet = @host@
 
50
target_triplet = @target@
 
51
subdir = sysbench/drivers
 
52
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
54
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
55
        $(top_srcdir)/configure.ac
 
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
57
        $(ACLOCAL_M4)
 
58
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
59
CONFIG_HEADER = $(top_builddir)/config/config.h
 
60
CONFIG_CLEAN_FILES =
 
61
SOURCES =
 
62
DIST_SOURCES =
 
63
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
64
        html-recursive info-recursive install-data-recursive \
 
65
        install-dvi-recursive install-exec-recursive \
 
66
        install-html-recursive install-info-recursive \
 
67
        install-pdf-recursive install-ps-recursive install-recursive \
 
68
        installcheck-recursive installdirs-recursive pdf-recursive \
 
69
        ps-recursive uninstall-recursive
 
70
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
71
  distclean-recursive maintainer-clean-recursive
 
72
ETAGS = etags
 
73
CTAGS = ctags
 
74
DIST_SUBDIRS = mysql oracle pgsql
 
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
76
ACLOCAL = @ACLOCAL@
 
77
AMTAR = @AMTAR@
 
78
AM_CFLAGS = @AM_CFLAGS@
 
79
AM_CPPFLAGS = @AM_CPPFLAGS@
 
80
AM_LDFLAGS = @AM_LDFLAGS@
 
81
AR = @AR@
 
82
AUTOCONF = @AUTOCONF@
 
83
AUTOHEADER = @AUTOHEADER@
 
84
AUTOMAKE = @AUTOMAKE@
 
85
AWK = @AWK@
 
86
CAT_ENTRY_END = @CAT_ENTRY_END@
 
87
CAT_ENTRY_START = @CAT_ENTRY_START@
 
88
CC = @CC@
 
89
CCDEPMODE = @CCDEPMODE@
 
90
CFLAGS = @CFLAGS@
 
91
CPP = @CPP@
 
92
CPPFLAGS = @CPPFLAGS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DEFS = @DEFS@
 
99
DEPDIR = @DEPDIR@
 
100
DOCBOOK_ROOT = @DOCBOOK_ROOT@
 
101
ECHO = @ECHO@
 
102
ECHO_C = @ECHO_C@
 
103
ECHO_N = @ECHO_N@
 
104
ECHO_T = @ECHO_T@
 
105
EGREP = @EGREP@
 
106
EXEEXT = @EXEEXT@
 
107
EXTRA_LDFLAGS = @EXTRA_LDFLAGS@
 
108
F77 = @F77@
 
109
FFLAGS = @FFLAGS@
 
110
GREP = @GREP@
 
111
INSTALL = @INSTALL@
 
112
INSTALL_DATA = @INSTALL_DATA@
 
113
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
114
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
115
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
116
LDFLAGS = @LDFLAGS@
 
117
LIBOBJS = @LIBOBJS@
 
118
LIBS = @LIBS@
 
119
LIBTOOL = @LIBTOOL@
 
120
LN_S = @LN_S@
 
121
LTLIBOBJS = @LTLIBOBJS@
 
122
MAKEINFO = @MAKEINFO@
 
123
MKDIR_P = @MKDIR_P@
 
124
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
125
MYSQL_LIBS = @MYSQL_LIBS@
 
126
OBJEXT = @OBJEXT@
 
127
ORA_CFLAGS = @ORA_CFLAGS@
 
128
ORA_LIBS = @ORA_LIBS@
 
129
PACKAGE = @PACKAGE@
 
130
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
131
PACKAGE_NAME = @PACKAGE_NAME@
 
132
PACKAGE_STRING = @PACKAGE_STRING@
 
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_VERSION = @PACKAGE_VERSION@
 
135
PATH_SEPARATOR = @PATH_SEPARATOR@
 
136
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
137
PGSQL_LIBS = @PGSQL_LIBS@
 
138
PTHREAD_CC = @PTHREAD_CC@
 
139
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
140
PTHREAD_LIBS = @PTHREAD_LIBS@
 
141
RANLIB = @RANLIB@
 
142
SET_MAKE = @SET_MAKE@
 
143
SHELL = @SHELL@
 
144
STRIP = @STRIP@
 
145
VERSION = @VERSION@
 
146
XML_CATALOG = @XML_CATALOG@
 
147
XSLTPROC = @XSLTPROC@
 
148
XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
 
149
abs_builddir = @abs_builddir@
 
150
abs_srcdir = @abs_srcdir@
 
151
abs_top_builddir = @abs_top_builddir@
 
152
abs_top_srcdir = @abs_top_srcdir@
 
153
ac_ct_CC = @ac_ct_CC@
 
154
ac_ct_CXX = @ac_ct_CXX@
 
155
ac_ct_F77 = @ac_ct_F77@
 
156
acx_pthread_config = @acx_pthread_config@
 
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
builddir = @builddir@
 
169
datadir = @datadir@
 
170
datarootdir = @datarootdir@
 
171
docdir = @docdir@
 
172
dvidir = @dvidir@
 
173
exec_prefix = @exec_prefix@
 
174
host = @host@
 
175
host_alias = @host_alias@
 
176
host_cpu = @host_cpu@
 
177
host_os = @host_os@
 
178
host_vendor = @host_vendor@
 
179
htmldir = @htmldir@
 
180
includedir = @includedir@
 
181
infodir = @infodir@
 
182
install_sh = @install_sh@
 
183
libdir = @libdir@
 
184
libexecdir = @libexecdir@
 
185
localedir = @localedir@
 
186
localstatedir = @localstatedir@
 
187
mandir = @mandir@
 
188
mkdir_p = @mkdir_p@
 
189
mysqlconfig = @mysqlconfig@
 
190
oldincludedir = @oldincludedir@
 
191
pdfdir = @pdfdir@
 
192
pgconfig = @pgconfig@
 
193
prefix = @prefix@
 
194
program_transform_name = @program_transform_name@
 
195
psdir = @psdir@
 
196
sbindir = @sbindir@
 
197
sharedstatedir = @sharedstatedir@
 
198
srcdir = @srcdir@
 
199
sysconfdir = @sysconfdir@
 
200
target = @target@
 
201
target_alias = @target_alias@
 
202
target_cpu = @target_cpu@
 
203
target_os = @target_os@
 
204
target_vendor = @target_vendor@
 
205
top_builddir = @top_builddir@
 
206
top_srcdir = @top_srcdir@
 
207
@USE_MYSQL_TRUE@MYSQL_DIR = mysql
 
208
@USE_ORACLE_TRUE@ORACLE_DIR = oracle
 
209
@USE_PGSQL_TRUE@PGSQL_DIR = pgsql
 
210
SUBDIRS = $(MYSQL_DIR) $(ORACLE_DIR) $(PGSQL_DIR)
 
211
all: all-recursive
 
212
 
 
213
.SUFFIXES:
 
214
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
215
        @for dep in $?; do \
 
216
          case '$(am__configure_deps)' in \
 
217
            *$$dep*) \
 
218
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
219
                && exit 0; \
 
220
              exit 1;; \
 
221
          esac; \
 
222
        done; \
 
223
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sysbench/drivers/Makefile'; \
 
224
        cd $(top_srcdir) && \
 
225
          $(AUTOMAKE) --foreign  sysbench/drivers/Makefile
 
226
.PRECIOUS: Makefile
 
227
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
228
        @case '$?' in \
 
229
          *config.status*) \
 
230
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
231
          *) \
 
232
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
233
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
234
        esac;
 
235
 
 
236
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
237
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
238
 
 
239
$(top_srcdir)/configure:  $(am__configure_deps)
 
240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
241
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
243
 
 
244
mostlyclean-libtool:
 
245
        -rm -f *.lo
 
246
 
 
247
clean-libtool:
 
248
        -rm -rf .libs _libs
 
249
 
 
250
# This directory's subdirectories are mostly independent; you can cd
 
251
# into them and run `make' without going through this Makefile.
 
252
# To change the values of `make' variables: instead of editing Makefiles,
 
253
# (1) if the variable is set in `config.status', edit `config.status'
 
254
#     (which will cause the Makefiles to be regenerated when you run `make');
 
255
# (2) otherwise, pass the desired values on the `make' command line.
 
256
$(RECURSIVE_TARGETS):
 
257
        @failcom='exit 1'; \
 
258
        for f in x $$MAKEFLAGS; do \
 
259
          case $$f in \
 
260
            *=* | --[!k]*);; \
 
261
            *k*) failcom='fail=yes';; \
 
262
          esac; \
 
263
        done; \
 
264
        dot_seen=no; \
 
265
        target=`echo $@ | sed s/-recursive//`; \
 
266
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
267
          echo "Making $$target in $$subdir"; \
 
268
          if test "$$subdir" = "."; then \
 
269
            dot_seen=yes; \
 
270
            local_target="$$target-am"; \
 
271
          else \
 
272
            local_target="$$target"; \
 
273
          fi; \
 
274
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
275
          || eval $$failcom; \
 
276
        done; \
 
277
        if test "$$dot_seen" = "no"; then \
 
278
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
279
        fi; test -z "$$fail"
 
280
 
 
281
$(RECURSIVE_CLEAN_TARGETS):
 
282
        @failcom='exit 1'; \
 
283
        for f in x $$MAKEFLAGS; do \
 
284
          case $$f in \
 
285
            *=* | --[!k]*);; \
 
286
            *k*) failcom='fail=yes';; \
 
287
          esac; \
 
288
        done; \
 
289
        dot_seen=no; \
 
290
        case "$@" in \
 
291
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
292
          *) list='$(SUBDIRS)' ;; \
 
293
        esac; \
 
294
        rev=''; for subdir in $$list; do \
 
295
          if test "$$subdir" = "."; then :; else \
 
296
            rev="$$subdir $$rev"; \
 
297
          fi; \
 
298
        done; \
 
299
        rev="$$rev ."; \
 
300
        target=`echo $@ | sed s/-recursive//`; \
 
301
        for subdir in $$rev; do \
 
302
          echo "Making $$target in $$subdir"; \
 
303
          if test "$$subdir" = "."; then \
 
304
            local_target="$$target-am"; \
 
305
          else \
 
306
            local_target="$$target"; \
 
307
          fi; \
 
308
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
309
          || eval $$failcom; \
 
310
        done && test -z "$$fail"
 
311
tags-recursive:
 
312
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
313
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
314
        done
 
315
ctags-recursive:
 
316
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
317
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
318
        done
 
319
 
 
320
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
321
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
322
        unique=`for i in $$list; do \
 
323
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
324
          done | \
 
325
          $(AWK) '    { files[$$0] = 1; } \
 
326
               END { for (i in files) print i; }'`; \
 
327
        mkid -fID $$unique
 
328
tags: TAGS
 
329
 
 
330
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
331
                $(TAGS_FILES) $(LISP)
 
332
        tags=; \
 
333
        here=`pwd`; \
 
334
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
335
          include_option=--etags-include; \
 
336
          empty_fix=.; \
 
337
        else \
 
338
          include_option=--include; \
 
339
          empty_fix=; \
 
340
        fi; \
 
341
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
342
          if test "$$subdir" = .; then :; else \
 
343
            test ! -f $$subdir/TAGS || \
 
344
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
345
          fi; \
 
346
        done; \
 
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
348
        unique=`for i in $$list; do \
 
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
350
          done | \
 
351
          $(AWK) '    { files[$$0] = 1; } \
 
352
               END { for (i in files) print i; }'`; \
 
353
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
354
          test -n "$$unique" || unique=$$empty_fix; \
 
355
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
356
            $$tags $$unique; \
 
357
        fi
 
358
ctags: CTAGS
 
359
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
360
                $(TAGS_FILES) $(LISP)
 
361
        tags=; \
 
362
        here=`pwd`; \
 
363
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
364
        unique=`for i in $$list; do \
 
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
366
          done | \
 
367
          $(AWK) '    { files[$$0] = 1; } \
 
368
               END { for (i in files) print i; }'`; \
 
369
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
370
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
371
             $$tags $$unique
 
372
 
 
373
GTAGS:
 
374
        here=`$(am__cd) $(top_builddir) && pwd` \
 
375
          && cd $(top_srcdir) \
 
376
          && gtags -i $(GTAGS_ARGS) $$here
 
377
 
 
378
distclean-tags:
 
379
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
380
 
 
381
distdir: $(DISTFILES)
 
382
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
383
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
384
        list='$(DISTFILES)'; \
 
385
          dist_files=`for file in $$list; do echo $$file; done | \
 
386
          sed -e "s|^$$srcdirstrip/||;t" \
 
387
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
388
        case $$dist_files in \
 
389
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
390
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
391
                           sort -u` ;; \
 
392
        esac; \
 
393
        for file in $$dist_files; do \
 
394
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
395
          if test -d $$d/$$file; then \
 
396
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
397
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
398
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
399
            fi; \
 
400
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
401
          else \
 
402
            test -f $(distdir)/$$file \
 
403
            || cp -p $$d/$$file $(distdir)/$$file \
 
404
            || exit 1; \
 
405
          fi; \
 
406
        done
 
407
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
408
          if test "$$subdir" = .; then :; else \
 
409
            test -d "$(distdir)/$$subdir" \
 
410
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
411
            || exit 1; \
 
412
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
413
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
414
            (cd $$subdir && \
 
415
              $(MAKE) $(AM_MAKEFLAGS) \
 
416
                top_distdir="$$top_distdir" \
 
417
                distdir="$$distdir/$$subdir" \
 
418
                am__remove_distdir=: \
 
419
                am__skip_length_check=: \
 
420
                distdir) \
 
421
              || exit 1; \
 
422
          fi; \
 
423
        done
 
424
check-am: all-am
 
425
check: check-recursive
 
426
all-am: Makefile
 
427
installdirs: installdirs-recursive
 
428
installdirs-am:
 
429
install: install-recursive
 
430
install-exec: install-exec-recursive
 
431
install-data: install-data-recursive
 
432
uninstall: uninstall-recursive
 
433
 
 
434
install-am: all-am
 
435
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
436
 
 
437
installcheck: installcheck-recursive
 
438
install-strip:
 
439
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
440
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
441
          `test -z '$(STRIP)' || \
 
442
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
443
mostlyclean-generic:
 
444
 
 
445
clean-generic:
 
446
 
 
447
distclean-generic:
 
448
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
449
 
 
450
maintainer-clean-generic:
 
451
        @echo "This command is intended for maintainers to use"
 
452
        @echo "it deletes files that may require special tools to rebuild."
 
453
clean: clean-recursive
 
454
 
 
455
clean-am: clean-generic clean-libtool mostlyclean-am
 
456
 
 
457
distclean: distclean-recursive
 
458
        -rm -f Makefile
 
459
distclean-am: clean-am distclean-generic distclean-tags
 
460
 
 
461
dvi: dvi-recursive
 
462
 
 
463
dvi-am:
 
464
 
 
465
html: html-recursive
 
466
 
 
467
info: info-recursive
 
468
 
 
469
info-am:
 
470
 
 
471
install-data-am:
 
472
 
 
473
install-dvi: install-dvi-recursive
 
474
 
 
475
install-exec-am:
 
476
 
 
477
install-html: install-html-recursive
 
478
 
 
479
install-info: install-info-recursive
 
480
 
 
481
install-man:
 
482
 
 
483
install-pdf: install-pdf-recursive
 
484
 
 
485
install-ps: install-ps-recursive
 
486
 
 
487
installcheck-am:
 
488
 
 
489
maintainer-clean: maintainer-clean-recursive
 
490
        -rm -f Makefile
 
491
maintainer-clean-am: distclean-am maintainer-clean-generic
 
492
 
 
493
mostlyclean: mostlyclean-recursive
 
494
 
 
495
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
496
 
 
497
pdf: pdf-recursive
 
498
 
 
499
pdf-am:
 
500
 
 
501
ps: ps-recursive
 
502
 
 
503
ps-am:
 
504
 
 
505
uninstall-am:
 
506
 
 
507
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
508
        install-strip
 
509
 
 
510
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
511
        all all-am check check-am clean clean-generic clean-libtool \
 
512
        ctags ctags-recursive distclean distclean-generic \
 
513
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
514
        html-am info info-am install install-am install-data \
 
515
        install-data-am install-dvi install-dvi-am install-exec \
 
516
        install-exec-am install-html install-html-am install-info \
 
517
        install-info-am install-man install-pdf install-pdf-am \
 
518
        install-ps install-ps-am install-strip installcheck \
 
519
        installcheck-am installdirs installdirs-am maintainer-clean \
 
520
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
521
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
522
        uninstall uninstall-am
 
523
 
 
524
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
525
# Otherwise a system limit (for SysV at least) may be exceeded.
 
526
.NOEXPORT: