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

« back to all changes in this revision

Viewing changes to src/include/tinyxml/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
44
46
mkinstalldirs = $(install_sh) -d
45
47
CONFIG_HEADER = $(top_builddir)/src/include/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
SOURCES =
48
51
DIST_SOURCES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(sdkdir)"
56
 
sdkHEADERS_INSTALL = $(INSTALL_HEADER)
57
74
HEADERS = $(sdk_HEADERS)
58
75
ETAGS = etags
59
76
CTAGS = ctags
69
86
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
70
87
BUILD_BYOGAMES = @BUILD_BYOGAMES@
71
88
BUILD_CBKODERS = @BUILD_CBKODERS@
 
89
BUILD_CCCC = @BUILD_CCCC@
72
90
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
73
91
BUILD_CODESTAT = @BUILD_CODESTAT@
74
92
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
93
BUILD_CPPCHECK = @BUILD_CPPCHECK@
75
94
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
76
95
BUILD_ENVVARS = @BUILD_ENVVARS@
77
96
BUILD_EXPORTER = @BUILD_EXPORTER@
 
97
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
78
98
BUILD_HELP = @BUILD_HELP@
 
99
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
100
BUILD_INCSEARCH = @BUILD_INCSEARCH@
79
101
BUILD_KEYBINDER = @BUILD_KEYBINDER@
80
102
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
103
BUILD_MOUSESAP = @BUILD_MOUSESAP@
81
104
BUILD_PROFILER = @BUILD_PROFILER@
82
105
BUILD_REGEX = @BUILD_REGEX@
83
106
BUILD_SYMTAB = @BUILD_SYMTAB@
84
107
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
108
BUILD_VALGRIND = @BUILD_VALGRIND@
85
109
BUILD_WXSMITH = @BUILD_WXSMITH@
 
110
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
111
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
86
112
CC = @CC@
87
113
CCDEPMODE = @CCDEPMODE@
88
114
CFLAGS = @CFLAGS@
98
124
DATE = @DATE@
99
125
DEFS = @DEFS@
100
126
DEPDIR = @DEPDIR@
101
 
ECHO = @ECHO@
 
127
DSYMUTIL = @DSYMUTIL@
 
128
DUMPBIN = @DUMPBIN@
102
129
ECHO_C = @ECHO_C@
103
130
ECHO_N = @ECHO_N@
104
131
ECHO_T = @ECHO_T@
105
132
EGREP = @EGREP@
106
133
EXEEXT = @EXEEXT@
107
 
F77 = @F77@
108
 
FFLAGS = @FFLAGS@
 
134
FGREP = @FGREP@
109
135
GREP = @GREP@
110
136
GTK2_CFLAGS = @GTK2_CFLAGS@
111
137
GTK2_LIBS = @GTK2_LIBS@
115
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
142
INSTALL_SCRIPT = @INSTALL_SCRIPT@
117
143
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
144
LD = @LD@
118
145
LDFLAGS = @LDFLAGS@
119
146
LIBOBJS = @LIBOBJS@
120
147
LIBS = @LIBS@
121
148
LIBTOOL = @LIBTOOL@
 
149
LIPO = @LIPO@
122
150
LN_S = @LN_S@
123
151
LTLIBOBJS = @LTLIBOBJS@
124
152
MACSETFILE = @MACSETFILE@
125
153
MAKEINFO = @MAKEINFO@
126
154
MKDIR_P = @MKDIR_P@
 
155
NM = @NM@
 
156
NMEDIT = @NMEDIT@
 
157
OBJDUMP = @OBJDUMP@
127
158
OBJEXT = @OBJEXT@
 
159
OTOOL = @OTOOL@
 
160
OTOOL64 = @OTOOL64@
128
161
PACKAGE = @PACKAGE@
129
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130
163
PACKAGE_NAME = @PACKAGE_NAME@
131
164
PACKAGE_STRING = @PACKAGE_STRING@
132
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_URL = @PACKAGE_URL@
133
167
PACKAGE_VERSION = @PACKAGE_VERSION@
134
168
PATH_SEPARATOR = @PATH_SEPARATOR@
135
169
PKG_CONFIG = @PKG_CONFIG@
 
170
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
171
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
136
172
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
137
173
PLATFORM_LIBS = @PLATFORM_LIBS@
138
174
PLUGIN_FLAGS = @PLUGIN_FLAGS@
167
203
abs_top_srcdir = @abs_top_srcdir@
168
204
ac_ct_CC = @ac_ct_CC@
169
205
ac_ct_CXX = @ac_ct_CXX@
170
 
ac_ct_F77 = @ac_ct_F77@
 
206
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
171
207
am__include = @am__include@
172
208
am__leading_dot = @am__leading_dot@
173
209
am__quote = @am__quote@
199
235
libexecdir = @libexecdir@
200
236
localedir = @localedir@
201
237
localstatedir = @localstatedir@
 
238
lt_ECHO = @lt_ECHO@
202
239
mandir = @mandir@
203
240
mkdir_p = @mkdir_p@
204
241
oldincludedir = @oldincludedir@
215
252
target_cpu = @target_cpu@
216
253
target_os = @target_os@
217
254
target_vendor = @target_vendor@
 
255
top_build_prefix = @top_build_prefix@
218
256
top_builddir = @top_builddir@
219
257
top_srcdir = @top_srcdir@
220
258
sdkdir = $(includedir)/codeblocks/tinyxml
226
264
        @for dep in $?; do \
227
265
          case '$(am__configure_deps)' in \
228
266
            *$$dep*) \
229
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230
 
                && exit 0; \
 
267
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
268
                && { if test -f $@; then exit 0; else break; fi; }; \
231
269
              exit 1;; \
232
270
          esac; \
233
271
        done; \
234
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/include/tinyxml/Makefile'; \
235
 
        cd $(top_srcdir) && \
236
 
          $(AUTOMAKE) --foreign  src/include/tinyxml/Makefile
 
272
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/tinyxml/Makefile'; \
 
273
        $(am__cd) $(top_srcdir) && \
 
274
          $(AUTOMAKE) --foreign src/include/tinyxml/Makefile
237
275
.PRECIOUS: Makefile
238
276
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239
277
        @case '$?' in \
251
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
290
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
253
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
292
$(am__aclocal_m4_deps):
254
293
 
255
294
mostlyclean-libtool:
256
295
        -rm -f *.lo
260
299
install-sdkHEADERS: $(sdk_HEADERS)
261
300
        @$(NORMAL_INSTALL)
262
301
        test -z "$(sdkdir)" || $(MKDIR_P) "$(DESTDIR)$(sdkdir)"
263
 
        @list='$(sdk_HEADERS)'; for p in $$list; do \
 
302
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
303
        for p in $$list; do \
264
304
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
265
 
          f=$(am__strip_dir) \
266
 
          echo " $(sdkHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(sdkdir)/$$f'"; \
267
 
          $(sdkHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(sdkdir)/$$f"; \
 
305
          echo "$$d$$p"; \
 
306
        done | $(am__base_list) | \
 
307
        while read files; do \
 
308
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \
 
309
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \
268
310
        done
269
311
 
270
312
uninstall-sdkHEADERS:
271
313
        @$(NORMAL_UNINSTALL)
272
 
        @list='$(sdk_HEADERS)'; for p in $$list; do \
273
 
          f=$(am__strip_dir) \
274
 
          echo " rm -f '$(DESTDIR)$(sdkdir)/$$f'"; \
275
 
          rm -f "$(DESTDIR)$(sdkdir)/$$f"; \
276
 
        done
 
314
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
315
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
316
        test -n "$$files" || exit 0; \
 
317
        echo " ( cd '$(DESTDIR)$(sdkdir)' && rm -f" $$files ")"; \
 
318
        cd "$(DESTDIR)$(sdkdir)" && rm -f $$files
277
319
 
278
320
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
279
321
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
280
322
        unique=`for i in $$list; do \
281
323
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
282
324
          done | \
283
 
          $(AWK) '    { files[$$0] = 1; } \
284
 
               END { for (i in files) print i; }'`; \
 
325
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
326
              END { if (nonempty) { for (i in files) print i; }; }'`; \
285
327
        mkid -fID $$unique
286
328
tags: TAGS
287
329
 
288
330
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
289
331
                $(TAGS_FILES) $(LISP)
290
 
        tags=; \
 
332
        set x; \
291
333
        here=`pwd`; \
292
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
293
335
        unique=`for i in $$list; do \
294
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295
337
          done | \
296
 
          $(AWK) '    { files[$$0] = 1; } \
297
 
               END { for (i in files) print i; }'`; \
298
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
340
        shift; \
 
341
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
299
342
          test -n "$$unique" || unique=$$empty_fix; \
300
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
301
 
            $$tags $$unique; \
 
343
          if test $$# -gt 0; then \
 
344
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
345
              "$$@" $$unique; \
 
346
          else \
 
347
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
348
              $$unique; \
 
349
          fi; \
302
350
        fi
303
351
ctags: CTAGS
304
352
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
305
353
                $(TAGS_FILES) $(LISP)
306
 
        tags=; \
307
 
        here=`pwd`; \
308
354
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
309
355
        unique=`for i in $$list; do \
310
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311
357
          done | \
312
 
          $(AWK) '    { files[$$0] = 1; } \
313
 
               END { for (i in files) print i; }'`; \
314
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
358
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
359
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
360
        test -z "$(CTAGS_ARGS)$$unique" \
315
361
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
316
 
             $$tags $$unique
 
362
             $$unique
317
363
 
318
364
GTAGS:
319
365
        here=`$(am__cd) $(top_builddir) && pwd` \
320
 
          && cd $(top_srcdir) \
321
 
          && gtags -i $(GTAGS_ARGS) $$here
 
366
          && $(am__cd) $(top_srcdir) \
 
367
          && gtags -i $(GTAGS_ARGS) "$$here"
322
368
 
323
369
distclean-tags:
324
370
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
339
385
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340
386
          if test -d $$d/$$file; then \
341
387
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
388
            if test -d "$(distdir)/$$file"; then \
 
389
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
390
            fi; \
342
391
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
392
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
393
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
344
394
            fi; \
345
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
395
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
346
396
          else \
347
 
            test -f $(distdir)/$$file \
348
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
397
            test -f "$(distdir)/$$file" \
 
398
            || cp -p $$d/$$file "$(distdir)/$$file" \
349
399
            || exit 1; \
350
400
          fi; \
351
401
        done
376
426
 
377
427
distclean-generic:
378
428
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
429
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
379
430
 
380
431
maintainer-clean-generic:
381
432
        @echo "This command is intended for maintainers to use"
394
445
 
395
446
html: html-am
396
447
 
 
448
html-am:
 
449
 
397
450
info: info-am
398
451
 
399
452
info-am:
402
455
 
403
456
install-dvi: install-dvi-am
404
457
 
 
458
install-dvi-am:
 
459
 
405
460
install-exec-am:
406
461
 
407
462
install-html: install-html-am
408
463
 
 
464
install-html-am:
 
465
 
409
466
install-info: install-info-am
410
467
 
 
468
install-info-am:
 
469
 
411
470
install-man:
412
471
 
413
472
install-pdf: install-pdf-am
414
473
 
 
474
install-pdf-am:
 
475
 
415
476
install-ps: install-ps-am
416
477
 
 
478
install-ps-am:
 
479
 
417
480
installcheck-am:
418
481
 
419
482
maintainer-clean: maintainer-clean-am
449
512
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
450
513
        uninstall-am uninstall-sdkHEADERS
451
514
 
 
515
 
452
516
# Tell versions [3.59,3.63) of GNU make to not export all variables.
453
517
# Otherwise a system limit (for SysV at least) may be exceeded.
454
518
.NOEXPORT: