~ubuntu-branches/ubuntu/precise/gtk2-engines-xfce/precise

« back to all changes in this revision

Viewing changes to themes/basic/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-11-16 13:30:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061116133049-tps8a3tb4yne9g4z
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
34
34
NORMAL_UNINSTALL = :
35
35
PRE_UNINSTALL = :
36
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
37
38
host_triplet = @host@
38
39
subdir = themes/basic
39
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
42
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
44
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
45
mkinstalldirs = $(install_sh) -d
45
46
CONFIG_HEADER = $(top_builddir)/config.h
46
47
CONFIG_CLEAN_FILES =
47
48
SOURCES =
52
53
        install-recursive installcheck-recursive installdirs-recursive \
53
54
        pdf-recursive ps-recursive uninstall-info-recursive \
54
55
        uninstall-recursive
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55
62
am__installdirs = "$(DESTDIR)$(themedir)"
56
63
themeDATA_INSTALL = $(INSTALL_DATA)
57
64
DATA = $(theme_DATA)
91
98
GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
92
99
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
93
100
GTK_VERSION = @GTK_VERSION@
 
101
HAVE_CYGWIN_FALSE = @HAVE_CYGWIN_FALSE@
 
102
HAVE_CYGWIN_TRUE = @HAVE_CYGWIN_TRUE@
94
103
INSTALL_DATA = @INSTALL_DATA@
95
104
INSTALL_PROGRAM = @INSTALL_PROGRAM@
96
105
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
147
am__include = @am__include@
139
148
am__leading_dot = @am__leading_dot@
140
149
am__quote = @am__quote@
 
150
am__tar = @am__tar@
 
151
am__untar = @am__untar@
141
152
bindir = @bindir@
142
153
build = @build@
143
154
build_alias = @build_alias@
217
228
        test -z "$(themedir)" || $(mkdir_p) "$(DESTDIR)$(themedir)"
218
229
        @list='$(theme_DATA)'; for p in $$list; do \
219
230
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
220
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
231
          f=$(am__strip_dir) \
221
232
          echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \
222
233
          $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \
223
234
        done
225
236
uninstall-themeDATA:
226
237
        @$(NORMAL_UNINSTALL)
227
238
        @list='$(theme_DATA)'; for p in $$list; do \
228
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
239
          f=$(am__strip_dir) \
229
240
          echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \
230
241
          rm -f "$(DESTDIR)$(themedir)/$$f"; \
231
242
        done
303
314
                $(TAGS_FILES) $(LISP)
304
315
        tags=; \
305
316
        here=`pwd`; \
306
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
317
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
307
318
          include_option=--etags-include; \
 
319
          empty_fix=.; \
308
320
        else \
309
321
          include_option=--include; \
 
322
          empty_fix=; \
310
323
        fi; \
311
324
        list='$(SUBDIRS)'; for subdir in $$list; do \
312
325
          if test "$$subdir" = .; then :; else \
313
 
            test -f $$subdir/TAGS && \
 
326
            test ! -f $$subdir/TAGS || \
314
327
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
315
328
          fi; \
316
329
        done; \
320
333
          done | \
321
334
          $(AWK) '    { files[$$0] = 1; } \
322
335
               END { for (i in files) print i; }'`; \
323
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
324
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
325
 
             $$tags $$unique
 
336
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
337
          test -n "$$unique" || unique=$$empty_fix; \
 
338
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
339
            $$tags $$unique; \
 
340
        fi
326
341
ctags: CTAGS
327
342
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
328
343
                $(TAGS_FILES) $(LISP)
373
388
            || exit 1; \
374
389
          fi; \
375
390
        done
376
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
391
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
377
392
          if test "$$subdir" = .; then :; else \
378
393
            test -d "$(distdir)/$$subdir" \
379
 
            || mkdir "$(distdir)/$$subdir" \
 
394
            || $(mkdir_p) "$(distdir)/$$subdir" \
380
395
            || exit 1; \
 
396
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
397
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
381
398
            (cd $$subdir && \
382
399
              $(MAKE) $(AM_MAKEFLAGS) \
383
 
                top_distdir="../$(top_distdir)" \
384
 
                distdir="../$(distdir)/$$subdir" \
 
400
                top_distdir="$$top_distdir" \
 
401
                distdir="$$distdir/$$subdir" \
385
402
                distdir) \
386
403
              || exit 1; \
387
404
          fi; \
413
430
clean-generic:
414
431
 
415
432
distclean-generic:
416
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
433
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
417
434
 
418
435
maintainer-clean-generic:
419
436
        @echo "This command is intended for maintainers to use"