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

« back to all changes in this revision

Viewing changes to data/styles/bloe/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.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
subdir = data/styles/bloe
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
39
        $(top_srcdir)/configure.in
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
SOURCES =
 
47
DIST_SOURCES =
 
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
49
        html-recursive info-recursive install-data-recursive \
 
50
        install-dvi-recursive install-exec-recursive \
 
51
        install-html-recursive install-info-recursive \
 
52
        install-pdf-recursive install-ps-recursive install-recursive \
 
53
        installcheck-recursive installdirs-recursive pdf-recursive \
 
54
        ps-recursive uninstall-recursive
 
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
56
am__vpath_adj = case $$p in \
 
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
58
    *) f=$$p;; \
 
59
  esac;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
76
am__installdirs = "$(DESTDIR)$(styledir)"
 
77
DATA = $(style_DATA)
 
78
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
79
  distclean-recursive maintainer-clean-recursive
 
80
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
81
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
82
        distdir
 
83
ETAGS = etags
 
84
CTAGS = ctags
 
85
DIST_SUBDIRS = $(SUBDIRS)
 
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
am__relativize = \
 
88
  dir0=`pwd`; \
 
89
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
90
  sed_rest='s,^[^/]*/*,,'; \
 
91
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
92
  sed_butlast='s,/*[^/]*$$,,'; \
 
93
  while test -n "$$dir1"; do \
 
94
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
95
    if test "$$first" != "."; then \
 
96
      if test "$$first" = ".."; then \
 
97
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
98
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
99
      else \
 
100
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
101
        if test "$$first2" = "$$first"; then \
 
102
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
103
        else \
 
104
          dir2="../$$dir2"; \
 
105
        fi; \
 
106
        dir0="$$dir0"/"$$first"; \
 
107
      fi; \
 
108
    fi; \
 
109
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
110
  done; \
 
111
  reldir="$$dir2"
 
112
ACLOCAL = @ACLOCAL@
 
113
AMTAR = @AMTAR@
 
114
AUTOCONF = @AUTOCONF@
 
115
AUTOHEADER = @AUTOHEADER@
 
116
AUTOMAKE = @AUTOMAKE@
 
117
AWK = @AWK@
 
118
CC = @CC@
 
119
CCDEPMODE = @CCDEPMODE@
 
120
CFLAGS = @CFLAGS@
 
121
CPPFLAGS = @CPPFLAGS@
 
122
CXX = @CXX@
 
123
CXXCPP = @CXXCPP@
 
124
CXXDEPMODE = @CXXDEPMODE@
 
125
CXXFLAGS = @CXXFLAGS@
 
126
CYGPATH_W = @CYGPATH_W@
 
127
DEBUG = @DEBUG@
 
128
DEFAULT_APPS = @DEFAULT_APPS@
 
129
DEFAULT_INIT = @DEFAULT_INIT@
 
130
DEFAULT_KEYS = @DEFAULT_KEYS@
 
131
DEFAULT_MENU = @DEFAULT_MENU@
 
132
DEFAULT_OVERLAY = @DEFAULT_OVERLAY@
 
133
DEFAULT_STYLE = @DEFAULT_STYLE@
 
134
DEFAULT_WINDOWMENU = @DEFAULT_WINDOWMENU@
 
135
DEFS = @DEFS@
 
136
DEPDIR = @DEPDIR@
 
137
ECHO_C = @ECHO_C@
 
138
ECHO_N = @ECHO_N@
 
139
ECHO_T = @ECHO_T@
 
140
EGREP = @EGREP@
 
141
EXEEXT = @EXEEXT@
 
142
GREP = @GREP@
 
143
IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
 
144
IMLIB2_CONFIG = @IMLIB2_CONFIG@
 
145
IMLIB2_LIBS = @IMLIB2_LIBS@
 
146
INSTALL = @INSTALL@
 
147
INSTALL_DATA = @INSTALL_DATA@
 
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
150
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
151
LDFLAGS = @LDFLAGS@
 
152
LIBOBJS = @LIBOBJS@
 
153
LIBS = @LIBS@
 
154
LOCALE_PATH = @LOCALE_PATH@
 
155
LTLIBOBJS = @LTLIBOBJS@
 
156
MAKEINFO = @MAKEINFO@
 
157
MKDIR_P = @MKDIR_P@
 
158
NLS = @NLS@
 
159
OBJEXT = @OBJEXT@
 
160
PACKAGE = @PACKAGE@
 
161
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
162
PACKAGE_NAME = @PACKAGE_NAME@
 
163
PACKAGE_STRING = @PACKAGE_STRING@
 
164
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
165
PACKAGE_URL = @PACKAGE_URL@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
 
168
PKG_CONFIG = @PKG_CONFIG@
 
169
RANLIB = @RANLIB@
 
170
SET_MAKE = @SET_MAKE@
 
171
SHELL = @SHELL@
 
172
STRIP = @STRIP@
 
173
VERSION = @VERSION@
 
174
XMKMF = @XMKMF@
 
175
X_CFLAGS = @X_CFLAGS@
 
176
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
177
X_LIBS = @X_LIBS@
 
178
X_PRE_LIBS = @X_PRE_LIBS@
 
179
abs_builddir = @abs_builddir@
 
180
abs_srcdir = @abs_srcdir@
 
181
abs_top_builddir = @abs_top_builddir@
 
182
abs_top_srcdir = @abs_top_srcdir@
 
183
ac_ct_CC = @ac_ct_CC@
 
184
ac_ct_CXX = @ac_ct_CXX@
 
185
am__include = @am__include@
 
186
am__leading_dot = @am__leading_dot@
 
187
am__quote = @am__quote@
 
188
am__tar = @am__tar@
 
189
am__untar = @am__untar@
 
190
bindir = @bindir@
 
191
build_alias = @build_alias@
 
192
builddir = @builddir@
 
193
datadir = @datadir@
 
194
datarootdir = @datarootdir@
 
195
docdir = @docdir@
 
196
dvidir = @dvidir@
 
197
exec_prefix = @exec_prefix@
 
198
gencat_cmd = @gencat_cmd@
 
199
host_alias = @host_alias@
 
200
htmldir = @htmldir@
 
201
includedir = @includedir@
 
202
infodir = @infodir@
 
203
install_sh = @install_sh@
 
204
libdir = @libdir@
 
205
libexecdir = @libexecdir@
 
206
localedir = @localedir@
 
207
localstatedir = @localstatedir@
 
208
mandir = @mandir@
 
209
mkdir_p = @mkdir_p@
 
210
oldincludedir = @oldincludedir@
 
211
pdfdir = @pdfdir@
 
212
prefix = @prefix@
 
213
program_prefix = @program_prefix@
 
214
program_suffix = @program_suffix@
 
215
program_transform_name = @program_transform_name@
 
216
psdir = @psdir@
 
217
regex_cmd = @regex_cmd@
 
218
sbindir = @sbindir@
 
219
sharedstatedir = @sharedstatedir@
 
220
srcdir = @srcdir@
 
221
sysconfdir = @sysconfdir@
 
222
target_alias = @target_alias@
 
223
top_build_prefix = @top_build_prefix@
 
224
top_builddir = @top_builddir@
 
225
top_srcdir = @top_srcdir@
 
226
SUBDIRS = pixmaps
 
227
styledir = $(pkgdatadir)/styles/bloe
 
228
style_DATA = theme.cfg
 
229
EXTRA_DIST = $(style_DATA)
 
230
all: all-recursive
 
231
 
 
232
.SUFFIXES:
 
233
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
234
        @for dep in $?; do \
 
235
          case '$(am__configure_deps)' in \
 
236
            *$$dep*) \
 
237
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
238
                && { if test -f $@; then exit 0; else break; fi; }; \
 
239
              exit 1;; \
 
240
          esac; \
 
241
        done; \
 
242
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/styles/bloe/Makefile'; \
 
243
        $(am__cd) $(top_srcdir) && \
 
244
          $(AUTOMAKE) --gnu data/styles/bloe/Makefile
 
245
.PRECIOUS: Makefile
 
246
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
247
        @case '$?' in \
 
248
          *config.status*) \
 
249
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
250
          *) \
 
251
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
252
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
253
        esac;
 
254
 
 
255
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
257
 
 
258
$(top_srcdir)/configure:  $(am__configure_deps)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
$(am__aclocal_m4_deps):
 
263
install-styleDATA: $(style_DATA)
 
264
        @$(NORMAL_INSTALL)
 
265
        test -z "$(styledir)" || $(MKDIR_P) "$(DESTDIR)$(styledir)"
 
266
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
267
        for p in $$list; do \
 
268
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
269
          echo "$$d$$p"; \
 
270
        done | $(am__base_list) | \
 
271
        while read files; do \
 
272
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(styledir)'"; \
 
273
          $(INSTALL_DATA) $$files "$(DESTDIR)$(styledir)" || exit $$?; \
 
274
        done
 
275
 
 
276
uninstall-styleDATA:
 
277
        @$(NORMAL_UNINSTALL)
 
278
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
279
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
280
        test -n "$$files" || exit 0; \
 
281
        echo " ( cd '$(DESTDIR)$(styledir)' && rm -f" $$files ")"; \
 
282
        cd "$(DESTDIR)$(styledir)" && rm -f $$files
 
283
 
 
284
# This directory's subdirectories are mostly independent; you can cd
 
285
# into them and run `make' without going through this Makefile.
 
286
# To change the values of `make' variables: instead of editing Makefiles,
 
287
# (1) if the variable is set in `config.status', edit `config.status'
 
288
#     (which will cause the Makefiles to be regenerated when you run `make');
 
289
# (2) otherwise, pass the desired values on the `make' command line.
 
290
$(RECURSIVE_TARGETS):
 
291
        @fail= failcom='exit 1'; \
 
292
        for f in x $$MAKEFLAGS; do \
 
293
          case $$f in \
 
294
            *=* | --[!k]*);; \
 
295
            *k*) failcom='fail=yes';; \
 
296
          esac; \
 
297
        done; \
 
298
        dot_seen=no; \
 
299
        target=`echo $@ | sed s/-recursive//`; \
 
300
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
301
          echo "Making $$target in $$subdir"; \
 
302
          if test "$$subdir" = "."; then \
 
303
            dot_seen=yes; \
 
304
            local_target="$$target-am"; \
 
305
          else \
 
306
            local_target="$$target"; \
 
307
          fi; \
 
308
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
309
          || eval $$failcom; \
 
310
        done; \
 
311
        if test "$$dot_seen" = "no"; then \
 
312
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
313
        fi; test -z "$$fail"
 
314
 
 
315
$(RECURSIVE_CLEAN_TARGETS):
 
316
        @fail= failcom='exit 1'; \
 
317
        for f in x $$MAKEFLAGS; do \
 
318
          case $$f in \
 
319
            *=* | --[!k]*);; \
 
320
            *k*) failcom='fail=yes';; \
 
321
          esac; \
 
322
        done; \
 
323
        dot_seen=no; \
 
324
        case "$@" in \
 
325
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
326
          *) list='$(SUBDIRS)' ;; \
 
327
        esac; \
 
328
        rev=''; for subdir in $$list; do \
 
329
          if test "$$subdir" = "."; then :; else \
 
330
            rev="$$subdir $$rev"; \
 
331
          fi; \
 
332
        done; \
 
333
        rev="$$rev ."; \
 
334
        target=`echo $@ | sed s/-recursive//`; \
 
335
        for subdir in $$rev; do \
 
336
          echo "Making $$target in $$subdir"; \
 
337
          if test "$$subdir" = "."; then \
 
338
            local_target="$$target-am"; \
 
339
          else \
 
340
            local_target="$$target"; \
 
341
          fi; \
 
342
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
343
          || eval $$failcom; \
 
344
        done && test -z "$$fail"
 
345
tags-recursive:
 
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
347
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
348
        done
 
349
ctags-recursive:
 
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
351
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
352
        done
 
353
 
 
354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
355
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
356
        unique=`for i in $$list; do \
 
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
358
          done | \
 
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
361
        mkid -fID $$unique
 
362
tags: TAGS
 
363
 
 
364
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
365
                $(TAGS_FILES) $(LISP)
 
366
        set x; \
 
367
        here=`pwd`; \
 
368
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
369
          include_option=--etags-include; \
 
370
          empty_fix=.; \
 
371
        else \
 
372
          include_option=--include; \
 
373
          empty_fix=; \
 
374
        fi; \
 
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
376
          if test "$$subdir" = .; then :; else \
 
377
            test ! -f $$subdir/TAGS || \
 
378
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
379
          fi; \
 
380
        done; \
 
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
382
        unique=`for i in $$list; do \
 
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
384
          done | \
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
387
        shift; \
 
388
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
389
          test -n "$$unique" || unique=$$empty_fix; \
 
390
          if test $$# -gt 0; then \
 
391
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
392
              "$$@" $$unique; \
 
393
          else \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              $$unique; \
 
396
          fi; \
 
397
        fi
 
398
ctags: CTAGS
 
399
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
400
                $(TAGS_FILES) $(LISP)
 
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
402
        unique=`for i in $$list; do \
 
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
404
          done | \
 
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
407
        test -z "$(CTAGS_ARGS)$$unique" \
 
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
409
             $$unique
 
410
 
 
411
GTAGS:
 
412
        here=`$(am__cd) $(top_builddir) && pwd` \
 
413
          && $(am__cd) $(top_srcdir) \
 
414
          && gtags -i $(GTAGS_ARGS) "$$here"
 
415
 
 
416
distclean-tags:
 
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
418
 
 
419
distdir: $(DISTFILES)
 
420
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
421
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
422
        list='$(DISTFILES)'; \
 
423
          dist_files=`for file in $$list; do echo $$file; done | \
 
424
          sed -e "s|^$$srcdirstrip/||;t" \
 
425
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
426
        case $$dist_files in \
 
427
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
428
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
429
                           sort -u` ;; \
 
430
        esac; \
 
431
        for file in $$dist_files; do \
 
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
433
          if test -d $$d/$$file; then \
 
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
435
            if test -d "$(distdir)/$$file"; then \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
437
            fi; \
 
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
439
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
440
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
441
            fi; \
 
442
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
443
          else \
 
444
            test -f "$(distdir)/$$file" \
 
445
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
446
            || exit 1; \
 
447
          fi; \
 
448
        done
 
449
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
450
          if test "$$subdir" = .; then :; else \
 
451
            test -d "$(distdir)/$$subdir" \
 
452
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
453
            || exit 1; \
 
454
          fi; \
 
455
        done
 
456
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
457
          if test "$$subdir" = .; then :; else \
 
458
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
459
            $(am__relativize); \
 
460
            new_distdir=$$reldir; \
 
461
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
462
            $(am__relativize); \
 
463
            new_top_distdir=$$reldir; \
 
464
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
465
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
466
            ($(am__cd) $$subdir && \
 
467
              $(MAKE) $(AM_MAKEFLAGS) \
 
468
                top_distdir="$$new_top_distdir" \
 
469
                distdir="$$new_distdir" \
 
470
                am__remove_distdir=: \
 
471
                am__skip_length_check=: \
 
472
                am__skip_mode_fix=: \
 
473
                distdir) \
 
474
              || exit 1; \
 
475
          fi; \
 
476
        done
 
477
check-am: all-am
 
478
check: check-recursive
 
479
all-am: Makefile $(DATA)
 
480
installdirs: installdirs-recursive
 
481
installdirs-am:
 
482
        for dir in "$(DESTDIR)$(styledir)"; do \
 
483
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
484
        done
 
485
install: install-recursive
 
486
install-exec: install-exec-recursive
 
487
install-data: install-data-recursive
 
488
uninstall: uninstall-recursive
 
489
 
 
490
install-am: all-am
 
491
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
492
 
 
493
installcheck: installcheck-recursive
 
494
install-strip:
 
495
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
496
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
497
          `test -z '$(STRIP)' || \
 
498
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
499
mostlyclean-generic:
 
500
 
 
501
clean-generic:
 
502
 
 
503
distclean-generic:
 
504
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
505
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
506
 
 
507
maintainer-clean-generic:
 
508
        @echo "This command is intended for maintainers to use"
 
509
        @echo "it deletes files that may require special tools to rebuild."
 
510
clean: clean-recursive
 
511
 
 
512
clean-am: clean-generic mostlyclean-am
 
513
 
 
514
distclean: distclean-recursive
 
515
        -rm -f Makefile
 
516
distclean-am: clean-am distclean-generic distclean-tags
 
517
 
 
518
dvi: dvi-recursive
 
519
 
 
520
dvi-am:
 
521
 
 
522
html: html-recursive
 
523
 
 
524
html-am:
 
525
 
 
526
info: info-recursive
 
527
 
 
528
info-am:
 
529
 
 
530
install-data-am: install-styleDATA
 
531
 
 
532
install-dvi: install-dvi-recursive
 
533
 
 
534
install-dvi-am:
 
535
 
 
536
install-exec-am:
 
537
 
 
538
install-html: install-html-recursive
 
539
 
 
540
install-html-am:
 
541
 
 
542
install-info: install-info-recursive
 
543
 
 
544
install-info-am:
 
545
 
 
546
install-man:
 
547
 
 
548
install-pdf: install-pdf-recursive
 
549
 
 
550
install-pdf-am:
 
551
 
 
552
install-ps: install-ps-recursive
 
553
 
 
554
install-ps-am:
 
555
 
 
556
installcheck-am:
 
557
 
 
558
maintainer-clean: maintainer-clean-recursive
 
559
        -rm -f Makefile
 
560
maintainer-clean-am: distclean-am maintainer-clean-generic
 
561
 
 
562
mostlyclean: mostlyclean-recursive
 
563
 
 
564
mostlyclean-am: mostlyclean-generic
 
565
 
 
566
pdf: pdf-recursive
 
567
 
 
568
pdf-am:
 
569
 
 
570
ps: ps-recursive
 
571
 
 
572
ps-am:
 
573
 
 
574
uninstall-am: uninstall-styleDATA
 
575
 
 
576
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
577
        install-am install-strip tags-recursive
 
578
 
 
579
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
580
        all all-am check check-am clean clean-generic ctags \
 
581
        ctags-recursive distclean distclean-generic distclean-tags \
 
582
        distdir dvi dvi-am html html-am info info-am install \
 
583
        install-am install-data install-data-am install-dvi \
 
584
        install-dvi-am install-exec install-exec-am install-html \
 
585
        install-html-am install-info install-info-am install-man \
 
586
        install-pdf install-pdf-am install-ps install-ps-am \
 
587
        install-strip install-styleDATA installcheck installcheck-am \
 
588
        installdirs installdirs-am maintainer-clean \
 
589
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
590
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
591
        uninstall-styleDATA
 
592
 
 
593
 
 
594
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
595
# Otherwise a system limit (for SysV at least) may be exceeded.
 
596
.NOEXPORT: