~ubuntu-branches/ubuntu/intrepid/comedilib/intrepid

« back to all changes in this revision

Viewing changes to swig/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2004-11-04 11:43:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041104114351-a50kaei5yamka8r6
Tags: 0.7.22-2
It helps if the shared library is actually in the package.

Show diffs side-by-side

added added

removed removed

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