~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/scriptedwizard/resources/opengl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
 
17
18
VPATH = @srcdir@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/src/include/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
SOURCES =
47
50
DIST_SOURCES =
48
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
61
    *) f=$$p;; \
59
62
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
64
am__install_max = 40
 
65
am__nobase_strip_setup = \
 
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
67
am__nobase_strip = \
 
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
69
am__nobase_list = $(am__nobase_strip_setup); \
 
70
  for p in $$list; do echo "$$p $$p"; done | \
 
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
73
    if (++n[$$2] == $(am__install_max)) \
 
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
75
    END { for (dir in files) print dir, files[dir] }'
 
76
am__base_list = \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
61
79
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
62
 
dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
63
80
DATA = $(dist_pkgdata_DATA)
64
81
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
82
  distclean-recursive maintainer-clean-recursive
 
83
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
84
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
85
        distdir
66
86
ETAGS = etags
67
87
CTAGS = ctags
68
88
DIST_SUBDIRS = $(SUBDIRS)
69
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
90
am__relativize = \
 
91
  dir0=`pwd`; \
 
92
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
93
  sed_rest='s,^[^/]*/*,,'; \
 
94
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
95
  sed_butlast='s,/*[^/]*$$,,'; \
 
96
  while test -n "$$dir1"; do \
 
97
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
98
    if test "$$first" != "."; then \
 
99
      if test "$$first" = ".."; then \
 
100
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
101
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
102
      else \
 
103
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
104
        if test "$$first2" = "$$first"; then \
 
105
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
106
        else \
 
107
          dir2="../$$dir2"; \
 
108
        fi; \
 
109
        dir0="$$dir0"/"$$first"; \
 
110
      fi; \
 
111
    fi; \
 
112
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
113
  done; \
 
114
  reldir="$$dir2"
70
115
pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/opengl
71
116
ACLOCAL = @ACLOCAL@
72
117
AMTAR = @AMTAR@
79
124
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
80
125
BUILD_BYOGAMES = @BUILD_BYOGAMES@
81
126
BUILD_CBKODERS = @BUILD_CBKODERS@
 
127
BUILD_CCCC = @BUILD_CCCC@
82
128
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
83
129
BUILD_CODESTAT = @BUILD_CODESTAT@
84
130
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
131
BUILD_CPPCHECK = @BUILD_CPPCHECK@
85
132
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
86
133
BUILD_ENVVARS = @BUILD_ENVVARS@
87
134
BUILD_EXPORTER = @BUILD_EXPORTER@
 
135
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
88
136
BUILD_HELP = @BUILD_HELP@
 
137
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
138
BUILD_INCSEARCH = @BUILD_INCSEARCH@
89
139
BUILD_KEYBINDER = @BUILD_KEYBINDER@
90
140
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
141
BUILD_MOUSESAP = @BUILD_MOUSESAP@
91
142
BUILD_PROFILER = @BUILD_PROFILER@
92
143
BUILD_REGEX = @BUILD_REGEX@
93
144
BUILD_SYMTAB = @BUILD_SYMTAB@
94
145
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
146
BUILD_VALGRIND = @BUILD_VALGRIND@
95
147
BUILD_WXSMITH = @BUILD_WXSMITH@
 
148
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
149
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
96
150
CC = @CC@
97
151
CCDEPMODE = @CCDEPMODE@
98
152
CFLAGS = @CFLAGS@
108
162
DATE = @DATE@
109
163
DEFS = @DEFS@
110
164
DEPDIR = @DEPDIR@
111
 
ECHO = @ECHO@
 
165
DSYMUTIL = @DSYMUTIL@
 
166
DUMPBIN = @DUMPBIN@
112
167
ECHO_C = @ECHO_C@
113
168
ECHO_N = @ECHO_N@
114
169
ECHO_T = @ECHO_T@
115
170
EGREP = @EGREP@
116
171
EXEEXT = @EXEEXT@
117
 
F77 = @F77@
118
 
FFLAGS = @FFLAGS@
 
172
FGREP = @FGREP@
119
173
GREP = @GREP@
120
174
GTK2_CFLAGS = @GTK2_CFLAGS@
121
175
GTK2_LIBS = @GTK2_LIBS@
125
179
INSTALL_PROGRAM = @INSTALL_PROGRAM@
126
180
INSTALL_SCRIPT = @INSTALL_SCRIPT@
127
181
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
182
LD = @LD@
128
183
LDFLAGS = @LDFLAGS@
129
184
LIBOBJS = @LIBOBJS@
130
185
LIBS = @LIBS@
131
186
LIBTOOL = @LIBTOOL@
 
187
LIPO = @LIPO@
132
188
LN_S = @LN_S@
133
189
LTLIBOBJS = @LTLIBOBJS@
134
190
MACSETFILE = @MACSETFILE@
135
191
MAKEINFO = @MAKEINFO@
136
192
MKDIR_P = @MKDIR_P@
 
193
NM = @NM@
 
194
NMEDIT = @NMEDIT@
 
195
OBJDUMP = @OBJDUMP@
137
196
OBJEXT = @OBJEXT@
 
197
OTOOL = @OTOOL@
 
198
OTOOL64 = @OTOOL64@
138
199
PACKAGE = @PACKAGE@
139
200
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
201
PACKAGE_NAME = @PACKAGE_NAME@
141
202
PACKAGE_STRING = @PACKAGE_STRING@
142
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_URL = @PACKAGE_URL@
143
205
PACKAGE_VERSION = @PACKAGE_VERSION@
144
206
PATH_SEPARATOR = @PATH_SEPARATOR@
145
207
PKG_CONFIG = @PKG_CONFIG@
 
208
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
209
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
146
210
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
147
211
PLATFORM_LIBS = @PLATFORM_LIBS@
148
212
PLUGIN_FLAGS = @PLUGIN_FLAGS@
177
241
abs_top_srcdir = @abs_top_srcdir@
178
242
ac_ct_CC = @ac_ct_CC@
179
243
ac_ct_CXX = @ac_ct_CXX@
180
 
ac_ct_F77 = @ac_ct_F77@
 
244
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181
245
am__include = @am__include@
182
246
am__leading_dot = @am__leading_dot@
183
247
am__quote = @am__quote@
209
273
libexecdir = @libexecdir@
210
274
localedir = @localedir@
211
275
localstatedir = @localstatedir@
 
276
lt_ECHO = @lt_ECHO@
212
277
mandir = @mandir@
213
278
mkdir_p = @mkdir_p@
214
279
oldincludedir = @oldincludedir@
225
290
target_cpu = @target_cpu@
226
291
target_os = @target_os@
227
292
target_vendor = @target_vendor@
 
293
top_build_prefix = @top_build_prefix@
228
294
top_builddir = @top_builddir@
229
295
top_srcdir = @top_srcdir@
230
296
SUBDIRS = files_unix files_win
239
305
        @for dep in $?; do \
240
306
          case '$(am__configure_deps)' in \
241
307
            *$$dep*) \
242
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
243
 
                && exit 0; \
 
308
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
309
                && { if test -f $@; then exit 0; else break; fi; }; \
244
310
              exit 1;; \
245
311
          esac; \
246
312
        done; \
247
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/scriptedwizard/resources/opengl/Makefile'; \
248
 
        cd $(top_srcdir) && \
249
 
          $(AUTOMAKE) --foreign  src/plugins/scriptedwizard/resources/opengl/Makefile
 
313
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opengl/Makefile'; \
 
314
        $(am__cd) $(top_srcdir) && \
 
315
          $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opengl/Makefile
250
316
.PRECIOUS: Makefile
251
317
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252
318
        @case '$?' in \
264
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
331
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
266
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
333
$(am__aclocal_m4_deps):
267
334
 
268
335
mostlyclean-libtool:
269
336
        -rm -f *.lo
273
340
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
274
341
        @$(NORMAL_INSTALL)
275
342
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
276
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
343
        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
344
        for p in $$list; do \
277
345
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
278
 
          f=$(am__strip_dir) \
279
 
          echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
280
 
          $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
346
          echo "$$d$$p"; \
 
347
        done | $(am__base_list) | \
 
348
        while read files; do \
 
349
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
350
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
281
351
        done
282
352
 
283
353
uninstall-dist_pkgdataDATA:
284
354
        @$(NORMAL_UNINSTALL)
285
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
286
 
          f=$(am__strip_dir) \
287
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
288
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
289
 
        done
 
355
        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
356
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
357
        test -n "$$files" || exit 0; \
 
358
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
359
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
290
360
 
291
361
# This directory's subdirectories are mostly independent; you can cd
292
362
# into them and run `make' without going through this Makefile.
295
365
#     (which will cause the Makefiles to be regenerated when you run `make');
296
366
# (2) otherwise, pass the desired values on the `make' command line.
297
367
$(RECURSIVE_TARGETS):
298
 
        @failcom='exit 1'; \
 
368
        @fail= failcom='exit 1'; \
299
369
        for f in x $$MAKEFLAGS; do \
300
370
          case $$f in \
301
371
            *=* | --[!k]*);; \
312
382
          else \
313
383
            local_target="$$target"; \
314
384
          fi; \
315
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
385
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316
386
          || eval $$failcom; \
317
387
        done; \
318
388
        if test "$$dot_seen" = "no"; then \
320
390
        fi; test -z "$$fail"
321
391
 
322
392
$(RECURSIVE_CLEAN_TARGETS):
323
 
        @failcom='exit 1'; \
 
393
        @fail= failcom='exit 1'; \
324
394
        for f in x $$MAKEFLAGS; do \
325
395
          case $$f in \
326
396
            *=* | --[!k]*);; \
346
416
          else \
347
417
            local_target="$$target"; \
348
418
          fi; \
349
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
419
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350
420
          || eval $$failcom; \
351
421
        done && test -z "$$fail"
352
422
tags-recursive:
353
423
        list='$(SUBDIRS)'; for subdir in $$list; do \
354
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
424
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355
425
        done
356
426
ctags-recursive:
357
427
        list='$(SUBDIRS)'; for subdir in $$list; do \
358
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
428
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359
429
        done
360
430
 
361
431
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363
433
        unique=`for i in $$list; do \
364
434
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
435
          done | \
366
 
          $(AWK) '    { files[$$0] = 1; } \
367
 
               END { for (i in files) print i; }'`; \
 
436
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
437
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
438
        mkid -fID $$unique
369
439
tags: TAGS
370
440
 
371
441
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372
442
                $(TAGS_FILES) $(LISP)
373
 
        tags=; \
 
443
        set x; \
374
444
        here=`pwd`; \
375
445
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376
446
          include_option=--etags-include; \
382
452
        list='$(SUBDIRS)'; for subdir in $$list; do \
383
453
          if test "$$subdir" = .; then :; else \
384
454
            test ! -f $$subdir/TAGS || \
385
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
455
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386
456
          fi; \
387
457
        done; \
388
458
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389
459
        unique=`for i in $$list; do \
390
460
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
461
          done | \
392
 
          $(AWK) '    { files[$$0] = 1; } \
393
 
               END { for (i in files) print i; }'`; \
394
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
462
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
463
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
464
        shift; \
 
465
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395
466
          test -n "$$unique" || unique=$$empty_fix; \
396
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397
 
            $$tags $$unique; \
 
467
          if test $$# -gt 0; then \
 
468
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
469
              "$$@" $$unique; \
 
470
          else \
 
471
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
472
              $$unique; \
 
473
          fi; \
398
474
        fi
399
475
ctags: CTAGS
400
476
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401
477
                $(TAGS_FILES) $(LISP)
402
 
        tags=; \
403
 
        here=`pwd`; \
404
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
479
        unique=`for i in $$list; do \
406
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
481
          done | \
408
 
          $(AWK) '    { files[$$0] = 1; } \
409
 
               END { for (i in files) print i; }'`; \
410
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
484
        test -z "$(CTAGS_ARGS)$$unique" \
411
485
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
 
             $$tags $$unique
 
486
             $$unique
413
487
 
414
488
GTAGS:
415
489
        here=`$(am__cd) $(top_builddir) && pwd` \
416
 
          && cd $(top_srcdir) \
417
 
          && gtags -i $(GTAGS_ARGS) $$here
 
490
          && $(am__cd) $(top_srcdir) \
 
491
          && gtags -i $(GTAGS_ARGS) "$$here"
418
492
 
419
493
distclean-tags:
420
494
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
509
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436
510
          if test -d $$d/$$file; then \
437
511
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
512
            if test -d "$(distdir)/$$file"; then \
 
513
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
514
            fi; \
438
515
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
516
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
517
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
440
518
            fi; \
441
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
519
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
442
520
          else \
443
 
            test -f $(distdir)/$$file \
444
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
521
            test -f "$(distdir)/$$file" \
 
522
            || cp -p $$d/$$file "$(distdir)/$$file" \
445
523
            || exit 1; \
446
524
          fi; \
447
525
        done
448
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
526
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
449
527
          if test "$$subdir" = .; then :; else \
450
528
            test -d "$(distdir)/$$subdir" \
451
529
            || $(MKDIR_P) "$(distdir)/$$subdir" \
452
530
            || exit 1; \
453
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
454
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
455
 
            (cd $$subdir && \
 
531
          fi; \
 
532
        done
 
533
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
534
          if test "$$subdir" = .; then :; else \
 
535
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
536
            $(am__relativize); \
 
537
            new_distdir=$$reldir; \
 
538
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
539
            $(am__relativize); \
 
540
            new_top_distdir=$$reldir; \
 
541
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
542
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
543
            ($(am__cd) $$subdir && \
456
544
              $(MAKE) $(AM_MAKEFLAGS) \
457
 
                top_distdir="$$top_distdir" \
458
 
                distdir="$$distdir/$$subdir" \
 
545
                top_distdir="$$new_top_distdir" \
 
546
                distdir="$$new_distdir" \
459
547
                am__remove_distdir=: \
460
548
                am__skip_length_check=: \
 
549
                am__skip_mode_fix=: \
461
550
                distdir) \
462
551
              || exit 1; \
463
552
          fi; \
490
579
 
491
580
distclean-generic:
492
581
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
582
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
493
583
 
494
584
maintainer-clean-generic:
495
585
        @echo "This command is intended for maintainers to use"
508
598
 
509
599
html: html-recursive
510
600
 
 
601
html-am:
 
602
 
511
603
info: info-recursive
512
604
 
513
605
info-am:
516
608
 
517
609
install-dvi: install-dvi-recursive
518
610
 
 
611
install-dvi-am:
 
612
 
519
613
install-exec-am:
520
614
 
521
615
install-html: install-html-recursive
522
616
 
 
617
install-html-am:
 
618
 
523
619
install-info: install-info-recursive
524
620
 
 
621
install-info-am:
 
622
 
525
623
install-man:
526
624
 
527
625
install-pdf: install-pdf-recursive
528
626
 
 
627
install-pdf-am:
 
628
 
529
629
install-ps: install-ps-recursive
530
630
 
 
631
install-ps-am:
 
632
 
531
633
installcheck-am:
532
634
 
533
635
maintainer-clean: maintainer-clean-recursive
548
650
 
549
651
uninstall-am: uninstall-dist_pkgdataDATA
550
652
 
551
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
552
 
        install-strip
 
653
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
654
        install-am install-strip tags-recursive
553
655
 
554
656
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
555
657
        all all-am check check-am clean clean-generic clean-libtool \
566
668
        ps ps-am tags tags-recursive uninstall uninstall-am \
567
669
        uninstall-dist_pkgdataDATA
568
670
 
 
671
 
569
672
# Tell versions [3.59,3.63) of GNU make to not export all variables.
570
673
# Otherwise a system limit (for SysV at least) may be exceeded.
571
674
.NOEXPORT: