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

« back to all changes in this revision

Viewing changes to themes/kde2/gtk-2.0/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/kde2/gtk-2.0
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 =
48
49
DIST_SOURCES =
 
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
51
am__vpath_adj = case $$p in \
 
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
53
    *) f=$$p;; \
 
54
  esac;
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
49
56
am__installdirs = "$(DESTDIR)$(themedir)"
50
57
themeDATA_INSTALL = $(INSTALL_DATA)
51
58
DATA = $(theme_DATA)
82
89
GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
83
90
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
84
91
GTK_VERSION = @GTK_VERSION@
 
92
HAVE_CYGWIN_FALSE = @HAVE_CYGWIN_FALSE@
 
93
HAVE_CYGWIN_TRUE = @HAVE_CYGWIN_TRUE@
85
94
INSTALL_DATA = @INSTALL_DATA@
86
95
INSTALL_PROGRAM = @INSTALL_PROGRAM@
87
96
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
138
am__include = @am__include@
130
139
am__leading_dot = @am__leading_dot@
131
140
am__quote = @am__quote@
 
141
am__tar = @am__tar@
 
142
am__untar = @am__untar@
132
143
bindir = @bindir@
133
144
build = @build@
134
145
build_alias = @build_alias@
207
218
        test -z "$(themedir)" || $(mkdir_p) "$(DESTDIR)$(themedir)"
208
219
        @list='$(theme_DATA)'; for p in $$list; do \
209
220
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
210
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
221
          f=$(am__strip_dir) \
211
222
          echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \
212
223
          $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \
213
224
        done
215
226
uninstall-themeDATA:
216
227
        @$(NORMAL_UNINSTALL)
217
228
        @list='$(theme_DATA)'; for p in $$list; do \
218
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
229
          f=$(am__strip_dir) \
219
230
          echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \
220
231
          rm -f "$(DESTDIR)$(themedir)/$$f"; \
221
232
        done
279
290
clean-generic:
280
291
 
281
292
distclean-generic:
282
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
293
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
283
294
 
284
295
maintainer-clean-generic:
285
296
        @echo "This command is intended for maintainers to use"