~ubuntu-branches/ubuntu/saucy/freecell-solver/saucy

« back to all changes in this revision

Viewing changes to Presets/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2009-03-15 23:42:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315234221-sx95hxyfyfgi0pja
Tags: 2.16.0-1
* Imported Upstream version 2.16.0 (closes: #518440)
* cmake is the new buildsystem

Show diffs side-by-side

added added

removed removed

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