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

« back to all changes in this revision

Viewing changes to src/plugins/scriptedwizard/resources/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
 
17
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
18
21
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
24
install_sh_DATA = $(install_sh) -c -m 644
22
25
install_sh_PROGRAM = $(install_sh) -c
33
36
host_triplet = @host@
34
37
target_triplet = @target@
35
38
subdir = src/plugins/scriptedwizard/resources
36
 
DIST_COMMON = $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \
 
39
DIST_COMMON = $(dist_script_DATA) $(srcdir)/Makefile.am \
37
40
        $(srcdir)/Makefile.in
38
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
42
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
46
mkinstalldirs = $(install_sh) -d
44
47
CONFIG_HEADER = $(top_builddir)/src/include/config.h
45
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
46
50
SOURCES =
47
51
DIST_SOURCES =
48
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
61
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
62
    *) f=$$p;; \
59
63
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61
 
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
62
 
dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
63
 
DATA = $(dist_pkgdata_DATA)
 
64
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
65
am__install_max = 40
 
66
am__nobase_strip_setup = \
 
67
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
68
am__nobase_strip = \
 
69
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
70
am__nobase_list = $(am__nobase_strip_setup); \
 
71
  for p in $$list; do echo "$$p $$p"; done | \
 
72
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
73
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
74
    if (++n[$$2] == $(am__install_max)) \
 
75
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
76
    END { for (dir in files) print dir, files[dir] }'
 
77
am__base_list = \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
80
am__installdirs = "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(pkgdatadir)"
 
81
DATA = $(dist_script_DATA) $(pkgdata_DATA)
64
82
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
83
  distclean-recursive maintainer-clean-recursive
 
84
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
85
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
86
        distdir
66
87
ETAGS = etags
67
88
CTAGS = ctags
68
89
DIST_SUBDIRS = $(SUBDIRS)
69
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70
 
pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard
 
91
am__relativize = \
 
92
  dir0=`pwd`; \
 
93
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
94
  sed_rest='s,^[^/]*/*,,'; \
 
95
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
96
  sed_butlast='s,/*[^/]*$$,,'; \
 
97
  while test -n "$$dir1"; do \
 
98
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
99
    if test "$$first" != "."; then \
 
100
      if test "$$first" = ".."; then \
 
101
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
102
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
103
      else \
 
104
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
105
        if test "$$first2" = "$$first"; then \
 
106
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
107
        else \
 
108
          dir2="../$$dir2"; \
 
109
        fi; \
 
110
        dir0="$$dir0"/"$$first"; \
 
111
      fi; \
 
112
    fi; \
 
113
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
114
  done; \
 
115
  reldir="$$dir2"
71
116
ACLOCAL = @ACLOCAL@
72
117
AMTAR = @AMTAR@
73
118
AR = @AR@
79
124
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
80
125
BUILD_BYOGAMES = @BUILD_BYOGAMES@
81
126
BUILD_CBKODERS = @BUILD_CBKODERS@
 
127
BUILD_CCCC = @BUILD_CCCC@
82
128
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
83
129
BUILD_CODESTAT = @BUILD_CODESTAT@
84
130
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
131
BUILD_CPPCHECK = @BUILD_CPPCHECK@
85
132
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
86
133
BUILD_ENVVARS = @BUILD_ENVVARS@
87
134
BUILD_EXPORTER = @BUILD_EXPORTER@
 
135
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
88
136
BUILD_HELP = @BUILD_HELP@
 
137
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
138
BUILD_INCSEARCH = @BUILD_INCSEARCH@
89
139
BUILD_KEYBINDER = @BUILD_KEYBINDER@
90
140
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
141
BUILD_MOUSESAP = @BUILD_MOUSESAP@
91
142
BUILD_PROFILER = @BUILD_PROFILER@
92
143
BUILD_REGEX = @BUILD_REGEX@
93
144
BUILD_SYMTAB = @BUILD_SYMTAB@
94
145
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
146
BUILD_VALGRIND = @BUILD_VALGRIND@
95
147
BUILD_WXSMITH = @BUILD_WXSMITH@
 
148
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
149
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
96
150
CC = @CC@
97
151
CCDEPMODE = @CCDEPMODE@
98
152
CFLAGS = @CFLAGS@
108
162
DATE = @DATE@
109
163
DEFS = @DEFS@
110
164
DEPDIR = @DEPDIR@
111
 
ECHO = @ECHO@
 
165
DSYMUTIL = @DSYMUTIL@
 
166
DUMPBIN = @DUMPBIN@
112
167
ECHO_C = @ECHO_C@
113
168
ECHO_N = @ECHO_N@
114
169
ECHO_T = @ECHO_T@
115
170
EGREP = @EGREP@
116
171
EXEEXT = @EXEEXT@
117
 
F77 = @F77@
118
 
FFLAGS = @FFLAGS@
 
172
FGREP = @FGREP@
119
173
GREP = @GREP@
120
174
GTK2_CFLAGS = @GTK2_CFLAGS@
121
175
GTK2_LIBS = @GTK2_LIBS@
125
179
INSTALL_PROGRAM = @INSTALL_PROGRAM@
126
180
INSTALL_SCRIPT = @INSTALL_SCRIPT@
127
181
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
182
LD = @LD@
128
183
LDFLAGS = @LDFLAGS@
129
184
LIBOBJS = @LIBOBJS@
130
185
LIBS = @LIBS@
131
186
LIBTOOL = @LIBTOOL@
 
187
LIPO = @LIPO@
132
188
LN_S = @LN_S@
133
189
LTLIBOBJS = @LTLIBOBJS@
134
190
MACSETFILE = @MACSETFILE@
135
191
MAKEINFO = @MAKEINFO@
136
192
MKDIR_P = @MKDIR_P@
 
193
NM = @NM@
 
194
NMEDIT = @NMEDIT@
 
195
OBJDUMP = @OBJDUMP@
137
196
OBJEXT = @OBJEXT@
 
197
OTOOL = @OTOOL@
 
198
OTOOL64 = @OTOOL64@
138
199
PACKAGE = @PACKAGE@
139
200
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
201
PACKAGE_NAME = @PACKAGE_NAME@
141
202
PACKAGE_STRING = @PACKAGE_STRING@
142
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_URL = @PACKAGE_URL@
143
205
PACKAGE_VERSION = @PACKAGE_VERSION@
144
206
PATH_SEPARATOR = @PATH_SEPARATOR@
145
207
PKG_CONFIG = @PKG_CONFIG@
 
208
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
209
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
146
210
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
147
211
PLATFORM_LIBS = @PLATFORM_LIBS@
148
212
PLUGIN_FLAGS = @PLUGIN_FLAGS@
177
241
abs_top_srcdir = @abs_top_srcdir@
178
242
ac_ct_CC = @ac_ct_CC@
179
243
ac_ct_CXX = @ac_ct_CXX@
180
 
ac_ct_F77 = @ac_ct_F77@
 
244
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181
245
am__include = @am__include@
182
246
am__leading_dot = @am__leading_dot@
183
247
am__quote = @am__quote@
209
273
libexecdir = @libexecdir@
210
274
localedir = @localedir@
211
275
localstatedir = @localstatedir@
 
276
lt_ECHO = @lt_ECHO@
212
277
mandir = @mandir@
213
278
mkdir_p = @mkdir_p@
214
279
oldincludedir = @oldincludedir@
225
290
target_cpu = @target_cpu@
226
291
target_os = @target_os@
227
292
target_vendor = @target_vendor@
 
293
top_build_prefix = @top_build_prefix@
228
294
top_builddir = @top_builddir@
229
295
top_srcdir = @top_srcdir@
230
 
SUBDIRS = avr c_file console d directx dll empty empty_file fltk glfw glut gtk h_file irrlicht lf ogre opengl plugins qt4 sdl smartwin staticlib sharedlib sys win32gui wxwidgets
231
 
dist_pkgdata_DATA = common_functions.script \
 
296
SUBDIRS = arm avr c_file console d directx dll empty empty_file fltk glfw glut gtk h_file irrlicht lf matlab_csf ogre opengl plugins ppc qt4 sdl sfml smartwin staticlib stlport sharedlib sys tricore win32gui wxwidgets
 
297
pkgdata_DATA = scriptedwizard.zip
 
298
CLEANFILES = $(pkgdata_DATA)
 
299
scriptdir = $(pkgdatadir)/templates/wizard
 
300
dist_script_DATA = common_functions.script \
232
301
                                        config.script
233
302
 
234
303
EXTRA_DIST = manifest.xml
239
308
        @for dep in $?; do \
240
309
          case '$(am__configure_deps)' in \
241
310
            *$$dep*) \
242
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
243
 
                && exit 0; \
 
311
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
312
                && { if test -f $@; then exit 0; else break; fi; }; \
244
313
              exit 1;; \
245
314
          esac; \
246
315
        done; \
247
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/scriptedwizard/resources/Makefile'; \
248
 
        cd $(top_srcdir) && \
249
 
          $(AUTOMAKE) --foreign  src/plugins/scriptedwizard/resources/Makefile
 
316
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/Makefile'; \
 
317
        $(am__cd) $(top_srcdir) && \
 
318
          $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/Makefile
250
319
.PRECIOUS: Makefile
251
320
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252
321
        @case '$?' in \
264
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
334
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
266
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
336
$(am__aclocal_m4_deps):
267
337
 
268
338
mostlyclean-libtool:
269
339
        -rm -f *.lo
270
340
 
271
341
clean-libtool:
272
342
        -rm -rf .libs _libs
273
 
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
 
343
install-dist_scriptDATA: $(dist_script_DATA)
 
344
        @$(NORMAL_INSTALL)
 
345
        test -z "$(scriptdir)" || $(MKDIR_P) "$(DESTDIR)$(scriptdir)"
 
346
        @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \
 
347
        for p in $$list; do \
 
348
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
349
          echo "$$d$$p"; \
 
350
        done | $(am__base_list) | \
 
351
        while read files; do \
 
352
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdir)'"; \
 
353
          $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptdir)" || exit $$?; \
 
354
        done
 
355
 
 
356
uninstall-dist_scriptDATA:
 
357
        @$(NORMAL_UNINSTALL)
 
358
        @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \
 
359
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
360
        test -n "$$files" || exit 0; \
 
361
        echo " ( cd '$(DESTDIR)$(scriptdir)' && rm -f" $$files ")"; \
 
362
        cd "$(DESTDIR)$(scriptdir)" && rm -f $$files
 
363
install-pkgdataDATA: $(pkgdata_DATA)
274
364
        @$(NORMAL_INSTALL)
275
365
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
276
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
366
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
367
        for p in $$list; do \
277
368
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
278
 
          f=$(am__strip_dir) \
279
 
          echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
280
 
          $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
369
          echo "$$d$$p"; \
 
370
        done | $(am__base_list) | \
 
371
        while read files; do \
 
372
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
373
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
281
374
        done
282
375
 
283
 
uninstall-dist_pkgdataDATA:
 
376
uninstall-pkgdataDATA:
284
377
        @$(NORMAL_UNINSTALL)
285
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
286
 
          f=$(am__strip_dir) \
287
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
288
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
289
 
        done
 
378
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
379
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
380
        test -n "$$files" || exit 0; \
 
381
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
382
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
290
383
 
291
384
# This directory's subdirectories are mostly independent; you can cd
292
385
# into them and run `make' without going through this Makefile.
295
388
#     (which will cause the Makefiles to be regenerated when you run `make');
296
389
# (2) otherwise, pass the desired values on the `make' command line.
297
390
$(RECURSIVE_TARGETS):
298
 
        @failcom='exit 1'; \
 
391
        @fail= failcom='exit 1'; \
299
392
        for f in x $$MAKEFLAGS; do \
300
393
          case $$f in \
301
394
            *=* | --[!k]*);; \
312
405
          else \
313
406
            local_target="$$target"; \
314
407
          fi; \
315
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
408
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316
409
          || eval $$failcom; \
317
410
        done; \
318
411
        if test "$$dot_seen" = "no"; then \
320
413
        fi; test -z "$$fail"
321
414
 
322
415
$(RECURSIVE_CLEAN_TARGETS):
323
 
        @failcom='exit 1'; \
 
416
        @fail= failcom='exit 1'; \
324
417
        for f in x $$MAKEFLAGS; do \
325
418
          case $$f in \
326
419
            *=* | --[!k]*);; \
346
439
          else \
347
440
            local_target="$$target"; \
348
441
          fi; \
349
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
442
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350
443
          || eval $$failcom; \
351
444
        done && test -z "$$fail"
352
445
tags-recursive:
353
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
354
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
447
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355
448
        done
356
449
ctags-recursive:
357
450
        list='$(SUBDIRS)'; for subdir in $$list; do \
358
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
451
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359
452
        done
360
453
 
361
454
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363
456
        unique=`for i in $$list; do \
364
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
458
          done | \
366
 
          $(AWK) '    { files[$$0] = 1; } \
367
 
               END { for (i in files) print i; }'`; \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
461
        mkid -fID $$unique
369
462
tags: TAGS
370
463
 
371
464
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372
465
                $(TAGS_FILES) $(LISP)
373
 
        tags=; \
 
466
        set x; \
374
467
        here=`pwd`; \
375
468
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376
469
          include_option=--etags-include; \
382
475
        list='$(SUBDIRS)'; for subdir in $$list; do \
383
476
          if test "$$subdir" = .; then :; else \
384
477
            test ! -f $$subdir/TAGS || \
385
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
478
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386
479
          fi; \
387
480
        done; \
388
481
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389
482
        unique=`for i in $$list; do \
390
483
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
484
          done | \
392
 
          $(AWK) '    { files[$$0] = 1; } \
393
 
               END { for (i in files) print i; }'`; \
394
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
485
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
486
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
487
        shift; \
 
488
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395
489
          test -n "$$unique" || unique=$$empty_fix; \
396
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397
 
            $$tags $$unique; \
 
490
          if test $$# -gt 0; then \
 
491
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
              "$$@" $$unique; \
 
493
          else \
 
494
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
495
              $$unique; \
 
496
          fi; \
398
497
        fi
399
498
ctags: CTAGS
400
499
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401
500
                $(TAGS_FILES) $(LISP)
402
 
        tags=; \
403
 
        here=`pwd`; \
404
501
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
502
        unique=`for i in $$list; do \
406
503
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
504
          done | \
408
 
          $(AWK) '    { files[$$0] = 1; } \
409
 
               END { for (i in files) print i; }'`; \
410
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
505
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
506
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
507
        test -z "$(CTAGS_ARGS)$$unique" \
411
508
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
 
             $$tags $$unique
 
509
             $$unique
413
510
 
414
511
GTAGS:
415
512
        here=`$(am__cd) $(top_builddir) && pwd` \
416
 
          && cd $(top_srcdir) \
417
 
          && gtags -i $(GTAGS_ARGS) $$here
 
513
          && $(am__cd) $(top_srcdir) \
 
514
          && gtags -i $(GTAGS_ARGS) "$$here"
418
515
 
419
516
distclean-tags:
420
517
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
532
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436
533
          if test -d $$d/$$file; then \
437
534
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
535
            if test -d "$(distdir)/$$file"; then \
 
536
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
537
            fi; \
438
538
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
539
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
540
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
440
541
            fi; \
441
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
542
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
442
543
          else \
443
 
            test -f $(distdir)/$$file \
444
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
544
            test -f "$(distdir)/$$file" \
 
545
            || cp -p $$d/$$file "$(distdir)/$$file" \
445
546
            || exit 1; \
446
547
          fi; \
447
548
        done
448
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
549
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
449
550
          if test "$$subdir" = .; then :; else \
450
551
            test -d "$(distdir)/$$subdir" \
451
552
            || $(MKDIR_P) "$(distdir)/$$subdir" \
452
553
            || exit 1; \
453
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
454
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
455
 
            (cd $$subdir && \
 
554
          fi; \
 
555
        done
 
556
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
557
          if test "$$subdir" = .; then :; else \
 
558
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
559
            $(am__relativize); \
 
560
            new_distdir=$$reldir; \
 
561
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
562
            $(am__relativize); \
 
563
            new_top_distdir=$$reldir; \
 
564
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
565
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
566
            ($(am__cd) $$subdir && \
456
567
              $(MAKE) $(AM_MAKEFLAGS) \
457
 
                top_distdir="$$top_distdir" \
458
 
                distdir="$$distdir/$$subdir" \
 
568
                top_distdir="$$new_top_distdir" \
 
569
                distdir="$$new_distdir" \
459
570
                am__remove_distdir=: \
460
571
                am__skip_length_check=: \
 
572
                am__skip_mode_fix=: \
461
573
                distdir) \
462
574
              || exit 1; \
463
575
          fi; \
467
579
all-am: Makefile $(DATA)
468
580
installdirs: installdirs-recursive
469
581
installdirs-am:
470
 
        for dir in "$(DESTDIR)$(pkgdatadir)"; do \
 
582
        for dir in "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(pkgdatadir)"; do \
471
583
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
472
584
        done
473
585
install: install-recursive
487
599
mostlyclean-generic:
488
600
 
489
601
clean-generic:
 
602
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
490
603
 
491
604
distclean-generic:
492
605
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
606
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
493
607
 
494
608
maintainer-clean-generic:
495
609
        @echo "This command is intended for maintainers to use"
508
622
 
509
623
html: html-recursive
510
624
 
 
625
html-am:
 
626
 
511
627
info: info-recursive
512
628
 
513
629
info-am:
514
630
 
515
 
install-data-am: install-data-local install-dist_pkgdataDATA
 
631
install-data-am: install-dist_scriptDATA install-pkgdataDATA
516
632
 
517
633
install-dvi: install-dvi-recursive
518
634
 
 
635
install-dvi-am:
 
636
 
519
637
install-exec-am:
520
638
 
521
639
install-html: install-html-recursive
522
640
 
 
641
install-html-am:
 
642
 
523
643
install-info: install-info-recursive
524
644
 
 
645
install-info-am:
 
646
 
525
647
install-man:
526
648
 
527
649
install-pdf: install-pdf-recursive
528
650
 
 
651
install-pdf-am:
 
652
 
529
653
install-ps: install-ps-recursive
530
654
 
 
655
install-ps-am:
 
656
 
531
657
installcheck-am:
532
658
 
533
659
maintainer-clean: maintainer-clean-recursive
546
672
 
547
673
ps-am:
548
674
 
549
 
uninstall-am: uninstall-dist_pkgdataDATA
 
675
uninstall-am: uninstall-dist_scriptDATA uninstall-pkgdataDATA
550
676
 
551
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
552
 
        install-strip
 
677
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
678
        install-am install-strip tags-recursive
553
679
 
554
680
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
555
681
        all all-am check check-am clean clean-generic clean-libtool \
556
682
        ctags ctags-recursive distclean distclean-generic \
557
683
        distclean-libtool distclean-tags distdir dvi dvi-am html \
558
684
        html-am info info-am install install-am install-data \
559
 
        install-data-am install-data-local install-dist_pkgdataDATA \
560
 
        install-dvi install-dvi-am install-exec install-exec-am \
561
 
        install-html install-html-am install-info install-info-am \
562
 
        install-man install-pdf install-pdf-am install-ps \
 
685
        install-data-am install-dist_scriptDATA install-dvi \
 
686
        install-dvi-am install-exec install-exec-am install-html \
 
687
        install-html-am install-info install-info-am install-man \
 
688
        install-pdf install-pdf-am install-pkgdataDATA install-ps \
563
689
        install-ps-am install-strip installcheck installcheck-am \
564
690
        installdirs installdirs-am maintainer-clean \
565
691
        maintainer-clean-generic mostlyclean mostlyclean-generic \
566
692
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
567
 
        uninstall uninstall-am uninstall-dist_pkgdataDATA
 
693
        uninstall uninstall-am uninstall-dist_scriptDATA \
 
694
        uninstall-pkgdataDATA
568
695
 
569
696
 
570
697
scriptedwizard.zip: $(EXTRA_DIST)
571
698
        PWD=`pwd` cd $(srcdir) && zip $(PWD)/scriptedwizard.zip manifest.xml > /dev/null
572
699
 
573
 
install-data-local: scriptedwizard.zip
574
 
        $(mkinstalldirs) $(DESTDIR)$(datadir)/@PACKAGE@/; \
575
 
        if test -f $(srcdir)/scriptedwizard.zip; then p=$(srcdir)/scriptedwizard.zip; else p=scriptedwizard.zip; fi; \
576
 
        $(INSTALL_DATA) $$p $(DESTDIR)$(datadir)/@PACKAGE@/scriptedwizard.zip
577
700
# Tell versions [3.59,3.63) of GNU make to not export all variables.
578
701
# Otherwise a system limit (for SysV at least) may be exceeded.
579
702
.NOEXPORT: