~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to util/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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, 2007, 2008  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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
47
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
48
50
PROGRAMS = $(bin_PROGRAMS)
49
51
am_fbsetroot_OBJECTS = fbsetroot.$(OBJEXT)
50
52
fbsetroot_OBJECTS = $(am_fbsetroot_OBJECTS)
57
59
fluxbox_update_configs_OBJECTS = $(am_fluxbox_update_configs_OBJECTS)
58
60
fluxbox_update_configs_DEPENDENCIES = ../src/defaults.o \
59
61
        ../src/Resources.o ../src/FbTk/libFbTk.a
60
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
62
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
63
am__vpath_adj = case $$p in \
 
64
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
65
    *) f=$$p;; \
 
66
  esac;
 
67
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
68
am__install_max = 40
 
69
am__nobase_strip_setup = \
 
70
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
71
am__nobase_strip = \
 
72
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
73
am__nobase_list = $(am__nobase_strip_setup); \
 
74
  for p in $$list; do echo "$$p $$p"; done | \
 
75
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
76
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
77
    if (++n[$$2] == $(am__install_max)) \
 
78
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
79
    END { for (dir in files) print dir, files[dir] }'
 
80
am__base_list = \
 
81
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
82
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
61
83
SCRIPTS = $(bin_SCRIPTS)
62
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
63
85
depcomp = $(SHELL) $(top_srcdir)/depcomp
64
86
am__depfiles_maybe = depfiles
 
87
am__mv = mv -f
65
88
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66
89
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67
90
CXXLD = $(CXX)
84
107
        ps-recursive uninstall-recursive
85
108
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86
109
  distclean-recursive maintainer-clean-recursive
 
110
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
111
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
112
        distdir
87
113
ETAGS = etags
88
114
CTAGS = ctags
89
115
DIST_SUBDIRS = $(SUBDIRS)
90
116
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
117
am__relativize = \
 
118
  dir0=`pwd`; \
 
119
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
120
  sed_rest='s,^[^/]*/*,,'; \
 
121
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
122
  sed_butlast='s,/*[^/]*$$,,'; \
 
123
  while test -n "$$dir1"; do \
 
124
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
125
    if test "$$first" != "."; then \
 
126
      if test "$$first" = ".."; then \
 
127
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
128
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
129
      else \
 
130
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
131
        if test "$$first2" = "$$first"; then \
 
132
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
133
        else \
 
134
          dir2="../$$dir2"; \
 
135
        fi; \
 
136
        dir0="$$dir0"/"$$first"; \
 
137
      fi; \
 
138
    fi; \
 
139
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
140
  done; \
 
141
  reldir="$$dir2"
91
142
ACLOCAL = @ACLOCAL@
92
143
AMTAR = @AMTAR@
93
144
AUTOCONF = @AUTOCONF@
141
192
PACKAGE_NAME = @PACKAGE_NAME@
142
193
PACKAGE_STRING = @PACKAGE_STRING@
143
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
195
PACKAGE_URL = @PACKAGE_URL@
144
196
PACKAGE_VERSION = @PACKAGE_VERSION@
145
197
PATH_SEPARATOR = @PATH_SEPARATOR@
146
198
PKG_CONFIG = @PKG_CONFIG@
198
250
srcdir = @srcdir@
199
251
sysconfdir = @sysconfdir@
200
252
target_alias = @target_alias@
 
253
top_build_prefix = @top_build_prefix@
201
254
top_builddir = @top_builddir@
202
255
top_srcdir = @top_srcdir@
203
256
 
228
281
        @for dep in $?; do \
229
282
          case '$(am__configure_deps)' in \
230
283
            *$$dep*) \
231
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
232
 
                && exit 0; \
 
284
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
285
                && { if test -f $@; then exit 0; else break; fi; }; \
233
286
              exit 1;; \
234
287
          esac; \
235
288
        done; \
236
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  util/Makefile'; \
237
 
        cd $(top_srcdir) && \
238
 
          $(AUTOMAKE) --gnu  util/Makefile
 
289
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu util/Makefile'; \
 
290
        $(am__cd) $(top_srcdir) && \
 
291
          $(AUTOMAKE) --gnu util/Makefile
239
292
.PRECIOUS: Makefile
240
293
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241
294
        @case '$?' in \
253
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
307
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
255
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
309
$(am__aclocal_m4_deps):
256
310
install-binPROGRAMS: $(bin_PROGRAMS)
257
311
        @$(NORMAL_INSTALL)
258
312
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
259
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
260
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
261
 
          if test -f $$p \
262
 
          ; then \
263
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
264
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
265
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
266
 
          else :; fi; \
267
 
        done
 
313
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
314
        for p in $$list; do echo "$$p $$p"; done | \
 
315
        sed 's/$(EXEEXT)$$//' | \
 
316
        while read p p1; do if test -f $$p; \
 
317
          then echo "$$p"; echo "$$p"; else :; fi; \
 
318
        done | \
 
319
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
320
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
321
        sed 'N;N;N;s,\n, ,g' | \
 
322
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
323
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
324
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
325
            else { print "f", $$3 "/" $$4, $$1; } } \
 
326
          END { for (d in files) print "f", d, files[d] }' | \
 
327
        while read type dir files; do \
 
328
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
329
            test -z "$$files" || { \
 
330
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
331
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
332
            } \
 
333
        ; done
268
334
 
269
335
uninstall-binPROGRAMS:
270
336
        @$(NORMAL_UNINSTALL)
271
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
272
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
273
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
274
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
275
 
        done
 
337
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
338
        files=`for p in $$list; do echo "$$p"; done | \
 
339
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
340
              -e 's/$$/$(EXEEXT)/' `; \
 
341
        test -n "$$list" || exit 0; \
 
342
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
343
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
276
344
 
277
345
clean-binPROGRAMS:
278
346
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
288
356
install-binSCRIPTS: $(bin_SCRIPTS)
289
357
        @$(NORMAL_INSTALL)
290
358
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
291
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
359
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
360
        for p in $$list; do \
292
361
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
293
 
          if test -f $$d$$p; then \
294
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
295
 
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
296
 
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
297
 
          else :; fi; \
298
 
        done
 
362
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
363
        done | \
 
364
        sed -e 'p;s,.*/,,;n' \
 
365
            -e 'h;s|.*|.|' \
 
366
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
367
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
368
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
369
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
370
              if (++n[d] == $(am__install_max)) { \
 
371
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
372
            else { print "f", d "/" $$4, $$1 } } \
 
373
          END { for (d in files) print "f", d, files[d] }' | \
 
374
        while read type dir files; do \
 
375
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
376
             test -z "$$files" || { \
 
377
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
378
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
379
             } \
 
380
        ; done
299
381
 
300
382
uninstall-binSCRIPTS:
301
383
        @$(NORMAL_UNINSTALL)
302
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
303
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
304
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
305
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
306
 
        done
 
384
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
385
        files=`for p in $$list; do echo "$$p"; done | \
 
386
               sed -e 's,.*/,,;$(transform)'`; \
 
387
        test -n "$$list" || exit 0; \
 
388
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
389
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
307
390
 
308
391
mostlyclean-compile:
309
392
        -rm -f *.$(OBJEXT)
317
400
 
318
401
.cc.o:
319
402
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
403
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321
404
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322
405
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
406
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
324
407
 
325
408
.cc.obj:
326
409
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
327
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
410
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328
411
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329
412
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
413
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
336
419
#     (which will cause the Makefiles to be regenerated when you run `make');
337
420
# (2) otherwise, pass the desired values on the `make' command line.
338
421
$(RECURSIVE_TARGETS):
339
 
        @failcom='exit 1'; \
 
422
        @fail= failcom='exit 1'; \
340
423
        for f in x $$MAKEFLAGS; do \
341
424
          case $$f in \
342
425
            *=* | --[!k]*);; \
353
436
          else \
354
437
            local_target="$$target"; \
355
438
          fi; \
356
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
439
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357
440
          || eval $$failcom; \
358
441
        done; \
359
442
        if test "$$dot_seen" = "no"; then \
361
444
        fi; test -z "$$fail"
362
445
 
363
446
$(RECURSIVE_CLEAN_TARGETS):
364
 
        @failcom='exit 1'; \
 
447
        @fail= failcom='exit 1'; \
365
448
        for f in x $$MAKEFLAGS; do \
366
449
          case $$f in \
367
450
            *=* | --[!k]*);; \
387
470
          else \
388
471
            local_target="$$target"; \
389
472
          fi; \
390
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
473
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391
474
          || eval $$failcom; \
392
475
        done && test -z "$$fail"
393
476
tags-recursive:
394
477
        list='$(SUBDIRS)'; for subdir in $$list; do \
395
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
478
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
396
479
        done
397
480
ctags-recursive:
398
481
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
482
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
400
483
        done
401
484
 
402
485
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404
487
        unique=`for i in $$list; do \
405
488
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
489
          done | \
407
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
490
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408
491
              END { if (nonempty) { for (i in files) print i; }; }'`; \
409
492
        mkid -fID $$unique
410
493
tags: TAGS
411
494
 
412
495
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
413
496
                $(TAGS_FILES) $(LISP)
414
 
        tags=; \
 
497
        set x; \
415
498
        here=`pwd`; \
416
499
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
417
500
          include_option=--etags-include; \
423
506
        list='$(SUBDIRS)'; for subdir in $$list; do \
424
507
          if test "$$subdir" = .; then :; else \
425
508
            test ! -f $$subdir/TAGS || \
426
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
509
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
427
510
          fi; \
428
511
        done; \
429
512
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432
515
          done | \
433
516
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
517
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
518
        shift; \
 
519
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
436
520
          test -n "$$unique" || unique=$$empty_fix; \
437
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438
 
            $$tags $$unique; \
 
521
          if test $$# -gt 0; then \
 
522
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
523
              "$$@" $$unique; \
 
524
          else \
 
525
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
526
              $$unique; \
 
527
          fi; \
439
528
        fi
440
529
ctags: CTAGS
441
530
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
442
531
                $(TAGS_FILES) $(LISP)
443
 
        tags=; \
444
532
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445
533
        unique=`for i in $$list; do \
446
534
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
535
          done | \
448
536
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
537
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
538
        test -z "$(CTAGS_ARGS)$$unique" \
451
539
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452
 
             $$tags $$unique
 
540
             $$unique
453
541
 
454
542
GTAGS:
455
543
        here=`$(am__cd) $(top_builddir) && pwd` \
456
 
          && cd $(top_srcdir) \
457
 
          && gtags -i $(GTAGS_ARGS) $$here
 
544
          && $(am__cd) $(top_srcdir) \
 
545
          && gtags -i $(GTAGS_ARGS) "$$here"
458
546
 
459
547
distclean-tags:
460
548
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475
563
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476
564
          if test -d $$d/$$file; then \
477
565
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
566
            if test -d "$(distdir)/$$file"; then \
 
567
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
568
            fi; \
478
569
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
570
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
571
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480
572
            fi; \
481
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
573
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482
574
          else \
483
 
            test -f $(distdir)/$$file \
484
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
575
            test -f "$(distdir)/$$file" \
 
576
            || cp -p $$d/$$file "$(distdir)/$$file" \
485
577
            || exit 1; \
486
578
          fi; \
487
579
        done
488
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
580
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
489
581
          if test "$$subdir" = .; then :; else \
490
582
            test -d "$(distdir)/$$subdir" \
491
583
            || $(MKDIR_P) "$(distdir)/$$subdir" \
492
584
            || exit 1; \
493
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
494
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
495
 
            (cd $$subdir && \
 
585
          fi; \
 
586
        done
 
587
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
588
          if test "$$subdir" = .; then :; else \
 
589
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
590
            $(am__relativize); \
 
591
            new_distdir=$$reldir; \
 
592
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
593
            $(am__relativize); \
 
594
            new_top_distdir=$$reldir; \
 
595
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
596
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
597
            ($(am__cd) $$subdir && \
496
598
              $(MAKE) $(AM_MAKEFLAGS) \
497
 
                top_distdir="$$top_distdir" \
498
 
                distdir="$$distdir/$$subdir" \
 
599
                top_distdir="$$new_top_distdir" \
 
600
                distdir="$$new_distdir" \
499
601
                am__remove_distdir=: \
500
602
                am__skip_length_check=: \
 
603
                am__skip_mode_fix=: \
501
604
                distdir) \
502
605
              || exit 1; \
503
606
          fi; \
530
633
 
531
634
distclean-generic:
532
635
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
636
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
533
637
 
534
638
maintainer-clean-generic:
535
639
        @echo "This command is intended for maintainers to use"
551
655
 
552
656
html: html-recursive
553
657
 
 
658
html-am:
 
659
 
554
660
info: info-recursive
555
661
 
556
662
info-am:
559
665
 
560
666
install-dvi: install-dvi-recursive
561
667
 
 
668
install-dvi-am:
 
669
 
562
670
install-exec-am: install-binPROGRAMS install-binSCRIPTS
563
671
 
564
672
install-html: install-html-recursive
565
673
 
 
674
install-html-am:
 
675
 
566
676
install-info: install-info-recursive
567
677
 
 
678
install-info-am:
 
679
 
568
680
install-man:
569
681
 
570
682
install-pdf: install-pdf-recursive
571
683
 
 
684
install-pdf-am:
 
685
 
572
686
install-ps: install-ps-recursive
573
687
 
 
688
install-ps-am:
 
689
 
574
690
installcheck-am:
575
691
 
576
692
maintainer-clean: maintainer-clean-recursive
592
708
 
593
709
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
594
710
 
595
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
596
 
        install-strip
 
711
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
712
        install-am install-strip tags-recursive
597
713
 
598
714
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
599
715
        all all-am all-local check check-am clean clean-binPROGRAMS \
649
765
        cd ../src && ${MAKE} defaults.o
650
766
../src/Resources.o:
651
767
        cd ../src && ${MAKE} Resources.o
 
768
 
652
769
# Tell versions [3.59,3.63) of GNU make to not export all variables.
653
770
# Otherwise a system limit (for SysV at least) may be exceeded.
654
771
.NOEXPORT: