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

« back to all changes in this revision

Viewing changes to 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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
49
51
mkinstalldirs = $(install_sh) -d
50
52
CONFIG_HEADER = $(top_builddir)/src/include/config.h
51
53
CONFIG_CLEAN_FILES = codeblocks.pc codeblocks.spec codeblocks.plist
 
54
CONFIG_CLEAN_VPATH_FILES =
52
55
SOURCES =
53
56
DIST_SOURCES =
54
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64
67
    *) f=$$p;; \
65
68
  esac;
66
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
69
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
70
am__install_max = 40
 
71
am__nobase_strip_setup = \
 
72
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
73
am__nobase_strip = \
 
74
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
75
am__nobase_list = $(am__nobase_strip_setup); \
 
76
  for p in $$list; do echo "$$p $$p"; done | \
 
77
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
78
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
79
    if (++n[$$2] == $(am__install_max)) \
 
80
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
81
    END { for (dir in files) print dir, files[dir] }'
 
82
am__base_list = \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
67
85
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
68
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
69
86
DATA = $(pkgconfig_DATA)
70
87
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71
88
  distclean-recursive maintainer-clean-recursive
 
89
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
90
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
91
        distdir dist dist-all distcheck
72
92
ETAGS = etags
73
93
CTAGS = ctags
74
94
DIST_SUBDIRS = $(SUBDIRS)
76
96
distdir = $(PACKAGE)-$(VERSION)
77
97
top_distdir = $(distdir)
78
98
am__remove_distdir = \
79
 
  { test ! -d $(distdir) \
80
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
81
 
         && rm -fr $(distdir); }; }
82
 
DIST_ARCHIVES = $(distdir).tar.gz
 
99
  { test ! -d "$(distdir)" \
 
100
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
101
         && rm -fr "$(distdir)"; }; }
 
102
am__relativize = \
 
103
  dir0=`pwd`; \
 
104
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
105
  sed_rest='s,^[^/]*/*,,'; \
 
106
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
107
  sed_butlast='s,/*[^/]*$$,,'; \
 
108
  while test -n "$$dir1"; do \
 
109
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
110
    if test "$$first" != "."; then \
 
111
      if test "$$first" = ".."; then \
 
112
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
113
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
114
      else \
 
115
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
116
        if test "$$first2" = "$$first"; then \
 
117
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
118
        else \
 
119
          dir2="../$$dir2"; \
 
120
        fi; \
 
121
        dir0="$$dir0"/"$$first"; \
 
122
      fi; \
 
123
    fi; \
 
124
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
125
  done; \
 
126
  reldir="$$dir2"
83
127
GZIP_ENV = --best
 
128
DIST_ARCHIVES = $(distdir).tar.bz2
84
129
distuninstallcheck_listfiles = find . -type f -print
85
130
distcleancheck_listfiles = find . -type f -print
86
131
ACLOCAL = @ACLOCAL@
94
139
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
95
140
BUILD_BYOGAMES = @BUILD_BYOGAMES@
96
141
BUILD_CBKODERS = @BUILD_CBKODERS@
 
142
BUILD_CCCC = @BUILD_CCCC@
97
143
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
98
144
BUILD_CODESTAT = @BUILD_CODESTAT@
99
145
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
146
BUILD_CPPCHECK = @BUILD_CPPCHECK@
100
147
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
101
148
BUILD_ENVVARS = @BUILD_ENVVARS@
102
149
BUILD_EXPORTER = @BUILD_EXPORTER@
 
150
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
103
151
BUILD_HELP = @BUILD_HELP@
 
152
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
153
BUILD_INCSEARCH = @BUILD_INCSEARCH@
104
154
BUILD_KEYBINDER = @BUILD_KEYBINDER@
105
155
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
156
BUILD_MOUSESAP = @BUILD_MOUSESAP@
106
157
BUILD_PROFILER = @BUILD_PROFILER@
107
158
BUILD_REGEX = @BUILD_REGEX@
108
159
BUILD_SYMTAB = @BUILD_SYMTAB@
109
160
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
161
BUILD_VALGRIND = @BUILD_VALGRIND@
110
162
BUILD_WXSMITH = @BUILD_WXSMITH@
 
163
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
164
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
111
165
CC = @CC@
112
166
CCDEPMODE = @CCDEPMODE@
113
167
CFLAGS = @CFLAGS@
123
177
DATE = @DATE@
124
178
DEFS = @DEFS@
125
179
DEPDIR = @DEPDIR@
126
 
ECHO = @ECHO@
 
180
DSYMUTIL = @DSYMUTIL@
 
181
DUMPBIN = @DUMPBIN@
127
182
ECHO_C = @ECHO_C@
128
183
ECHO_N = @ECHO_N@
129
184
ECHO_T = @ECHO_T@
130
185
EGREP = @EGREP@
131
186
EXEEXT = @EXEEXT@
132
 
F77 = @F77@
133
 
FFLAGS = @FFLAGS@
 
187
FGREP = @FGREP@
134
188
GREP = @GREP@
135
189
GTK2_CFLAGS = @GTK2_CFLAGS@
136
190
GTK2_LIBS = @GTK2_LIBS@
140
194
INSTALL_PROGRAM = @INSTALL_PROGRAM@
141
195
INSTALL_SCRIPT = @INSTALL_SCRIPT@
142
196
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
197
LD = @LD@
143
198
LDFLAGS = @LDFLAGS@
144
199
LIBOBJS = @LIBOBJS@
145
200
LIBS = @LIBS@
146
201
LIBTOOL = @LIBTOOL@
 
202
LIPO = @LIPO@
147
203
LN_S = @LN_S@
148
204
LTLIBOBJS = @LTLIBOBJS@
149
205
MACSETFILE = @MACSETFILE@
150
206
MAKEINFO = @MAKEINFO@
151
207
MKDIR_P = @MKDIR_P@
 
208
NM = @NM@
 
209
NMEDIT = @NMEDIT@
 
210
OBJDUMP = @OBJDUMP@
152
211
OBJEXT = @OBJEXT@
 
212
OTOOL = @OTOOL@
 
213
OTOOL64 = @OTOOL64@
153
214
PACKAGE = @PACKAGE@
154
215
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155
216
PACKAGE_NAME = @PACKAGE_NAME@
156
217
PACKAGE_STRING = @PACKAGE_STRING@
157
218
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
219
PACKAGE_URL = @PACKAGE_URL@
158
220
PACKAGE_VERSION = @PACKAGE_VERSION@
159
221
PATH_SEPARATOR = @PATH_SEPARATOR@
160
222
PKG_CONFIG = @PKG_CONFIG@
 
223
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
224
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
161
225
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
162
226
PLATFORM_LIBS = @PLATFORM_LIBS@
163
227
PLUGIN_FLAGS = @PLUGIN_FLAGS@
192
256
abs_top_srcdir = @abs_top_srcdir@
193
257
ac_ct_CC = @ac_ct_CC@
194
258
ac_ct_CXX = @ac_ct_CXX@
195
 
ac_ct_F77 = @ac_ct_F77@
 
259
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196
260
am__include = @am__include@
197
261
am__leading_dot = @am__leading_dot@
198
262
am__quote = @am__quote@
224
288
libexecdir = @libexecdir@
225
289
localedir = @localedir@
226
290
localstatedir = @localstatedir@
 
291
lt_ECHO = @lt_ECHO@
227
292
mandir = @mandir@
228
293
mkdir_p = @mkdir_p@
229
294
oldincludedir = @oldincludedir@
240
305
target_cpu = @target_cpu@
241
306
target_os = @target_os@
242
307
target_vendor = @target_vendor@
 
308
top_build_prefix = @top_build_prefix@
243
309
top_builddir = @top_builddir@
244
310
top_srcdir = @top_srcdir@
245
311
SUBDIRS = src
261
327
        @for dep in $?; do \
262
328
          case '$(am__configure_deps)' in \
263
329
            *$$dep*) \
264
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
265
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
330
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
331
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
266
332
                && exit 0; \
267
333
              exit 1;; \
268
334
          esac; \
269
335
        done; \
270
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
271
 
        cd $(top_srcdir) && \
272
 
          $(AUTOMAKE) --foreign  Makefile
 
336
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
337
        $(am__cd) $(top_srcdir) && \
 
338
          $(AUTOMAKE) --foreign Makefile
273
339
.PRECIOUS: Makefile
274
340
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275
341
        @case '$?' in \
285
351
        $(SHELL) ./config.status --recheck
286
352
 
287
353
$(top_srcdir)/configure:  $(am__configure_deps)
288
 
        cd $(srcdir) && $(AUTOCONF)
 
354
        $(am__cd) $(srcdir) && $(AUTOCONF)
289
355
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
290
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
356
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
357
$(am__aclocal_m4_deps):
291
358
codeblocks.pc: $(top_builddir)/config.status $(srcdir)/codeblocks.pc.in
292
359
        cd $(top_builddir) && $(SHELL) ./config.status $@
293
360
codeblocks.spec: $(top_builddir)/config.status $(srcdir)/codeblocks.spec.in
302
369
        -rm -rf .libs _libs
303
370
 
304
371
distclean-libtool:
305
 
        -rm -f libtool
 
372
        -rm -f libtool config.lt
306
373
install-pkgconfigDATA: $(pkgconfig_DATA)
307
374
        @$(NORMAL_INSTALL)
308
375
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
309
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
376
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
377
        for p in $$list; do \
310
378
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
311
 
          f=$(am__strip_dir) \
312
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
313
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
379
          echo "$$d$$p"; \
 
380
        done | $(am__base_list) | \
 
381
        while read files; do \
 
382
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
383
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
314
384
        done
315
385
 
316
386
uninstall-pkgconfigDATA:
317
387
        @$(NORMAL_UNINSTALL)
318
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
319
 
          f=$(am__strip_dir) \
320
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
321
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
322
 
        done
 
388
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
389
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
390
        test -n "$$files" || exit 0; \
 
391
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
392
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
323
393
 
324
394
# This directory's subdirectories are mostly independent; you can cd
325
395
# into them and run `make' without going through this Makefile.
328
398
#     (which will cause the Makefiles to be regenerated when you run `make');
329
399
# (2) otherwise, pass the desired values on the `make' command line.
330
400
$(RECURSIVE_TARGETS):
331
 
        @failcom='exit 1'; \
 
401
        @fail= failcom='exit 1'; \
332
402
        for f in x $$MAKEFLAGS; do \
333
403
          case $$f in \
334
404
            *=* | --[!k]*);; \
345
415
          else \
346
416
            local_target="$$target"; \
347
417
          fi; \
348
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
418
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349
419
          || eval $$failcom; \
350
420
        done; \
351
421
        if test "$$dot_seen" = "no"; then \
353
423
        fi; test -z "$$fail"
354
424
 
355
425
$(RECURSIVE_CLEAN_TARGETS):
356
 
        @failcom='exit 1'; \
 
426
        @fail= failcom='exit 1'; \
357
427
        for f in x $$MAKEFLAGS; do \
358
428
          case $$f in \
359
429
            *=* | --[!k]*);; \
379
449
          else \
380
450
            local_target="$$target"; \
381
451
          fi; \
382
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
452
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383
453
          || eval $$failcom; \
384
454
        done && test -z "$$fail"
385
455
tags-recursive:
386
456
        list='$(SUBDIRS)'; for subdir in $$list; do \
387
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
457
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
388
458
        done
389
459
ctags-recursive:
390
460
        list='$(SUBDIRS)'; for subdir in $$list; do \
391
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
461
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
392
462
        done
393
463
 
394
464
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
396
466
        unique=`for i in $$list; do \
397
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
468
          done | \
399
 
          $(AWK) '    { files[$$0] = 1; } \
400
 
               END { for (i in files) print i; }'`; \
 
469
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
471
        mkid -fID $$unique
402
472
tags: TAGS
403
473
 
404
474
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
405
475
                $(TAGS_FILES) $(LISP)
406
 
        tags=; \
 
476
        set x; \
407
477
        here=`pwd`; \
408
478
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
409
479
          include_option=--etags-include; \
415
485
        list='$(SUBDIRS)'; for subdir in $$list; do \
416
486
          if test "$$subdir" = .; then :; else \
417
487
            test ! -f $$subdir/TAGS || \
418
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
488
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
419
489
          fi; \
420
490
        done; \
421
491
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
492
        unique=`for i in $$list; do \
423
493
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
494
          done | \
425
 
          $(AWK) '    { files[$$0] = 1; } \
426
 
               END { for (i in files) print i; }'`; \
427
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
495
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
496
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
497
        shift; \
 
498
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428
499
          test -n "$$unique" || unique=$$empty_fix; \
429
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430
 
            $$tags $$unique; \
 
500
          if test $$# -gt 0; then \
 
501
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
502
              "$$@" $$unique; \
 
503
          else \
 
504
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
505
              $$unique; \
 
506
          fi; \
431
507
        fi
432
508
ctags: CTAGS
433
509
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434
510
                $(TAGS_FILES) $(LISP)
435
 
        tags=; \
436
 
        here=`pwd`; \
437
511
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438
512
        unique=`for i in $$list; do \
439
513
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
514
          done | \
441
 
          $(AWK) '    { files[$$0] = 1; } \
442
 
               END { for (i in files) print i; }'`; \
443
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
515
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
516
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
517
        test -z "$(CTAGS_ARGS)$$unique" \
444
518
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445
 
             $$tags $$unique
 
519
             $$unique
446
520
 
447
521
GTAGS:
448
522
        here=`$(am__cd) $(top_builddir) && pwd` \
449
 
          && cd $(top_srcdir) \
450
 
          && gtags -i $(GTAGS_ARGS) $$here
 
523
          && $(am__cd) $(top_srcdir) \
 
524
          && gtags -i $(GTAGS_ARGS) "$$here"
451
525
 
452
526
distclean-tags:
453
527
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
454
528
 
455
529
distdir: $(DISTFILES)
456
530
        $(am__remove_distdir)
457
 
        test -d $(distdir) || mkdir $(distdir)
 
531
        test -d "$(distdir)" || mkdir "$(distdir)"
458
532
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459
533
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460
534
        list='$(DISTFILES)'; \
470
544
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
471
545
          if test -d $$d/$$file; then \
472
546
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
547
            if test -d "$(distdir)/$$file"; then \
 
548
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
549
            fi; \
473
550
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
474
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
551
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
552
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475
553
            fi; \
476
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
554
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
477
555
          else \
478
 
            test -f $(distdir)/$$file \
479
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
556
            test -f "$(distdir)/$$file" \
 
557
            || cp -p $$d/$$file "$(distdir)/$$file" \
480
558
            || exit 1; \
481
559
          fi; \
482
560
        done
483
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
561
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
484
562
          if test "$$subdir" = .; then :; else \
485
563
            test -d "$(distdir)/$$subdir" \
486
564
            || $(MKDIR_P) "$(distdir)/$$subdir" \
487
565
            || exit 1; \
488
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
489
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
490
 
            (cd $$subdir && \
 
566
          fi; \
 
567
        done
 
568
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
569
          if test "$$subdir" = .; then :; else \
 
570
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
571
            $(am__relativize); \
 
572
            new_distdir=$$reldir; \
 
573
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
574
            $(am__relativize); \
 
575
            new_top_distdir=$$reldir; \
 
576
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
577
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
578
            ($(am__cd) $$subdir && \
491
579
              $(MAKE) $(AM_MAKEFLAGS) \
492
 
                top_distdir="$$top_distdir" \
493
 
                distdir="$$distdir/$$subdir" \
 
580
                top_distdir="$$new_top_distdir" \
 
581
                distdir="$$new_distdir" \
494
582
                am__remove_distdir=: \
495
583
                am__skip_length_check=: \
 
584
                am__skip_mode_fix=: \
496
585
                distdir) \
497
586
              || exit 1; \
498
587
          fi; \
499
588
        done
500
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
589
        -test -n "$(am__skip_mode_fix)" \
 
590
        || find "$(distdir)" -type d ! -perm -755 \
 
591
                -exec chmod u+rwx,go+rx {} \; -o \
501
592
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
502
593
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
503
594
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
504
 
        || chmod -R a+r $(distdir)
 
595
        || chmod -R a+r "$(distdir)"
505
596
dist-gzip: distdir
506
597
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
507
598
        $(am__remove_distdir)
508
 
 
509
599
dist-bzip2: distdir
510
600
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
511
601
        $(am__remove_distdir)
512
602
 
 
603
dist-lzma: distdir
 
604
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
605
        $(am__remove_distdir)
 
606
 
 
607
dist-xz: distdir
 
608
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
609
        $(am__remove_distdir)
 
610
 
513
611
dist-tarZ: distdir
514
612
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
515
613
        $(am__remove_distdir)
524
622
        $(am__remove_distdir)
525
623
 
526
624
dist dist-all: distdir
527
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
625
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
528
626
        $(am__remove_distdir)
529
627
 
530
628
# This target untars the dist file and tries a VPATH configuration.  Then
533
631
distcheck: dist
534
632
        case '$(DIST_ARCHIVES)' in \
535
633
        *.tar.gz*) \
536
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
634
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
537
635
        *.tar.bz2*) \
538
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
636
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
637
        *.tar.lzma*) \
 
638
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
639
        *.tar.xz*) \
 
640
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
539
641
        *.tar.Z*) \
540
642
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
541
643
        *.shar.gz*) \
542
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
644
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
543
645
        *.zip*) \
544
646
          unzip $(distdir).zip ;;\
545
647
        esac
547
649
        mkdir $(distdir)/_build
548
650
        mkdir $(distdir)/_inst
549
651
        chmod a-w $(distdir)
 
652
        test -d $(distdir)/_build || exit 0; \
550
653
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
551
654
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
552
 
          && cd $(distdir)/_build \
 
655
          && am__cwd=`pwd` \
 
656
          && $(am__cd) $(distdir)/_build \
553
657
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
554
658
            $(DISTCHECK_CONFIGURE_FLAGS) \
555
659
          && $(MAKE) $(AM_MAKEFLAGS) \
571
675
          && rm -rf "$$dc_destdir" \
572
676
          && $(MAKE) $(AM_MAKEFLAGS) dist \
573
677
          && rm -rf $(DIST_ARCHIVES) \
574
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
678
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
679
          && cd "$$am__cwd" \
 
680
          || exit 1
575
681
        $(am__remove_distdir)
576
682
        @(echo "$(distdir) archives ready for distribution: "; \
577
683
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
578
684
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
579
685
distuninstallcheck:
580
 
        @cd $(distuninstallcheck_dir) \
 
686
        @$(am__cd) '$(distuninstallcheck_dir)' \
581
687
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
582
688
           || { echo "ERROR: files left after uninstall:" ; \
583
689
                if test -n "$(DESTDIR)"; then \
622
728
 
623
729
distclean-generic:
624
730
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
731
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
625
732
 
626
733
maintainer-clean-generic:
627
734
        @echo "This command is intended for maintainers to use"
642
749
 
643
750
html: html-recursive
644
751
 
 
752
html-am:
 
753
 
645
754
info: info-recursive
646
755
 
647
756
info-am:
650
759
 
651
760
install-dvi: install-dvi-recursive
652
761
 
 
762
install-dvi-am:
 
763
 
653
764
install-exec-am:
654
765
 
655
766
install-html: install-html-recursive
656
767
 
 
768
install-html-am:
 
769
 
657
770
install-info: install-info-recursive
658
771
 
 
772
install-info-am:
 
773
 
659
774
install-man:
660
775
 
661
776
install-pdf: install-pdf-recursive
662
777
 
 
778
install-pdf-am:
 
779
 
663
780
install-ps: install-ps-recursive
664
781
 
 
782
install-ps-am:
 
783
 
665
784
installcheck-am:
666
785
 
667
786
maintainer-clean: maintainer-clean-recursive
684
803
 
685
804
uninstall-am: uninstall-pkgconfigDATA
686
805
 
687
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
688
 
        install-strip
 
806
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
807
        install-am install-strip tags-recursive
689
808
 
690
809
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
691
810
        all all-am am--refresh check check-am clean clean-generic \
692
811
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
693
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
694
 
        distclean-generic distclean-libtool distclean-tags \
695
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
696
 
        html-am info info-am install install-am install-data \
697
 
        install-data-am install-dvi install-dvi-am install-exec \
698
 
        install-exec-am install-html install-html-am install-info \
699
 
        install-info-am install-man install-pdf install-pdf-am \
700
 
        install-pkgconfigDATA install-ps install-ps-am install-strip \
701
 
        installcheck installcheck-am installdirs installdirs-am \
702
 
        maintainer-clean maintainer-clean-generic mostlyclean \
703
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
704
 
        tags tags-recursive uninstall uninstall-am \
 
812
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
813
        distcheck distclean distclean-generic distclean-libtool \
 
814
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
815
        dvi-am html html-am info info-am install install-am \
 
816
        install-data install-data-am install-dvi install-dvi-am \
 
817
        install-exec install-exec-am install-html install-html-am \
 
818
        install-info install-info-am install-man install-pdf \
 
819
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
820
        install-strip installcheck installcheck-am installdirs \
 
821
        installdirs-am maintainer-clean maintainer-clean-generic \
 
822
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
823
        ps ps-am tags tags-recursive uninstall uninstall-am \
705
824
        uninstall-pkgconfigDATA
706
825
 
707
826
 
711
830
clean-bin:
712
831
        find . -name "*.la" | xargs rm -f
713
832
        rm -f src/src/codeblocks
 
833
 
714
834
# Tell versions [3.59,3.63) of GNU make to not export all variables.
715
835
# Otherwise a system limit (for SysV at least) may be exceeded.
716
836
.NOEXPORT: