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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/AutoVersioning/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.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_HEADER = $(top_builddir)/src/include/config.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
am__vpath_adj = case $$p in \
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|^.*/||'`;
55
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)"
56
 
libLTLIBRARIES_INSTALL = $(INSTALL)
57
 
LTLIBRARIES = $(lib_LTLIBRARIES)
 
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'
 
73
am__installdirs = "$(DESTDIR)$(pluginlibdir)" \
 
74
        "$(DESTDIR)$(pkgdatadir)"
 
75
LTLIBRARIES = $(pluginlib_LTLIBRARIES)
58
76
am__DEPENDENCIES_1 =
59
77
libAutoVersioning_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
60
78
        ../../../sdk/libcodeblocks.la
64
82
libAutoVersioning_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
65
83
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
66
84
        $(CXXFLAGS) $(libAutoVersioning_la_LDFLAGS) $(LDFLAGS) -o $@
67
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/include@am__isrc@
 
85
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
68
86
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
87
am__depfiles_maybe = depfiles
 
88
am__mv = mv -f
70
89
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71
90
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72
91
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
97
        $(LDFLAGS) -o $@
79
98
SOURCES = $(libAutoVersioning_la_SOURCES)
80
99
DIST_SOURCES = $(libAutoVersioning_la_SOURCES)
81
 
pkgdataDATA_INSTALL = $(INSTALL_DATA)
82
100
DATA = $(pkgdata_DATA)
83
101
HEADERS = $(noinst_HEADERS)
84
102
ETAGS = etags
95
113
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
96
114
BUILD_BYOGAMES = @BUILD_BYOGAMES@
97
115
BUILD_CBKODERS = @BUILD_CBKODERS@
 
116
BUILD_CCCC = @BUILD_CCCC@
98
117
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
99
118
BUILD_CODESTAT = @BUILD_CODESTAT@
100
119
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
120
BUILD_CPPCHECK = @BUILD_CPPCHECK@
101
121
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
102
122
BUILD_ENVVARS = @BUILD_ENVVARS@
103
123
BUILD_EXPORTER = @BUILD_EXPORTER@
 
124
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
104
125
BUILD_HELP = @BUILD_HELP@
 
126
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
127
BUILD_INCSEARCH = @BUILD_INCSEARCH@
105
128
BUILD_KEYBINDER = @BUILD_KEYBINDER@
106
129
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
130
BUILD_MOUSESAP = @BUILD_MOUSESAP@
107
131
BUILD_PROFILER = @BUILD_PROFILER@
108
132
BUILD_REGEX = @BUILD_REGEX@
109
133
BUILD_SYMTAB = @BUILD_SYMTAB@
110
134
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
135
BUILD_VALGRIND = @BUILD_VALGRIND@
111
136
BUILD_WXSMITH = @BUILD_WXSMITH@
 
137
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
138
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
112
139
CC = @CC@
113
140
CCDEPMODE = @CCDEPMODE@
114
141
CFLAGS = @CFLAGS@
124
151
DATE = @DATE@
125
152
DEFS = @DEFS@
126
153
DEPDIR = @DEPDIR@
127
 
ECHO = @ECHO@
 
154
DSYMUTIL = @DSYMUTIL@
 
155
DUMPBIN = @DUMPBIN@
128
156
ECHO_C = @ECHO_C@
129
157
ECHO_N = @ECHO_N@
130
158
ECHO_T = @ECHO_T@
131
159
EGREP = @EGREP@
132
160
EXEEXT = @EXEEXT@
133
 
F77 = @F77@
134
 
FFLAGS = @FFLAGS@
 
161
FGREP = @FGREP@
135
162
GREP = @GREP@
136
163
GTK2_CFLAGS = @GTK2_CFLAGS@
137
164
GTK2_LIBS = @GTK2_LIBS@
141
168
INSTALL_PROGRAM = @INSTALL_PROGRAM@
142
169
INSTALL_SCRIPT = @INSTALL_SCRIPT@
143
170
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
171
LD = @LD@
144
172
LDFLAGS = @LDFLAGS@
145
173
LIBOBJS = @LIBOBJS@
146
174
LIBS = @LIBS@
147
175
LIBTOOL = @LIBTOOL@
 
176
LIPO = @LIPO@
148
177
LN_S = @LN_S@
149
178
LTLIBOBJS = @LTLIBOBJS@
150
179
MACSETFILE = @MACSETFILE@
151
180
MAKEINFO = @MAKEINFO@
152
181
MKDIR_P = @MKDIR_P@
 
182
NM = @NM@
 
183
NMEDIT = @NMEDIT@
 
184
OBJDUMP = @OBJDUMP@
153
185
OBJEXT = @OBJEXT@
 
186
OTOOL = @OTOOL@
 
187
OTOOL64 = @OTOOL64@
154
188
PACKAGE = @PACKAGE@
155
189
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156
190
PACKAGE_NAME = @PACKAGE_NAME@
157
191
PACKAGE_STRING = @PACKAGE_STRING@
158
192
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
193
PACKAGE_URL = @PACKAGE_URL@
159
194
PACKAGE_VERSION = @PACKAGE_VERSION@
160
195
PATH_SEPARATOR = @PATH_SEPARATOR@
161
196
PKG_CONFIG = @PKG_CONFIG@
 
197
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
198
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
162
199
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
163
200
PLATFORM_LIBS = @PLATFORM_LIBS@
164
201
PLUGIN_FLAGS = @PLUGIN_FLAGS@
193
230
abs_top_srcdir = @abs_top_srcdir@
194
231
ac_ct_CC = @ac_ct_CC@
195
232
ac_ct_CXX = @ac_ct_CXX@
196
 
ac_ct_F77 = @ac_ct_F77@
 
233
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197
234
am__include = @am__include@
198
235
am__leading_dot = @am__leading_dot@
199
236
am__quote = @am__quote@
221
258
includedir = @includedir@
222
259
infodir = @infodir@
223
260
install_sh = @install_sh@
224
 
libdir = $(pkgdatadir)/plugins
 
261
libdir = @libdir@
225
262
libexecdir = @libexecdir@
226
263
localedir = @localedir@
227
264
localstatedir = @localstatedir@
 
265
lt_ECHO = @lt_ECHO@
228
266
mandir = @mandir@
229
267
mkdir_p = @mkdir_p@
230
268
oldincludedir = @oldincludedir@
241
279
target_cpu = @target_cpu@
242
280
target_os = @target_os@
243
281
target_vendor = @target_vendor@
 
282
top_build_prefix = @top_build_prefix@
244
283
top_builddir = @top_builddir@
245
284
top_srcdir = @top_srcdir@
246
285
INCLUDES = $(WX_CXXFLAGS) \
247
286
                -I$(top_srcdir)/src/include \
248
 
                -I$(top_srcdir)/src/include/wxscintilla/include
 
287
                -I$(top_srcdir)/src/sdk/wxscintilla/include
249
288
 
250
 
lib_LTLIBRARIES = libAutoVersioning.la
 
289
pluginlibdir = $(pkglibdir)/plugins
 
290
pluginlib_LTLIBRARIES = libAutoVersioning.la
251
291
libAutoVersioning_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
252
292
libAutoVersioning_la_LIBADD = $(PLUGIN_WX_LIBS) ../../../sdk/libcodeblocks.la
253
293
libAutoVersioning_la_SOURCES = AutoVersioning.cpp \
279
319
        @for dep in $?; do \
280
320
          case '$(am__configure_deps)' in \
281
321
            *$$dep*) \
282
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
283
 
                && exit 0; \
 
322
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
323
                && { if test -f $@; then exit 0; else break; fi; }; \
284
324
              exit 1;; \
285
325
          esac; \
286
326
        done; \
287
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/contrib/AutoVersioning/Makefile'; \
288
 
        cd $(top_srcdir) && \
289
 
          $(AUTOMAKE) --foreign  src/plugins/contrib/AutoVersioning/Makefile
 
327
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/AutoVersioning/Makefile'; \
 
328
        $(am__cd) $(top_srcdir) && \
 
329
          $(AUTOMAKE) --foreign src/plugins/contrib/AutoVersioning/Makefile
290
330
.PRECIOUS: Makefile
291
331
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292
332
        @case '$?' in \
304
344
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305
345
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
306
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
347
$(am__aclocal_m4_deps):
 
348
install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES)
308
349
        @$(NORMAL_INSTALL)
309
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
310
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
350
        test -z "$(pluginlibdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)"
 
351
        @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \
 
352
        list2=; for p in $$list; do \
311
353
          if test -f $$p; then \
312
 
            f=$(am__strip_dir) \
313
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
314
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
354
            list2="$$list2 $$p"; \
315
355
          else :; fi; \
316
 
        done
 
356
        done; \
 
357
        test -z "$$list2" || { \
 
358
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \
 
359
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \
 
360
        }
317
361
 
318
 
uninstall-libLTLIBRARIES:
 
362
uninstall-pluginlibLTLIBRARIES:
319
363
        @$(NORMAL_UNINSTALL)
320
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
321
 
          p=$(am__strip_dir) \
322
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
323
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
364
        @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \
 
365
        for p in $$list; do \
 
366
          $(am__strip_dir) \
 
367
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \
 
368
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \
324
369
        done
325
370
 
326
 
clean-libLTLIBRARIES:
327
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
328
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
371
clean-pluginlibLTLIBRARIES:
 
372
        -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES)
 
373
        @list='$(pluginlib_LTLIBRARIES)'; for p in $$list; do \
329
374
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
330
375
          test "$$dir" != "$$p" || dir=.; \
331
376
          echo "rm -f \"$${dir}/so_locations\""; \
332
377
          rm -f "$${dir}/so_locations"; \
333
378
        done
334
379
libAutoVersioning.la: $(libAutoVersioning_la_OBJECTS) $(libAutoVersioning_la_DEPENDENCIES) 
335
 
        $(libAutoVersioning_la_LINK) -rpath $(libdir) $(libAutoVersioning_la_OBJECTS) $(libAutoVersioning_la_LIBADD) $(LIBS)
 
380
        $(libAutoVersioning_la_LINK) -rpath $(pluginlibdir) $(libAutoVersioning_la_OBJECTS) $(libAutoVersioning_la_LIBADD) $(LIBS)
336
381
 
337
382
mostlyclean-compile:
338
383
        -rm -f *.$(OBJEXT)
348
393
 
349
394
.cpp.o:
350
395
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
351
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
396
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352
397
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353
398
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
399
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
355
400
 
356
401
.cpp.obj:
357
402
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
358
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
403
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359
404
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
405
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
406
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
362
407
 
363
408
.cpp.lo:
364
409
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
365
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
410
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
366
411
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
367
412
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
413
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
375
420
install-pkgdataDATA: $(pkgdata_DATA)
376
421
        @$(NORMAL_INSTALL)
377
422
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
378
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
423
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
424
        for p in $$list; do \
379
425
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380
 
          f=$(am__strip_dir) \
381
 
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
382
 
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
426
          echo "$$d$$p"; \
 
427
        done | $(am__base_list) | \
 
428
        while read files; do \
 
429
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
430
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
383
431
        done
384
432
 
385
433
uninstall-pkgdataDATA:
386
434
        @$(NORMAL_UNINSTALL)
387
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
388
 
          f=$(am__strip_dir) \
389
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
390
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
391
 
        done
 
435
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
436
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
437
        test -n "$$files" || exit 0; \
 
438
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
439
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
392
440
 
393
441
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
394
442
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395
443
        unique=`for i in $$list; do \
396
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
445
          done | \
398
 
          $(AWK) '    { files[$$0] = 1; } \
399
 
               END { for (i in files) print i; }'`; \
 
446
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
447
              END { if (nonempty) { for (i in files) print i; }; }'`; \
400
448
        mkid -fID $$unique
401
449
tags: TAGS
402
450
 
403
451
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404
452
                $(TAGS_FILES) $(LISP)
405
 
        tags=; \
 
453
        set x; \
406
454
        here=`pwd`; \
407
455
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
408
456
        unique=`for i in $$list; do \
409
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
458
          done | \
411
 
          $(AWK) '    { files[$$0] = 1; } \
412
 
               END { for (i in files) print i; }'`; \
413
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
461
        shift; \
 
462
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414
463
          test -n "$$unique" || unique=$$empty_fix; \
415
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416
 
            $$tags $$unique; \
 
464
          if test $$# -gt 0; then \
 
465
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
466
              "$$@" $$unique; \
 
467
          else \
 
468
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
469
              $$unique; \
 
470
          fi; \
417
471
        fi
418
472
ctags: CTAGS
419
473
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420
474
                $(TAGS_FILES) $(LISP)
421
 
        tags=; \
422
 
        here=`pwd`; \
423
475
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424
476
        unique=`for i in $$list; do \
425
477
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
478
          done | \
427
 
          $(AWK) '    { files[$$0] = 1; } \
428
 
               END { for (i in files) print i; }'`; \
429
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
479
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
480
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
481
        test -z "$(CTAGS_ARGS)$$unique" \
430
482
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431
 
             $$tags $$unique
 
483
             $$unique
432
484
 
433
485
GTAGS:
434
486
        here=`$(am__cd) $(top_builddir) && pwd` \
435
 
          && cd $(top_srcdir) \
436
 
          && gtags -i $(GTAGS_ARGS) $$here
 
487
          && $(am__cd) $(top_srcdir) \
 
488
          && gtags -i $(GTAGS_ARGS) "$$here"
437
489
 
438
490
distclean-tags:
439
491
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
454
506
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455
507
          if test -d $$d/$$file; then \
456
508
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
509
            if test -d "$(distdir)/$$file"; then \
 
510
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
511
            fi; \
457
512
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
513
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
514
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459
515
            fi; \
460
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
516
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
461
517
          else \
462
 
            test -f $(distdir)/$$file \
463
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
518
            test -f "$(distdir)/$$file" \
 
519
            || cp -p $$d/$$file "$(distdir)/$$file" \
464
520
            || exit 1; \
465
521
          fi; \
466
522
        done
468
524
check: check-am
469
525
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
470
526
installdirs:
471
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)"; do \
 
527
        for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \
472
528
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
473
529
        done
474
530
install: install-am
492
548
 
493
549
distclean-generic:
494
550
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
551
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
495
552
 
496
553
maintainer-clean-generic:
497
554
        @echo "This command is intended for maintainers to use"
498
555
        @echo "it deletes files that may require special tools to rebuild."
499
556
clean: clean-am
500
557
 
501
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
558
clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \
502
559
        mostlyclean-am
503
560
 
504
561
distclean: distclean-am
513
570
 
514
571
html: html-am
515
572
 
 
573
html-am:
 
574
 
516
575
info: info-am
517
576
 
518
577
info-am:
519
578
 
520
 
install-data-am: install-pkgdataDATA
 
579
install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES
521
580
 
522
581
install-dvi: install-dvi-am
523
582
 
524
 
install-exec-am: install-libLTLIBRARIES
 
583
install-dvi-am:
 
584
 
 
585
install-exec-am:
525
586
 
526
587
install-html: install-html-am
527
588
 
 
589
install-html-am:
 
590
 
528
591
install-info: install-info-am
529
592
 
 
593
install-info-am:
 
594
 
530
595
install-man:
531
596
 
532
597
install-pdf: install-pdf-am
533
598
 
 
599
install-pdf-am:
 
600
 
534
601
install-ps: install-ps-am
535
602
 
 
603
install-ps-am:
 
604
 
536
605
installcheck-am:
537
606
 
538
607
maintainer-clean: maintainer-clean-am
553
622
 
554
623
ps-am:
555
624
 
556
 
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgdataDATA
 
625
uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES
557
626
 
558
627
.MAKE: install-am install-strip
559
628
 
560
629
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
561
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
630
        clean-libtool clean-pluginlibLTLIBRARIES ctags distclean \
562
631
        distclean-compile distclean-generic distclean-libtool \
563
632
        distclean-tags distdir dvi dvi-am html html-am info info-am \
564
633
        install install-am install-data install-data-am install-dvi \
565
634
        install-dvi-am install-exec install-exec-am install-html \
566
 
        install-html-am install-info install-info-am \
567
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
568
 
        install-pkgdataDATA install-ps install-ps-am install-strip \
569
 
        installcheck installcheck-am installdirs maintainer-clean \
570
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
571
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
572
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES \
573
 
        uninstall-pkgdataDATA
 
635
        install-html-am install-info install-info-am install-man \
 
636
        install-pdf install-pdf-am install-pkgdataDATA \
 
637
        install-pluginlibLTLIBRARIES install-ps install-ps-am \
 
638
        install-strip installcheck installcheck-am installdirs \
 
639
        maintainer-clean maintainer-clean-generic mostlyclean \
 
640
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
641
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
642
        uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES
574
643
 
575
644
 
576
645
AutoVersioning.zip: manifest.xml
577
646
        PWD=`pwd` cd $(srcdir) && zip $(PWD)/AutoVersioning.zip manifest.xml > /dev/null
 
647
 
578
648
# Tell versions [3.59,3.63) of GNU make to not export all variables.
579
649
# Otherwise a system limit (for SysV at least) may be exceeded.
580
650
.NOEXPORT: