~ubuntu-branches/ubuntu/trusty/gnome-desktop/trusty

« back to all changes in this revision

Viewing changes to .pc/90_autoreconf.patch/pixmaps/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-12-01 15:46:03 UTC
  • Revision ID: package-import@ubuntu.com-20111201154603-rq8shf98t7arghrk
Tags: 1:2.32.1-0ubuntu7
* Fix FTBFS -- missing -lm in build.
  - New patch, 10_link-with-libm, changes similar to upstream
    06eecd20a0c6e27f91265c20fe0ad2f773a51494 "build: link against libm" to
    call AC_CHECK_LIBM and AB_SUBST(LIBM) in configure.in and use $(LIBM) in
    libgnome-desktop/Makefile.am.
  - New patch, 90_autoreconf, result of autoreconf -fi && rm -rf
    autom4te.cache *~; needed for 10_link-with-libm.
  - Drop 99_ltmain_as-needed; doesn't apply anymore with 90_autoreconf which
    likely supersedes it.
* Update watch file to only consider GNOME 2.32; gnome-desktop3 source is
  where latest releases are packaged.

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
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = pixmaps
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
41
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
42
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
43
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
44
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
 
45
        $(top_srcdir)/configure.in
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
AM_V_GEN = $(am__v_GEN_$(V))
 
53
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_GEN_0 = @echo "  GEN   " $@;
 
55
AM_V_at = $(am__v_at_$(V))
 
56
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_at_0 = @
 
58
SOURCES =
 
59
DIST_SOURCES =
 
60
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
61
am__vpath_adj = case $$p in \
 
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
63
    *) f=$$p;; \
 
64
  esac;
 
65
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
66
am__install_max = 40
 
67
am__nobase_strip_setup = \
 
68
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
69
am__nobase_strip = \
 
70
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
71
am__nobase_list = $(am__nobase_strip_setup); \
 
72
  for p in $$list; do echo "$$p $$p"; done | \
 
73
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
74
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
75
    if (++n[$$2] == $(am__install_max)) \
 
76
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
77
    END { for (dir in files) print dir, files[dir] }'
 
78
am__base_list = \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
81
am__installdirs = "$(DESTDIR)$(pixmapdir)"
 
82
DATA = $(pixmap_DATA)
 
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
84
ACLOCAL = @ACLOCAL@
 
85
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
86
ALL_LINGUAS = @ALL_LINGUAS@
 
87
AMTAR = @AMTAR@
 
88
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
89
AR = @AR@
 
90
AS = @AS@
 
91
AUTOCONF = @AUTOCONF@
 
92
AUTOHEADER = @AUTOHEADER@
 
93
AUTOMAKE = @AUTOMAKE@
 
94
AWK = @AWK@
 
95
CATALOGS = @CATALOGS@
 
96
CATOBJEXT = @CATOBJEXT@
 
97
CC = @CC@
 
98
CCDEPMODE = @CCDEPMODE@
 
99
CFLAGS = @CFLAGS@
 
100
CPP = @CPP@
 
101
CPPFLAGS = @CPPFLAGS@
 
102
CYGPATH_W = @CYGPATH_W@
 
103
DATADIRNAME = @DATADIRNAME@
 
104
DEFS = @DEFS@
 
105
DEPDIR = @DEPDIR@
 
106
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
107
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
108
DLLTOOL = @DLLTOOL@
 
109
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
110
DSYMUTIL = @DSYMUTIL@
 
111
DUMPBIN = @DUMPBIN@
 
112
ECHO_C = @ECHO_C@
 
113
ECHO_N = @ECHO_N@
 
114
ECHO_T = @ECHO_T@
 
115
EGREP = @EGREP@
 
116
EXEEXT = @EXEEXT@
 
117
FGREP = @FGREP@
 
118
GCONF_REQUIRED = @GCONF_REQUIRED@
 
119
GDK_PIXBUF_REQUIRED = @GDK_PIXBUF_REQUIRED@
 
120
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
121
GLIB_REQUIRED = @GLIB_REQUIRED@
 
122
GMOFILES = @GMOFILES@
 
123
GMSGFMT = @GMSGFMT@
 
124
GNOME_DATE = @GNOME_DATE@
 
125
GNOME_DATE_COMMENT_END = @GNOME_DATE_COMMENT_END@
 
126
GNOME_DATE_COMMENT_START = @GNOME_DATE_COMMENT_START@
 
127
GNOME_DESKTOP_CFLAGS = @GNOME_DESKTOP_CFLAGS@
 
128
GNOME_DESKTOP_LIBS = @GNOME_DESKTOP_LIBS@
 
129
GNOME_DISTRIBUTOR = @GNOME_DISTRIBUTOR@
 
130
GNOME_MICRO = @GNOME_MICRO@
 
131
GNOME_MINOR = @GNOME_MINOR@
 
132
GNOME_PLATFORM = @GNOME_PLATFORM@
 
133
GREP = @GREP@
 
134
GTKDOC_CHECK = @GTKDOC_CHECK@
 
135
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
136
GTKDOC_REBASE = @GTKDOC_REBASE@
 
137
GTK_REQUIRED = @GTK_REQUIRED@
 
138
HELP_DIR = @HELP_DIR@
 
139
HTML_DIR = @HTML_DIR@
 
140
INSTALL = @INSTALL@
 
141
INSTALL_DATA = @INSTALL_DATA@
 
142
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
143
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
145
INSTOBJEXT = @INSTOBJEXT@
 
146
INTLLIBS = @INTLLIBS@
 
147
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
148
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
149
INTLTOOL_PERL = @INTLTOOL_PERL@
 
150
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
151
LD = @LD@
 
152
LDFLAGS = @LDFLAGS@
 
153
LIBOBJS = @LIBOBJS@
 
154
LIBS = @LIBS@
 
155
LIBTOOL = @LIBTOOL@
 
156
LIPO = @LIPO@
 
157
LN_S = @LN_S@
 
158
LTLIBOBJS = @LTLIBOBJS@
 
159
LT_VERSION = @LT_VERSION@
 
160
MAINT = @MAINT@
 
161
MAKEINFO = @MAKEINFO@
 
162
MKDIR_P = @MKDIR_P@
 
163
MKINSTALLDIRS = @MKINSTALLDIRS@
 
164
MSGFMT = @MSGFMT@
 
165
MSGFMT_OPTS = @MSGFMT_OPTS@
 
166
MSGMERGE = @MSGMERGE@
 
167
NM = @NM@
 
168
NMEDIT = @NMEDIT@
 
169
OBJDUMP = @OBJDUMP@
 
170
OBJEXT = @OBJEXT@
 
171
OMF_DIR = @OMF_DIR@
 
172
OTOOL = @OTOOL@
 
173
OTOOL64 = @OTOOL64@
 
174
PACKAGE = @PACKAGE@
 
175
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
176
PACKAGE_NAME = @PACKAGE_NAME@
 
177
PACKAGE_STRING = @PACKAGE_STRING@
 
178
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
179
PACKAGE_URL = @PACKAGE_URL@
 
180
PACKAGE_VERSION = @PACKAGE_VERSION@
 
181
PATH_SEPARATOR = @PATH_SEPARATOR@
 
182
PERL = @PERL@
 
183
PKG_CONFIG = @PKG_CONFIG@
 
184
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
185
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
186
PNP_IDS = @PNP_IDS@
 
187
POFILES = @POFILES@
 
188
POSUB = @POSUB@
 
189
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
190
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
191
PYTHON = @PYTHON@
 
192
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
193
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
194
PYTHON_PREFIX = @PYTHON_PREFIX@
 
195
PYTHON_VERSION = @PYTHON_VERSION@
 
196
RANDR_PACKAGE = @RANDR_PACKAGE@
 
197
RANLIB = @RANLIB@
 
198
REBUILD = @REBUILD@
 
199
SED = @SED@
 
200
SET_MAKE = @SET_MAKE@
 
201
SHELL = @SHELL@
 
202
STARTUP_NOTIFICATION_PACKAGE = @STARTUP_NOTIFICATION_PACKAGE@
 
203
STARTUP_NOTIFICATION_REQUIRED = @STARTUP_NOTIFICATION_REQUIRED@
 
204
STRIP = @STRIP@
 
205
USE_NLS = @USE_NLS@
 
206
VERSION = @VERSION@
 
207
WARN_CFLAGS = @WARN_CFLAGS@
 
208
X11_PACKAGE = @X11_PACKAGE@
 
209
XGETTEXT = @XGETTEXT@
 
210
XLIB_CFLAGS = @XLIB_CFLAGS@
 
211
XLIB_LIBS = @XLIB_LIBS@
 
212
XMKMF = @XMKMF@
 
213
XRANDR_REQUIRED = @XRANDR_REQUIRED@
 
214
X_CFLAGS = @X_CFLAGS@
 
215
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
216
X_LIBS = @X_LIBS@
 
217
X_PRE_LIBS = @X_PRE_LIBS@
 
218
abs_builddir = @abs_builddir@
 
219
abs_srcdir = @abs_srcdir@
 
220
abs_top_builddir = @abs_top_builddir@
 
221
abs_top_srcdir = @abs_top_srcdir@
 
222
ac_ct_CC = @ac_ct_CC@
 
223
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
224
am__include = @am__include@
 
225
am__leading_dot = @am__leading_dot@
 
226
am__quote = @am__quote@
 
227
am__tar = @am__tar@
 
228
am__untar = @am__untar@
 
229
bindir = @bindir@
 
230
build = @build@
 
231
build_alias = @build_alias@
 
232
build_cpu = @build_cpu@
 
233
build_os = @build_os@
 
234
build_vendor = @build_vendor@
 
235
builddir = @builddir@
 
236
datadir = @datadir@
 
237
datarootdir = @datarootdir@
 
238
docdir = @docdir@
 
239
dvidir = @dvidir@
 
240
exec_prefix = @exec_prefix@
 
241
host = @host@
 
242
host_alias = @host_alias@
 
243
host_cpu = @host_cpu@
 
244
host_os = @host_os@
 
245
host_vendor = @host_vendor@
 
246
htmldir = @htmldir@
 
247
includedir = @includedir@
 
248
infodir = @infodir@
 
249
install_sh = @install_sh@
 
250
libdir = @libdir@
 
251
libexecdir = @libexecdir@
 
252
localedir = @localedir@
 
253
localstatedir = @localstatedir@
 
254
lt_ECHO = @lt_ECHO@
 
255
mandir = @mandir@
 
256
mkdir_p = @mkdir_p@
 
257
oldincludedir = @oldincludedir@
 
258
pdfdir = @pdfdir@
 
259
pkgpyexecdir = @pkgpyexecdir@
 
260
pkgpythondir = @pkgpythondir@
 
261
prefix = @prefix@
 
262
program_transform_name = @program_transform_name@
 
263
psdir = @psdir@
 
264
pyexecdir = @pyexecdir@
 
265
pythondir = @pythondir@
 
266
sbindir = @sbindir@
 
267
sharedstatedir = @sharedstatedir@
 
268
srcdir = @srcdir@
 
269
sysconfdir = @sysconfdir@
 
270
target_alias = @target_alias@
 
271
top_build_prefix = @top_build_prefix@
 
272
top_builddir = @top_builddir@
 
273
top_srcdir = @top_srcdir@
 
274
pixmapdir = $(datadir)/pixmaps
 
275
pixmap_DATA = \
 
276
        gnome-emacs.png                         \
 
277
        gnome-aorta.png                         \
 
278
        gnome-applets.png                       \
 
279
        gnome-calc2.png                         \
 
280
        gnome-calc3.png                         \
 
281
        gnome-calendar.png                      \
 
282
        gnome-color-browser.png                 \
 
283
        gnome-color-xterm.png                   \
 
284
        gnome-cromagnon.png                     \
 
285
        gnome-diskfree.png                      \
 
286
        gnome-file-c.png                        \
 
287
        gnome-file-h.png                        \
 
288
        gnome-folder.png                        \
 
289
        gnome-gemvt.png                         \
 
290
        gnome-gimp.png                          \
 
291
        gnome-gmenu.png                         \
 
292
        gnome-gmush.png                         \
 
293
        gnome-gnomoku.png                       \
 
294
        gnome-home.png                          \
 
295
        gnome-html.png                          \
 
296
        gnome-image-gif.png                     \
 
297
        gnome-image-jpeg.png                    \
 
298
        gnome-touristinfo.png                   \
 
299
        gnome-irc.png                           \
 
300
        gnome-laptop.png                        \
 
301
        gnome-log.png                           \
 
302
        gnome-logo-icon.png                     \
 
303
        gnome-logo-icon-transparent.png         \
 
304
        gnome-logo-large.png                    \
 
305
        gnome-mdi.png                           \
 
306
        gnome-mnemonic.png                      \
 
307
        gnome-news.png                          \
 
308
        gnome-note.png                          \
 
309
        gnome-qeye.png                          \
 
310
        gnome-spider.png                        \
 
311
        gnome-squeak.png                        \
 
312
        gnome-talk.png                          \
 
313
        gnome-term-linux.png                    \
 
314
        gnome-term-linux2.png                   \
 
315
        gnome-term-night.png                    \
 
316
        gnome-term-tiger.png                    \
 
317
        gnome-eterm.png                         \
 
318
        gnome-xterm.png                         \
 
319
        gnome-term.png                          \
 
320
        gnome-tigert.png                        \
 
321
        gnome-user-interface.png                \
 
322
        gnome-windows.png                       \
 
323
        gnome-word.png                          \
 
324
        kterm.xpm                               \
 
325
        vnterm.xpm                              \
 
326
        monitor.png                             \
 
327
        gnome-mouse.png                         \
 
328
        gnome-background.png                    \
 
329
        apple-green.png                         \
 
330
        apple-red.png                           \
 
331
        gnome-ccbackground.png                  \
 
332
        gnome-ccdesktop.png                     \
 
333
        gnome-ccdialog.png                      \
 
334
        gnome-ccmime.png                        \
 
335
        gnome-ccscreensaver.png                 \
 
336
        gnome-ccwindowmanager.png               \
 
337
        gnome-ccperiph.png                      \
 
338
        gnome-debian.png                        \
 
339
        gnome-suse.png                          \
 
340
        gtkvim.png                              \
 
341
        gnome-computer.png                      \
 
342
        gnome-day.png                           \
 
343
        gnome-week.png                          \
 
344
        gnome-month.png                         \
 
345
        gnome-background-image.png              \
 
346
        gnome-background-pattern.png            \
 
347
        gnome-set-time.png
 
348
 
 
349
EXTRA_DIST = $(pixmap_DATA)
 
350
all: all-am
 
351
 
 
352
.SUFFIXES:
 
353
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
354
        @for dep in $?; do \
 
355
          case '$(am__configure_deps)' in \
 
356
            *$$dep*) \
 
357
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
358
                && { if test -f $@; then exit 0; else break; fi; }; \
 
359
              exit 1;; \
 
360
          esac; \
 
361
        done; \
 
362
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pixmaps/Makefile'; \
 
363
        $(am__cd) $(top_srcdir) && \
 
364
          $(AUTOMAKE) --foreign pixmaps/Makefile
 
365
.PRECIOUS: Makefile
 
366
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
367
        @case '$?' in \
 
368
          *config.status*) \
 
369
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
370
          *) \
 
371
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
372
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
373
        esac;
 
374
 
 
375
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
377
 
 
378
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
379
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
380
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
381
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
382
$(am__aclocal_m4_deps):
 
383
 
 
384
mostlyclean-libtool:
 
385
        -rm -f *.lo
 
386
 
 
387
clean-libtool:
 
388
        -rm -rf .libs _libs
 
389
install-pixmapDATA: $(pixmap_DATA)
 
390
        @$(NORMAL_INSTALL)
 
391
        test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)"
 
392
        @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
 
393
        for p in $$list; do \
 
394
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
395
          echo "$$d$$p"; \
 
396
        done | $(am__base_list) | \
 
397
        while read files; do \
 
398
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \
 
399
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \
 
400
        done
 
401
 
 
402
uninstall-pixmapDATA:
 
403
        @$(NORMAL_UNINSTALL)
 
404
        @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
 
405
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
406
        test -n "$$files" || exit 0; \
 
407
        echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \
 
408
        cd "$(DESTDIR)$(pixmapdir)" && rm -f $$files
 
409
tags: TAGS
 
410
TAGS:
 
411
 
 
412
ctags: CTAGS
 
413
CTAGS:
 
414
 
 
415
 
 
416
distdir: $(DISTFILES)
 
417
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
418
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
419
        list='$(DISTFILES)'; \
 
420
          dist_files=`for file in $$list; do echo $$file; done | \
 
421
          sed -e "s|^$$srcdirstrip/||;t" \
 
422
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
423
        case $$dist_files in \
 
424
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
425
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
426
                           sort -u` ;; \
 
427
        esac; \
 
428
        for file in $$dist_files; do \
 
429
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
430
          if test -d $$d/$$file; then \
 
431
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
432
            if test -d "$(distdir)/$$file"; then \
 
433
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
434
            fi; \
 
435
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
436
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
437
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
438
            fi; \
 
439
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
440
          else \
 
441
            test -f "$(distdir)/$$file" \
 
442
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
443
            || exit 1; \
 
444
          fi; \
 
445
        done
 
446
check-am: all-am
 
447
check: check-am
 
448
all-am: Makefile $(DATA)
 
449
installdirs:
 
450
        for dir in "$(DESTDIR)$(pixmapdir)"; do \
 
451
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
452
        done
 
453
install: install-am
 
454
install-exec: install-exec-am
 
455
install-data: install-data-am
 
456
uninstall: uninstall-am
 
457
 
 
458
install-am: all-am
 
459
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
460
 
 
461
installcheck: installcheck-am
 
462
install-strip:
 
463
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
464
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
465
          `test -z '$(STRIP)' || \
 
466
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
467
mostlyclean-generic:
 
468
 
 
469
clean-generic:
 
470
 
 
471
distclean-generic:
 
472
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
473
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
474
 
 
475
maintainer-clean-generic:
 
476
        @echo "This command is intended for maintainers to use"
 
477
        @echo "it deletes files that may require special tools to rebuild."
 
478
clean: clean-am
 
479
 
 
480
clean-am: clean-generic clean-libtool mostlyclean-am
 
481
 
 
482
distclean: distclean-am
 
483
        -rm -f Makefile
 
484
distclean-am: clean-am distclean-generic
 
485
 
 
486
dvi: dvi-am
 
487
 
 
488
dvi-am:
 
489
 
 
490
html: html-am
 
491
 
 
492
html-am:
 
493
 
 
494
info: info-am
 
495
 
 
496
info-am:
 
497
 
 
498
install-data-am: install-pixmapDATA
 
499
 
 
500
install-dvi: install-dvi-am
 
501
 
 
502
install-dvi-am:
 
503
 
 
504
install-exec-am:
 
505
 
 
506
install-html: install-html-am
 
507
 
 
508
install-html-am:
 
509
 
 
510
install-info: install-info-am
 
511
 
 
512
install-info-am:
 
513
 
 
514
install-man:
 
515
 
 
516
install-pdf: install-pdf-am
 
517
 
 
518
install-pdf-am:
 
519
 
 
520
install-ps: install-ps-am
 
521
 
 
522
install-ps-am:
 
523
 
 
524
installcheck-am:
 
525
 
 
526
maintainer-clean: maintainer-clean-am
 
527
        -rm -f Makefile
 
528
maintainer-clean-am: distclean-am maintainer-clean-generic
 
529
 
 
530
mostlyclean: mostlyclean-am
 
531
 
 
532
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
533
 
 
534
pdf: pdf-am
 
535
 
 
536
pdf-am:
 
537
 
 
538
ps: ps-am
 
539
 
 
540
ps-am:
 
541
 
 
542
uninstall-am: uninstall-pixmapDATA
 
543
 
 
544
.MAKE: install-am install-strip
 
545
 
 
546
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
547
        distclean distclean-generic distclean-libtool distdir dvi \
 
548
        dvi-am html html-am info info-am install install-am \
 
549
        install-data install-data-am install-dvi install-dvi-am \
 
550
        install-exec install-exec-am install-html install-html-am \
 
551
        install-info install-info-am install-man install-pdf \
 
552
        install-pdf-am install-pixmapDATA install-ps install-ps-am \
 
553
        install-strip installcheck installcheck-am installdirs \
 
554
        maintainer-clean maintainer-clean-generic mostlyclean \
 
555
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
556
        uninstall uninstall-am uninstall-pixmapDATA
 
557
 
 
558
 
 
559
-include $(top_srcdir)/git.mk
 
560
 
 
561
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
562
# Otherwise a system limit (for SysV at least) may be exceeded.
 
563
.NOEXPORT: