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

« back to all changes in this revision

Viewing changes to src/plugins/scriptedwizard/resources/wxwidgets/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/wxwidgets
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 = common pch rc wxfb wxsmith
240
306
        @for dep in $?; do \
241
307
          case '$(am__configure_deps)' in \
242
308
            *$$dep*) \
243
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
244
 
                && exit 0; \
 
309
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
310
                && { if test -f $@; then exit 0; else break; fi; }; \
245
311
              exit 1;; \
246
312
          esac; \
247
313
        done; \
248
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/scriptedwizard/resources/wxwidgets/Makefile'; \
249
 
        cd $(top_srcdir) && \
250
 
          $(AUTOMAKE) --foreign  src/plugins/scriptedwizard/resources/wxwidgets/Makefile
 
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/wxwidgets/Makefile'; \
 
315
        $(am__cd) $(top_srcdir) && \
 
316
          $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/wxwidgets/Makefile
251
317
.PRECIOUS: Makefile
252
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253
319
        @case '$?' in \
265
331
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
332
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
267
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
334
$(am__aclocal_m4_deps):
268
335
 
269
336
mostlyclean-libtool:
270
337
        -rm -f *.lo
274
341
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
275
342
        @$(NORMAL_INSTALL)
276
343
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
277
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
344
        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
345
        for p in $$list; do \
278
346
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
279
 
          f=$(am__strip_dir) \
280
 
          echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
281
 
          $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
347
          echo "$$d$$p"; \
 
348
        done | $(am__base_list) | \
 
349
        while read files; do \
 
350
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
351
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
282
352
        done
283
353
 
284
354
uninstall-dist_pkgdataDATA:
285
355
        @$(NORMAL_UNINSTALL)
286
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
287
 
          f=$(am__strip_dir) \
288
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
289
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
290
 
        done
 
356
        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
357
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
358
        test -n "$$files" || exit 0; \
 
359
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
360
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
291
361
 
292
362
# This directory's subdirectories are mostly independent; you can cd
293
363
# into them and run `make' without going through this Makefile.
296
366
#     (which will cause the Makefiles to be regenerated when you run `make');
297
367
# (2) otherwise, pass the desired values on the `make' command line.
298
368
$(RECURSIVE_TARGETS):
299
 
        @failcom='exit 1'; \
 
369
        @fail= failcom='exit 1'; \
300
370
        for f in x $$MAKEFLAGS; do \
301
371
          case $$f in \
302
372
            *=* | --[!k]*);; \
313
383
          else \
314
384
            local_target="$$target"; \
315
385
          fi; \
316
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
386
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
317
387
          || eval $$failcom; \
318
388
        done; \
319
389
        if test "$$dot_seen" = "no"; then \
321
391
        fi; test -z "$$fail"
322
392
 
323
393
$(RECURSIVE_CLEAN_TARGETS):
324
 
        @failcom='exit 1'; \
 
394
        @fail= failcom='exit 1'; \
325
395
        for f in x $$MAKEFLAGS; do \
326
396
          case $$f in \
327
397
            *=* | --[!k]*);; \
347
417
          else \
348
418
            local_target="$$target"; \
349
419
          fi; \
350
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
420
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351
421
          || eval $$failcom; \
352
422
        done && test -z "$$fail"
353
423
tags-recursive:
354
424
        list='$(SUBDIRS)'; for subdir in $$list; do \
355
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
425
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
356
426
        done
357
427
ctags-recursive:
358
428
        list='$(SUBDIRS)'; for subdir in $$list; do \
359
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
429
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
360
430
        done
361
431
 
362
432
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
364
434
        unique=`for i in $$list; do \
365
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
436
          done | \
367
 
          $(AWK) '    { files[$$0] = 1; } \
368
 
               END { for (i in files) print i; }'`; \
 
437
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
438
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
439
        mkid -fID $$unique
370
440
tags: TAGS
371
441
 
372
442
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373
443
                $(TAGS_FILES) $(LISP)
374
 
        tags=; \
 
444
        set x; \
375
445
        here=`pwd`; \
376
446
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
377
447
          include_option=--etags-include; \
383
453
        list='$(SUBDIRS)'; for subdir in $$list; do \
384
454
          if test "$$subdir" = .; then :; else \
385
455
            test ! -f $$subdir/TAGS || \
386
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
456
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
387
457
          fi; \
388
458
        done; \
389
459
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390
460
        unique=`for i in $$list; do \
391
461
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392
462
          done | \
393
 
          $(AWK) '    { files[$$0] = 1; } \
394
 
               END { for (i in files) print i; }'`; \
395
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
463
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
464
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
465
        shift; \
 
466
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396
467
          test -n "$$unique" || unique=$$empty_fix; \
397
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
            $$tags $$unique; \
 
468
          if test $$# -gt 0; then \
 
469
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
470
              "$$@" $$unique; \
 
471
          else \
 
472
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
473
              $$unique; \
 
474
          fi; \
399
475
        fi
400
476
ctags: CTAGS
401
477
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
478
                $(TAGS_FILES) $(LISP)
403
 
        tags=; \
404
 
        here=`pwd`; \
405
479
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406
480
        unique=`for i in $$list; do \
407
481
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408
482
          done | \
409
 
          $(AWK) '    { files[$$0] = 1; } \
410
 
               END { for (i in files) print i; }'`; \
411
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
483
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
484
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
485
        test -z "$(CTAGS_ARGS)$$unique" \
412
486
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413
 
             $$tags $$unique
 
487
             $$unique
414
488
 
415
489
GTAGS:
416
490
        here=`$(am__cd) $(top_builddir) && pwd` \
417
 
          && cd $(top_srcdir) \
418
 
          && gtags -i $(GTAGS_ARGS) $$here
 
491
          && $(am__cd) $(top_srcdir) \
 
492
          && gtags -i $(GTAGS_ARGS) "$$here"
419
493
 
420
494
distclean-tags:
421
495
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
510
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437
511
          if test -d $$d/$$file; then \
438
512
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
513
            if test -d "$(distdir)/$$file"; then \
 
514
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
515
            fi; \
439
516
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
517
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
518
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441
519
            fi; \
442
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
520
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443
521
          else \
444
 
            test -f $(distdir)/$$file \
445
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
522
            test -f "$(distdir)/$$file" \
 
523
            || cp -p $$d/$$file "$(distdir)/$$file" \
446
524
            || exit 1; \
447
525
          fi; \
448
526
        done
449
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
527
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
528
          if test "$$subdir" = .; then :; else \
451
529
            test -d "$(distdir)/$$subdir" \
452
530
            || $(MKDIR_P) "$(distdir)/$$subdir" \
453
531
            || exit 1; \
454
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
455
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
456
 
            (cd $$subdir && \
 
532
          fi; \
 
533
        done
 
534
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
535
          if test "$$subdir" = .; then :; else \
 
536
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
537
            $(am__relativize); \
 
538
            new_distdir=$$reldir; \
 
539
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
540
            $(am__relativize); \
 
541
            new_top_distdir=$$reldir; \
 
542
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
543
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
544
            ($(am__cd) $$subdir && \
457
545
              $(MAKE) $(AM_MAKEFLAGS) \
458
 
                top_distdir="$$top_distdir" \
459
 
                distdir="$$distdir/$$subdir" \
 
546
                top_distdir="$$new_top_distdir" \
 
547
                distdir="$$new_distdir" \
460
548
                am__remove_distdir=: \
461
549
                am__skip_length_check=: \
 
550
                am__skip_mode_fix=: \
462
551
                distdir) \
463
552
              || exit 1; \
464
553
          fi; \
491
580
 
492
581
distclean-generic:
493
582
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
583
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
494
584
 
495
585
maintainer-clean-generic:
496
586
        @echo "This command is intended for maintainers to use"
509
599
 
510
600
html: html-recursive
511
601
 
 
602
html-am:
 
603
 
512
604
info: info-recursive
513
605
 
514
606
info-am:
517
609
 
518
610
install-dvi: install-dvi-recursive
519
611
 
 
612
install-dvi-am:
 
613
 
520
614
install-exec-am:
521
615
 
522
616
install-html: install-html-recursive
523
617
 
 
618
install-html-am:
 
619
 
524
620
install-info: install-info-recursive
525
621
 
 
622
install-info-am:
 
623
 
526
624
install-man:
527
625
 
528
626
install-pdf: install-pdf-recursive
529
627
 
 
628
install-pdf-am:
 
629
 
530
630
install-ps: install-ps-recursive
531
631
 
 
632
install-ps-am:
 
633
 
532
634
installcheck-am:
533
635
 
534
636
maintainer-clean: maintainer-clean-recursive
549
651
 
550
652
uninstall-am: uninstall-dist_pkgdataDATA
551
653
 
552
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
553
 
        install-strip
 
654
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
655
        install-am install-strip tags-recursive
554
656
 
555
657
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
556
658
        all all-am check check-am clean clean-generic clean-libtool \
567
669
        ps ps-am tags tags-recursive uninstall uninstall-am \
568
670
        uninstall-dist_pkgdataDATA
569
671
 
 
672
 
570
673
# Tell versions [3.59,3.63) of GNU make to not export all variables.
571
674
# Otherwise a system limit (for SysV at least) may be exceeded.
572
675
.NOEXPORT: