~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/services/bindings/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

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