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

« back to all changes in this revision

Viewing changes to src/include/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
45
47
mkinstalldirs = $(install_sh) -d
46
48
CONFIG_HEADER = config.h
47
49
CONFIG_CLEAN_FILES = autorevision.h
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
SOURCES =
49
52
DIST_SOURCES =
50
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60
63
    *) f=$$p;; \
61
64
  esac;
62
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
65
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
66
am__install_max = 40
 
67
am__nobase_strip_setup = \
 
68
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
69
am__nobase_strip = \
 
70
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
71
am__nobase_list = $(am__nobase_strip_setup); \
 
72
  for p in $$list; do echo "$$p $$p"; done | \
 
73
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
74
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
75
    if (++n[$$2] == $(am__install_max)) \
 
76
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
77
    END { for (dir in files) print dir, files[dir] }'
 
78
am__base_list = \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
63
81
am__installdirs = "$(DESTDIR)$(sdkdir)"
64
 
sdkHEADERS_INSTALL = $(INSTALL_HEADER)
65
82
HEADERS = $(sdk_HEADERS)
66
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
67
84
  distclean-recursive maintainer-clean-recursive
 
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
86
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
87
        distdir
68
88
ETAGS = etags
69
89
CTAGS = ctags
70
90
DIST_SUBDIRS = $(SUBDIRS)
71
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
92
am__relativize = \
 
93
  dir0=`pwd`; \
 
94
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
95
  sed_rest='s,^[^/]*/*,,'; \
 
96
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
97
  sed_butlast='s,/*[^/]*$$,,'; \
 
98
  while test -n "$$dir1"; do \
 
99
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
100
    if test "$$first" != "."; then \
 
101
      if test "$$first" = ".."; then \
 
102
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
103
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
104
      else \
 
105
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
106
        if test "$$first2" = "$$first"; then \
 
107
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
108
        else \
 
109
          dir2="../$$dir2"; \
 
110
        fi; \
 
111
        dir0="$$dir0"/"$$first"; \
 
112
      fi; \
 
113
    fi; \
 
114
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
115
  done; \
 
116
  reldir="$$dir2"
72
117
ACLOCAL = @ACLOCAL@
73
118
AMTAR = @AMTAR@
74
119
AR = @AR@
80
125
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
81
126
BUILD_BYOGAMES = @BUILD_BYOGAMES@
82
127
BUILD_CBKODERS = @BUILD_CBKODERS@
 
128
BUILD_CCCC = @BUILD_CCCC@
83
129
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
84
130
BUILD_CODESTAT = @BUILD_CODESTAT@
85
131
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
132
BUILD_CPPCHECK = @BUILD_CPPCHECK@
86
133
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
87
134
BUILD_ENVVARS = @BUILD_ENVVARS@
88
135
BUILD_EXPORTER = @BUILD_EXPORTER@
 
136
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
89
137
BUILD_HELP = @BUILD_HELP@
 
138
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
139
BUILD_INCSEARCH = @BUILD_INCSEARCH@
90
140
BUILD_KEYBINDER = @BUILD_KEYBINDER@
91
141
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
142
BUILD_MOUSESAP = @BUILD_MOUSESAP@
92
143
BUILD_PROFILER = @BUILD_PROFILER@
93
144
BUILD_REGEX = @BUILD_REGEX@
94
145
BUILD_SYMTAB = @BUILD_SYMTAB@
95
146
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
147
BUILD_VALGRIND = @BUILD_VALGRIND@
96
148
BUILD_WXSMITH = @BUILD_WXSMITH@
 
149
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
150
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
97
151
CC = @CC@
98
152
CCDEPMODE = @CCDEPMODE@
99
153
CFLAGS = @CFLAGS@
109
163
DATE = @DATE@
110
164
DEFS = @DEFS@
111
165
DEPDIR = @DEPDIR@
112
 
ECHO = @ECHO@
 
166
DSYMUTIL = @DSYMUTIL@
 
167
DUMPBIN = @DUMPBIN@
113
168
ECHO_C = @ECHO_C@
114
169
ECHO_N = @ECHO_N@
115
170
ECHO_T = @ECHO_T@
116
171
EGREP = @EGREP@
117
172
EXEEXT = @EXEEXT@
118
 
F77 = @F77@
119
 
FFLAGS = @FFLAGS@
 
173
FGREP = @FGREP@
120
174
GREP = @GREP@
121
175
GTK2_CFLAGS = @GTK2_CFLAGS@
122
176
GTK2_LIBS = @GTK2_LIBS@
126
180
INSTALL_PROGRAM = @INSTALL_PROGRAM@
127
181
INSTALL_SCRIPT = @INSTALL_SCRIPT@
128
182
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
183
LD = @LD@
129
184
LDFLAGS = @LDFLAGS@
130
185
LIBOBJS = @LIBOBJS@
131
186
LIBS = @LIBS@
132
187
LIBTOOL = @LIBTOOL@
 
188
LIPO = @LIPO@
133
189
LN_S = @LN_S@
134
190
LTLIBOBJS = @LTLIBOBJS@
135
191
MACSETFILE = @MACSETFILE@
136
192
MAKEINFO = @MAKEINFO@
137
193
MKDIR_P = @MKDIR_P@
 
194
NM = @NM@
 
195
NMEDIT = @NMEDIT@
 
196
OBJDUMP = @OBJDUMP@
138
197
OBJEXT = @OBJEXT@
 
198
OTOOL = @OTOOL@
 
199
OTOOL64 = @OTOOL64@
139
200
PACKAGE = @PACKAGE@
140
201
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141
202
PACKAGE_NAME = @PACKAGE_NAME@
142
203
PACKAGE_STRING = @PACKAGE_STRING@
143
204
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
205
PACKAGE_URL = @PACKAGE_URL@
144
206
PACKAGE_VERSION = @PACKAGE_VERSION@
145
207
PATH_SEPARATOR = @PATH_SEPARATOR@
146
208
PKG_CONFIG = @PKG_CONFIG@
 
209
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
210
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
147
211
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
148
212
PLATFORM_LIBS = @PLATFORM_LIBS@
149
213
PLUGIN_FLAGS = @PLUGIN_FLAGS@
178
242
abs_top_srcdir = @abs_top_srcdir@
179
243
ac_ct_CC = @ac_ct_CC@
180
244
ac_ct_CXX = @ac_ct_CXX@
181
 
ac_ct_F77 = @ac_ct_F77@
 
245
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
182
246
am__include = @am__include@
183
247
am__leading_dot = @am__leading_dot@
184
248
am__quote = @am__quote@
210
274
libexecdir = @libexecdir@
211
275
localedir = @localedir@
212
276
localstatedir = @localstatedir@
 
277
lt_ECHO = @lt_ECHO@
213
278
mandir = @mandir@
214
279
mkdir_p = @mkdir_p@
215
280
oldincludedir = @oldincludedir@
226
291
target_cpu = @target_cpu@
227
292
target_os = @target_os@
228
293
target_vendor = @target_vendor@
 
294
top_build_prefix = @top_build_prefix@
229
295
top_builddir = @top_builddir@
230
296
top_srcdir = @top_srcdir@
231
 
SUBDIRS = scripting tinyxml wxscintilla wxFlatNotebook
 
297
SUBDIRS = scripting tinyxml
232
298
@PRECOMPILE_HEADERS_FALSE@BUILT_SOURCES = 
233
 
@PRECOMPILE_HEADERS_TRUE@BUILT_SOURCES = $(top_srcdir)/src/include/sdk_precomp.h.gch
 
299
@PRECOMPILE_HEADERS_TRUE@BUILT_SOURCES = $(top_srcdir)/src/include/sdk.h.gch \
 
300
@PRECOMPILE_HEADERS_TRUE@               $(top_srcdir)/src/include/sdk_precomp.h.gch
 
301
 
234
302
INCLUDES = $(WX_CXXFLAGS) \
235
303
                        -I$(top_srcdir)/src/include \
236
 
                        -I$(top_srcdir)/src/include/wxscintilla/include \
 
304
                        -I$(top_srcdir)/src/sdk/wxscintilla/include \
237
305
                        -I$(top_srcdir)/src/include/tinyxml \
238
306
                        -I$(top_srcdir)/src/include/scripting/include \
239
 
                        -I$(top_srcdir)/src/include/scripting/sqplus \
240
 
                        -I$(top_srcdir)/src/include/wxFlatNotebook/include
 
307
                        -I$(top_srcdir)/src/include/scripting/sqplus \
 
308
                        -I$(top_srcdir)/src/include/mozilla_chardet
241
309
 
242
310
 
243
311
# Because we are not generating any programs/libraries with this makefile,
252
320
                                backgroundthread.h \
253
321
                                base64.h \
254
322
                                blockallocated.h \
 
323
                                cbauibook.h \
255
324
                                cbeditor.h \
256
325
                                cbeditorprintout.h \
257
326
                                cbexception.h \
335
404
                                safedelete.h \
336
405
                                scriptingmanager.h \
337
406
                                scriptsecuritywarningdlg.h \
 
407
                                scrollingdialog.h \
338
408
                                sdk.h \
339
409
                                sdk_common.h \
340
410
                                sdk_precomp.h \
347
417
                                uservarmanager.h \
348
418
                                virtualbuildtargetsdlg.h \
349
419
                                workspaceloader.h \
350
 
                                xtra_res.h
 
420
                                xtra_res.h \
 
421
                                mozilla_chardet/CharDistribution.h \
 
422
                                mozilla_chardet/JpCntx.h \
 
423
                                mozilla_chardet/nsBig5Prober.h \
 
424
                                mozilla_chardet/nsCharSetProber.h \
 
425
                                mozilla_chardet/nsCodingStateMachine.h \
 
426
                                mozilla_chardet/nscore.h \
 
427
                                mozilla_chardet/nsError.h \
 
428
                                mozilla_chardet/nsEscCharsetProber.h \
 
429
                                mozilla_chardet/nsEUCJPProber.h \
 
430
                                mozilla_chardet/nsEUCKRProber.h \
 
431
                                mozilla_chardet/nsEUCTWProber.h \
 
432
                                mozilla_chardet/nsGB2312Prober.h \
 
433
                                mozilla_chardet/nsHebrewProber.h \
 
434
                                mozilla_chardet/nsLatin1Prober.h \
 
435
                                mozilla_chardet/nsMBCSGroupProber.h \
 
436
                                mozilla_chardet/nsPkgInt.h \
 
437
                                mozilla_chardet/nsSBCharSetProber.h \
 
438
                                mozilla_chardet/nsSBCSGroupProber.h \
 
439
                                mozilla_chardet/nsSJISProber.h \
 
440
                                mozilla_chardet/nsUniversalDetector.h \
 
441
                                mozilla_chardet/nsUTF8Prober.h \
 
442
                                mozilla_chardet/prcpucfg.h \
 
443
                                mozilla_chardet/prmem.h \
 
444
                                mozilla_chardet/prtypes.h
351
445
 
352
446
sdk_HEADERS = $(ALLHEADERS)
 
447
EXTRA_DIST = autorevision.h
353
448
all: $(BUILT_SOURCES) config.h
354
449
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
355
450
 
358
453
        @for dep in $?; do \
359
454
          case '$(am__configure_deps)' in \
360
455
            *$$dep*) \
361
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
362
 
                && exit 0; \
 
456
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
457
                && { if test -f $@; then exit 0; else break; fi; }; \
363
458
              exit 1;; \
364
459
          esac; \
365
460
        done; \
366
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/include/Makefile'; \
367
 
        cd $(top_srcdir) && \
368
 
          $(AUTOMAKE) --foreign  src/include/Makefile
 
461
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/Makefile'; \
 
462
        $(am__cd) $(top_srcdir) && \
 
463
          $(AUTOMAKE) --foreign src/include/Makefile
369
464
.PRECIOUS: Makefile
370
465
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371
466
        @case '$?' in \
383
478
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384
479
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
385
480
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
481
$(am__aclocal_m4_deps):
386
482
 
387
483
config.h: stamp-h1
388
484
        @if test ! -f $@; then \
394
490
        @rm -f stamp-h1
395
491
        cd $(top_builddir) && $(SHELL) ./config.status src/include/config.h
396
492
$(srcdir)/config.h.in:  $(am__configure_deps) 
397
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
493
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
398
494
        rm -f stamp-h1
399
495
        touch $@
400
496
 
411
507
install-sdkHEADERS: $(sdk_HEADERS)
412
508
        @$(NORMAL_INSTALL)
413
509
        test -z "$(sdkdir)" || $(MKDIR_P) "$(DESTDIR)$(sdkdir)"
414
 
        @list='$(sdk_HEADERS)'; for p in $$list; do \
 
510
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
511
        for p in $$list; do \
415
512
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
416
 
          f=$(am__strip_dir) \
417
 
          echo " $(sdkHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(sdkdir)/$$f'"; \
418
 
          $(sdkHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(sdkdir)/$$f"; \
 
513
          echo "$$d$$p"; \
 
514
        done | $(am__base_list) | \
 
515
        while read files; do \
 
516
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \
 
517
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \
419
518
        done
420
519
 
421
520
uninstall-sdkHEADERS:
422
521
        @$(NORMAL_UNINSTALL)
423
 
        @list='$(sdk_HEADERS)'; for p in $$list; do \
424
 
          f=$(am__strip_dir) \
425
 
          echo " rm -f '$(DESTDIR)$(sdkdir)/$$f'"; \
426
 
          rm -f "$(DESTDIR)$(sdkdir)/$$f"; \
427
 
        done
 
522
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
523
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
524
        test -n "$$files" || exit 0; \
 
525
        echo " ( cd '$(DESTDIR)$(sdkdir)' && rm -f" $$files ")"; \
 
526
        cd "$(DESTDIR)$(sdkdir)" && rm -f $$files
428
527
 
429
528
# This directory's subdirectories are mostly independent; you can cd
430
529
# into them and run `make' without going through this Makefile.
433
532
#     (which will cause the Makefiles to be regenerated when you run `make');
434
533
# (2) otherwise, pass the desired values on the `make' command line.
435
534
$(RECURSIVE_TARGETS):
436
 
        @failcom='exit 1'; \
 
535
        @fail= failcom='exit 1'; \
437
536
        for f in x $$MAKEFLAGS; do \
438
537
          case $$f in \
439
538
            *=* | --[!k]*);; \
450
549
          else \
451
550
            local_target="$$target"; \
452
551
          fi; \
453
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
552
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
454
553
          || eval $$failcom; \
455
554
        done; \
456
555
        if test "$$dot_seen" = "no"; then \
458
557
        fi; test -z "$$fail"
459
558
 
460
559
$(RECURSIVE_CLEAN_TARGETS):
461
 
        @failcom='exit 1'; \
 
560
        @fail= failcom='exit 1'; \
462
561
        for f in x $$MAKEFLAGS; do \
463
562
          case $$f in \
464
563
            *=* | --[!k]*);; \
484
583
          else \
485
584
            local_target="$$target"; \
486
585
          fi; \
487
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
586
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488
587
          || eval $$failcom; \
489
588
        done && test -z "$$fail"
490
589
tags-recursive:
491
590
        list='$(SUBDIRS)'; for subdir in $$list; do \
492
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
591
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
493
592
        done
494
593
ctags-recursive:
495
594
        list='$(SUBDIRS)'; for subdir in $$list; do \
496
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
595
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
497
596
        done
498
597
 
499
598
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
501
600
        unique=`for i in $$list; do \
502
601
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
602
          done | \
504
 
          $(AWK) '    { files[$$0] = 1; } \
505
 
               END { for (i in files) print i; }'`; \
 
603
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
604
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
605
        mkid -fID $$unique
507
606
tags: TAGS
508
607
 
509
608
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
510
609
                $(TAGS_FILES) $(LISP)
511
 
        tags=; \
 
610
        set x; \
512
611
        here=`pwd`; \
513
612
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
514
613
          include_option=--etags-include; \
520
619
        list='$(SUBDIRS)'; for subdir in $$list; do \
521
620
          if test "$$subdir" = .; then :; else \
522
621
            test ! -f $$subdir/TAGS || \
523
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
622
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
524
623
          fi; \
525
624
        done; \
526
625
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
527
626
        unique=`for i in $$list; do \
528
627
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529
628
          done | \
530
 
          $(AWK) '    { files[$$0] = 1; } \
531
 
               END { for (i in files) print i; }'`; \
532
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
629
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
630
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
631
        shift; \
 
632
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
533
633
          test -n "$$unique" || unique=$$empty_fix; \
534
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535
 
            $$tags $$unique; \
 
634
          if test $$# -gt 0; then \
 
635
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
636
              "$$@" $$unique; \
 
637
          else \
 
638
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
639
              $$unique; \
 
640
          fi; \
536
641
        fi
537
642
ctags: CTAGS
538
643
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
539
644
                $(TAGS_FILES) $(LISP)
540
 
        tags=; \
541
 
        here=`pwd`; \
542
645
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
543
646
        unique=`for i in $$list; do \
544
647
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
545
648
          done | \
546
 
          $(AWK) '    { files[$$0] = 1; } \
547
 
               END { for (i in files) print i; }'`; \
548
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
649
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
650
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
651
        test -z "$(CTAGS_ARGS)$$unique" \
549
652
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
550
 
             $$tags $$unique
 
653
             $$unique
551
654
 
552
655
GTAGS:
553
656
        here=`$(am__cd) $(top_builddir) && pwd` \
554
 
          && cd $(top_srcdir) \
555
 
          && gtags -i $(GTAGS_ARGS) $$here
 
657
          && $(am__cd) $(top_srcdir) \
 
658
          && gtags -i $(GTAGS_ARGS) "$$here"
556
659
 
557
660
distclean-tags:
558
661
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573
676
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
574
677
          if test -d $$d/$$file; then \
575
678
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
679
            if test -d "$(distdir)/$$file"; then \
 
680
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
681
            fi; \
576
682
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
577
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
683
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
684
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578
685
            fi; \
579
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
686
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
580
687
          else \
581
 
            test -f $(distdir)/$$file \
582
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
688
            test -f "$(distdir)/$$file" \
 
689
            || cp -p $$d/$$file "$(distdir)/$$file" \
583
690
            || exit 1; \
584
691
          fi; \
585
692
        done
586
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
693
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
587
694
          if test "$$subdir" = .; then :; else \
588
695
            test -d "$(distdir)/$$subdir" \
589
696
            || $(MKDIR_P) "$(distdir)/$$subdir" \
590
697
            || exit 1; \
591
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
592
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
593
 
            (cd $$subdir && \
 
698
          fi; \
 
699
        done
 
700
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
701
          if test "$$subdir" = .; then :; else \
 
702
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
703
            $(am__relativize); \
 
704
            new_distdir=$$reldir; \
 
705
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
706
            $(am__relativize); \
 
707
            new_top_distdir=$$reldir; \
 
708
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
709
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
710
            ($(am__cd) $$subdir && \
594
711
              $(MAKE) $(AM_MAKEFLAGS) \
595
 
                top_distdir="$$top_distdir" \
596
 
                distdir="$$distdir/$$subdir" \
 
712
                top_distdir="$$new_top_distdir" \
 
713
                distdir="$$new_distdir" \
597
714
                am__remove_distdir=: \
598
715
                am__skip_length_check=: \
 
716
                am__skip_mode_fix=: \
599
717
                distdir) \
600
718
              || exit 1; \
601
719
          fi; \
630
748
 
631
749
distclean-generic:
632
750
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
751
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
633
752
 
634
753
maintainer-clean-generic:
635
754
        @echo "This command is intended for maintainers to use"
649
768
 
650
769
html: html-recursive
651
770
 
 
771
html-am:
 
772
 
652
773
info: info-recursive
653
774
 
654
775
info-am:
657
778
 
658
779
install-dvi: install-dvi-recursive
659
780
 
 
781
install-dvi-am:
 
782
 
660
783
install-exec-am:
661
784
 
662
785
install-html: install-html-recursive
663
786
 
 
787
install-html-am:
 
788
 
664
789
install-info: install-info-recursive
665
790
 
 
791
install-info-am:
 
792
 
666
793
install-man:
667
794
 
668
795
install-pdf: install-pdf-recursive
669
796
 
 
797
install-pdf-am:
 
798
 
670
799
install-ps: install-ps-recursive
671
800
 
 
801
install-ps-am:
 
802
 
672
803
installcheck-am:
673
804
 
674
805
maintainer-clean: maintainer-clean-recursive
689
820
 
690
821
uninstall-am: uninstall-sdkHEADERS
691
822
 
692
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
693
 
        install-strip
 
823
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
824
        ctags-recursive install install-am install-strip \
 
825
        tags-recursive
694
826
 
695
827
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
696
828
        all all-am check check-am clean clean-generic clean-libtool \
708
840
        uninstall-sdkHEADERS
709
841
 
710
842
 
 
843
$(top_srcdir)/src/include/sdk.h.gch: $(ALLHEADERS)
 
844
        -rm -f $(top_srcdir)/src/include/sdk.h.gch
 
845
        $(CXXCOMPILE) -o $(top_srcdir)/src/include/sdk.h.gch -xc++-header $(srcdir)/sdk.h
 
846
 
711
847
$(top_srcdir)/src/include/sdk_precomp.h.gch: $(ALLHEADERS)
712
848
        -rm -f $(top_srcdir)/src/include/sdk_precomp.h.gch
713
849
        $(CXXCOMPILE) -o $(top_srcdir)/src/include/sdk_precomp.h.gch -xc++-header $(srcdir)/sdk_precomp.h
714
850
 
715
851
clean-local:
 
852
        -rm -f $(top_srcdir)/src/include/sdk.h.gch
716
853
        -rm -f $(top_srcdir)/src/include/sdk_precomp.h.gch
 
854
 
717
855
# Tell versions [3.59,3.63) of GNU make to not export all variables.
718
856
# Otherwise a system limit (for SysV at least) may be exceeded.
719
857
.NOEXPORT: