~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1

« back to all changes in this revision

Viewing changes to data/emblems/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-09-14 16:26:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080914162612-t6aa8pr2o0qry48o
Tags: 1.6.2.3-0ubuntu1
* New upstream release.
* debian/control
 - Update to 3.8.0 (no change needed).
 - Add libxtst-dev as Build-Depends.
* debian/cairo-dock-data.install
 - Add usr/share/cairo-dock/emblems directory.
* debian/watch
 - Update location.
* debian/rules
 - Add a get-orig-source rule.

Show diffs side-by-side

added added

removed removed

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