~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Points/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

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
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = src/Mod/Points
 
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 = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_HEADER = $(top_builddir)/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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__installdirs = "$(DESTDIR)$(datadir)"
 
61
dataDATA_INSTALL = $(INSTALL_DATA)
 
62
DATA = $(data_DATA)
 
63
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
64
  distclean-recursive maintainer-clean-recursive
 
65
ETAGS = etags
 
66
CTAGS = ctags
 
67
DIST_SUBDIRS = $(SUBDIRS)
 
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
69
ACLOCAL = @ACLOCAL@
 
70
AMTAR = @AMTAR@
 
71
AR = @AR@
 
72
AUTOCONF = @AUTOCONF@
 
73
AUTOHEADER = @AUTOHEADER@
 
74
AUTOMAKE = @AUTOMAKE@
 
75
AWK = @AWK@
 
76
BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
 
77
BOOST_PROGOPTIONS_LIB = @BOOST_PROGOPTIONS_LIB@
 
78
BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
 
79
BOOST_SIGNALS_LIB = @BOOST_SIGNALS_LIB@
 
80
BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
 
81
CC = @CC@
 
82
CCDEPMODE = @CCDEPMODE@
 
83
CFLAGS = @CFLAGS@
 
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
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
93
DSYMUTIL = @DSYMUTIL@
 
94
DUMPBIN = @DUMPBIN@
 
95
ECHO_C = @ECHO_C@
 
96
ECHO_N = @ECHO_N@
 
97
ECHO_T = @ECHO_T@
 
98
EGREP = @EGREP@
 
99
EXEEXT = @EXEEXT@
 
100
FGREP = @FGREP@
 
101
GL_LIBS = @GL_LIBS@
 
102
GREP = @GREP@
 
103
GTSCONFIG = @GTSCONFIG@
 
104
GTS_CFLAGS = @GTS_CFLAGS@
 
105
GTS_LIBS = @GTS_LIBS@
 
106
HAVE_SWIG = @HAVE_SWIG@
 
107
INSTALL = @INSTALL@
 
108
INSTALL_DATA = @INSTALL_DATA@
 
109
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
110
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
111
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
112
LD = @LD@
 
113
LDFLAGS = @LDFLAGS@
 
114
LIBOBJS = @LIBOBJS@
 
115
LIBS = @LIBS@
 
116
LIBTOOL = @LIBTOOL@
 
117
LIB_AGE = @LIB_AGE@
 
118
LIB_CURRENT = @LIB_CURRENT@
 
119
LIB_REVISION = @LIB_REVISION@
 
120
LIPO = @LIPO@
 
121
LN_S = @LN_S@
 
122
LTLIBOBJS = @LTLIBOBJS@
 
123
MAKEINFO = @MAKEINFO@
 
124
MKDIR_P = @MKDIR_P@
 
125
NM = @NM@
 
126
NMEDIT = @NMEDIT@
 
127
OBJEXT = @OBJEXT@
 
128
OCC_INC = @OCC_INC@
 
129
OCC_LIB = @OCC_LIB@
 
130
OTOOL = @OTOOL@
 
131
OTOOL64 = @OTOOL64@
 
132
PACKAGE = @PACKAGE@
 
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
134
PACKAGE_NAME = @PACKAGE_NAME@
 
135
PACKAGE_STRING = @PACKAGE_STRING@
 
136
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
137
PACKAGE_VERSION = @PACKAGE_VERSION@
 
138
PATH_SEPARATOR = @PATH_SEPARATOR@
 
139
PKG_CONFIG = @PKG_CONFIG@
 
140
PYTHON = @PYTHON@
 
141
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
142
PYTHON_LIB = @PYTHON_LIB@
 
143
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
144
PYTHON_PREFIX = @PYTHON_PREFIX@
 
145
PYTHON_VERSION = @PYTHON_VERSION@
 
146
QT_CXXFLAGS = @QT_CXXFLAGS@
 
147
QT_DIR = @QT_DIR@
 
148
QT_LIBS = @QT_LIBS@
 
149
QT_MOC = @QT_MOC@
 
150
QT_RCC = @QT_RCC@
 
151
QT_UIC = @QT_UIC@
 
152
RANLIB = @RANLIB@
 
153
SED = @SED@
 
154
SET_MAKE = @SET_MAKE@
 
155
SHELL = @SHELL@
 
156
STRIP = @STRIP@
 
157
SWIG = @SWIG@
 
158
VERSION = @VERSION@
 
159
XMKMF = @XMKMF@
 
160
X_CFLAGS = @X_CFLAGS@
 
161
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
162
X_LIBS = @X_LIBS@
 
163
X_PRE_LIBS = @X_PRE_LIBS@
 
164
abs_builddir = @abs_builddir@
 
165
abs_srcdir = @abs_srcdir@
 
166
abs_top_builddir = @abs_top_builddir@
 
167
abs_top_srcdir = @abs_top_srcdir@
 
168
ac_ct_CC = @ac_ct_CC@
 
169
ac_ct_CXX = @ac_ct_CXX@
 
170
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
171
all_includes = @all_includes@
 
172
all_libraries = @all_libraries@
 
173
am__include = @am__include@
 
174
am__leading_dot = @am__leading_dot@
 
175
am__quote = @am__quote@
 
176
am__tar = @am__tar@
 
177
am__untar = @am__untar@
 
178
bindir = @bindir@
 
179
build = @build@
 
180
build_alias = @build_alias@
 
181
build_cpu = @build_cpu@
 
182
build_os = @build_os@
 
183
build_vendor = @build_vendor@
 
184
builddir = @builddir@
 
185
 
 
186
# Change data dir from default ($(prefix)/share) to $(prefix)
 
187
datadir = $(prefix)/Mod/Points
 
188
datarootdir = @datarootdir@
 
189
docdir = @docdir@
 
190
dvidir = @dvidir@
 
191
exec_prefix = @exec_prefix@
 
192
host = @host@
 
193
host_alias = @host_alias@
 
194
host_cpu = @host_cpu@
 
195
host_os = @host_os@
 
196
host_vendor = @host_vendor@
 
197
htmldir = @htmldir@
 
198
includedir = @includedir@
 
199
infodir = @infodir@
 
200
install_sh = @install_sh@
 
201
libdir = @libdir@
 
202
libexecdir = @libexecdir@
 
203
localedir = @localedir@
 
204
localstatedir = @localstatedir@
 
205
lt_ECHO = @lt_ECHO@
 
206
mandir = @mandir@
 
207
mkdir_p = @mkdir_p@
 
208
oldincludedir = @oldincludedir@
 
209
opencv_CFLAGS = @opencv_CFLAGS@
 
210
opencv_LIBS = @opencv_LIBS@
 
211
pdfdir = @pdfdir@
 
212
pkgpyexecdir = @pkgpyexecdir@
 
213
pkgpythondir = @pkgpythondir@
 
214
prefix = @prefix@
 
215
program_transform_name = @program_transform_name@
 
216
psdir = @psdir@
 
217
pyexecdir = @pyexecdir@
 
218
pythondir = @pythondir@
 
219
sbindir = @sbindir@
 
220
sharedstatedir = @sharedstatedir@
 
221
sim_ac_coin_configcmd = @sim_ac_coin_configcmd@
 
222
sim_ac_coin_cppflags = @sim_ac_coin_cppflags@
 
223
sim_ac_coin_includedir = @sim_ac_coin_includedir@
 
224
sim_ac_coin_ldflags = @sim_ac_coin_ldflags@
 
225
sim_ac_coin_libs = @sim_ac_coin_libs@
 
226
sim_ac_soqt_configcmd = @sim_ac_soqt_configcmd@
 
227
sim_ac_soqt_cppflags = @sim_ac_soqt_cppflags@
 
228
sim_ac_soqt_includedir = @sim_ac_soqt_includedir@
 
229
sim_ac_soqt_ldflags = @sim_ac_soqt_ldflags@
 
230
sim_ac_soqt_libs = @sim_ac_soqt_libs@
 
231
srcdir = @srcdir@
 
232
sysconfdir = @sysconfdir@
 
233
target_alias = @target_alias@
 
234
top_builddir = @top_builddir@
 
235
top_srcdir = @top_srcdir@
 
236
SUBDIRS = App Gui
 
237
data_DATA = Init.py InitGui.py
 
238
EXTRA_DIST = \
 
239
                $(data_DATA) \
 
240
                CMakeLists.txt
 
241
 
 
242
all: all-recursive
 
243
 
 
244
.SUFFIXES:
 
245
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
246
        @for dep in $?; do \
 
247
          case '$(am__configure_deps)' in \
 
248
            *$$dep*) \
 
249
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
250
                && exit 0; \
 
251
              exit 1;; \
 
252
          esac; \
 
253
        done; \
 
254
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Mod/Points/Makefile'; \
 
255
        cd $(top_srcdir) && \
 
256
          $(AUTOMAKE) --foreign  src/Mod/Points/Makefile
 
257
.PRECIOUS: Makefile
 
258
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
259
        @case '$?' in \
 
260
          *config.status*) \
 
261
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
262
          *) \
 
263
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
264
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
265
        esac;
 
266
 
 
267
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
 
 
270
$(top_srcdir)/configure:  $(am__configure_deps)
 
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
272
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
274
 
 
275
mostlyclean-libtool:
 
276
        -rm -f *.lo
 
277
 
 
278
clean-libtool:
 
279
        -rm -rf .libs _libs
 
280
install-dataDATA: $(data_DATA)
 
281
        @$(NORMAL_INSTALL)
 
282
        test -z "$(datadir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)"
 
283
        @list='$(data_DATA)'; for p in $$list; do \
 
284
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
285
          f=$(am__strip_dir) \
 
286
          echo " $(dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/$$f'"; \
 
287
          $(dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/$$f"; \
 
288
        done
 
289
 
 
290
uninstall-dataDATA:
 
291
        @$(NORMAL_UNINSTALL)
 
292
        @list='$(data_DATA)'; for p in $$list; do \
 
293
          f=$(am__strip_dir) \
 
294
          echo " rm -f '$(DESTDIR)$(datadir)/$$f'"; \
 
295
          rm -f "$(DESTDIR)$(datadir)/$$f"; \
 
296
        done
 
297
 
 
298
# This directory's subdirectories are mostly independent; you can cd
 
299
# into them and run `make' without going through this Makefile.
 
300
# To change the values of `make' variables: instead of editing Makefiles,
 
301
# (1) if the variable is set in `config.status', edit `config.status'
 
302
#     (which will cause the Makefiles to be regenerated when you run `make');
 
303
# (2) otherwise, pass the desired values on the `make' command line.
 
304
$(RECURSIVE_TARGETS):
 
305
        @failcom='exit 1'; \
 
306
        for f in x $$MAKEFLAGS; do \
 
307
          case $$f in \
 
308
            *=* | --[!k]*);; \
 
309
            *k*) failcom='fail=yes';; \
 
310
          esac; \
 
311
        done; \
 
312
        dot_seen=no; \
 
313
        target=`echo $@ | sed s/-recursive//`; \
 
314
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
315
          echo "Making $$target in $$subdir"; \
 
316
          if test "$$subdir" = "."; then \
 
317
            dot_seen=yes; \
 
318
            local_target="$$target-am"; \
 
319
          else \
 
320
            local_target="$$target"; \
 
321
          fi; \
 
322
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
323
          || eval $$failcom; \
 
324
        done; \
 
325
        if test "$$dot_seen" = "no"; then \
 
326
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
327
        fi; test -z "$$fail"
 
328
 
 
329
$(RECURSIVE_CLEAN_TARGETS):
 
330
        @failcom='exit 1'; \
 
331
        for f in x $$MAKEFLAGS; do \
 
332
          case $$f in \
 
333
            *=* | --[!k]*);; \
 
334
            *k*) failcom='fail=yes';; \
 
335
          esac; \
 
336
        done; \
 
337
        dot_seen=no; \
 
338
        case "$@" in \
 
339
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
340
          *) list='$(SUBDIRS)' ;; \
 
341
        esac; \
 
342
        rev=''; for subdir in $$list; do \
 
343
          if test "$$subdir" = "."; then :; else \
 
344
            rev="$$subdir $$rev"; \
 
345
          fi; \
 
346
        done; \
 
347
        rev="$$rev ."; \
 
348
        target=`echo $@ | sed s/-recursive//`; \
 
349
        for subdir in $$rev; do \
 
350
          echo "Making $$target in $$subdir"; \
 
351
          if test "$$subdir" = "."; then \
 
352
            local_target="$$target-am"; \
 
353
          else \
 
354
            local_target="$$target"; \
 
355
          fi; \
 
356
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
357
          || eval $$failcom; \
 
358
        done && test -z "$$fail"
 
359
tags-recursive:
 
360
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
361
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
362
        done
 
363
ctags-recursive:
 
364
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
365
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
366
        done
 
367
 
 
368
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
369
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
370
        unique=`for i in $$list; do \
 
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
372
          done | \
 
373
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
375
        mkid -fID $$unique
 
376
tags: TAGS
 
377
 
 
378
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
379
                $(TAGS_FILES) $(LISP)
 
380
        tags=; \
 
381
        here=`pwd`; \
 
382
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
383
          include_option=--etags-include; \
 
384
          empty_fix=.; \
 
385
        else \
 
386
          include_option=--include; \
 
387
          empty_fix=; \
 
388
        fi; \
 
389
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
390
          if test "$$subdir" = .; then :; else \
 
391
            test ! -f $$subdir/TAGS || \
 
392
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
393
          fi; \
 
394
        done; \
 
395
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
396
        unique=`for i in $$list; do \
 
397
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
398
          done | \
 
399
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
400
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
401
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
402
          test -n "$$unique" || unique=$$empty_fix; \
 
403
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
404
            $$tags $$unique; \
 
405
        fi
 
406
ctags: CTAGS
 
407
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
408
                $(TAGS_FILES) $(LISP)
 
409
        tags=; \
 
410
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
411
        unique=`for i in $$list; do \
 
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
413
          done | \
 
414
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
416
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
417
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
418
             $$tags $$unique
 
419
 
 
420
GTAGS:
 
421
        here=`$(am__cd) $(top_builddir) && pwd` \
 
422
          && cd $(top_srcdir) \
 
423
          && gtags -i $(GTAGS_ARGS) $$here
 
424
 
 
425
distclean-tags:
 
426
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
427
 
 
428
distdir: $(DISTFILES)
 
429
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
430
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
431
        list='$(DISTFILES)'; \
 
432
          dist_files=`for file in $$list; do echo $$file; done | \
 
433
          sed -e "s|^$$srcdirstrip/||;t" \
 
434
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
435
        case $$dist_files in \
 
436
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
437
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
438
                           sort -u` ;; \
 
439
        esac; \
 
440
        for file in $$dist_files; do \
 
441
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
442
          if test -d $$d/$$file; then \
 
443
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
444
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
445
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
446
            fi; \
 
447
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
448
          else \
 
449
            test -f $(distdir)/$$file \
 
450
            || cp -p $$d/$$file $(distdir)/$$file \
 
451
            || exit 1; \
 
452
          fi; \
 
453
        done
 
454
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
455
          if test "$$subdir" = .; then :; else \
 
456
            test -d "$(distdir)/$$subdir" \
 
457
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
458
            || exit 1; \
 
459
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
460
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
461
            (cd $$subdir && \
 
462
              $(MAKE) $(AM_MAKEFLAGS) \
 
463
                top_distdir="$$top_distdir" \
 
464
                distdir="$$distdir/$$subdir" \
 
465
                am__remove_distdir=: \
 
466
                am__skip_length_check=: \
 
467
                distdir) \
 
468
              || exit 1; \
 
469
          fi; \
 
470
        done
 
471
check-am: all-am
 
472
check: check-recursive
 
473
all-am: Makefile $(DATA)
 
474
installdirs: installdirs-recursive
 
475
installdirs-am:
 
476
        for dir in "$(DESTDIR)$(datadir)"; do \
 
477
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
478
        done
 
479
install: install-recursive
 
480
install-exec: install-exec-recursive
 
481
install-data: install-data-recursive
 
482
uninstall: uninstall-recursive
 
483
 
 
484
install-am: all-am
 
485
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
486
 
 
487
installcheck: installcheck-recursive
 
488
install-strip:
 
489
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
490
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
491
          `test -z '$(STRIP)' || \
 
492
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
493
mostlyclean-generic:
 
494
 
 
495
clean-generic:
 
496
 
 
497
distclean-generic:
 
498
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
499
 
 
500
maintainer-clean-generic:
 
501
        @echo "This command is intended for maintainers to use"
 
502
        @echo "it deletes files that may require special tools to rebuild."
 
503
clean: clean-recursive
 
504
 
 
505
clean-am: clean-generic clean-libtool mostlyclean-am
 
506
 
 
507
distclean: distclean-recursive
 
508
        -rm -f Makefile
 
509
distclean-am: clean-am distclean-generic distclean-tags
 
510
 
 
511
dvi: dvi-recursive
 
512
 
 
513
dvi-am:
 
514
 
 
515
html: html-recursive
 
516
 
 
517
info: info-recursive
 
518
 
 
519
info-am:
 
520
 
 
521
install-data-am: install-dataDATA
 
522
 
 
523
install-dvi: install-dvi-recursive
 
524
 
 
525
install-exec-am:
 
526
 
 
527
install-html: install-html-recursive
 
528
 
 
529
install-info: install-info-recursive
 
530
 
 
531
install-man:
 
532
 
 
533
install-pdf: install-pdf-recursive
 
534
 
 
535
install-ps: install-ps-recursive
 
536
 
 
537
installcheck-am:
 
538
 
 
539
maintainer-clean: maintainer-clean-recursive
 
540
        -rm -f Makefile
 
541
maintainer-clean-am: distclean-am maintainer-clean-generic
 
542
 
 
543
mostlyclean: mostlyclean-recursive
 
544
 
 
545
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
546
 
 
547
pdf: pdf-recursive
 
548
 
 
549
pdf-am:
 
550
 
 
551
ps: ps-recursive
 
552
 
 
553
ps-am:
 
554
 
 
555
uninstall-am: uninstall-dataDATA
 
556
 
 
557
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
558
        install-strip
 
559
 
 
560
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
561
        all all-am check check-am clean clean-generic clean-libtool \
 
562
        ctags ctags-recursive distclean distclean-generic \
 
563
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
564
        html-am info info-am install install-am install-data \
 
565
        install-data-am install-dataDATA install-dvi install-dvi-am \
 
566
        install-exec install-exec-am install-html install-html-am \
 
567
        install-info install-info-am install-man install-pdf \
 
568
        install-pdf-am install-ps install-ps-am install-strip \
 
569
        installcheck installcheck-am installdirs installdirs-am \
 
570
        maintainer-clean maintainer-clean-generic mostlyclean \
 
571
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
572
        tags tags-recursive uninstall uninstall-am uninstall-dataDATA
 
573
 
 
574
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
575
# Otherwise a system limit (for SysV at least) may be exceeded.
 
576
.NOEXPORT: