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

« back to all changes in this revision

Viewing changes to data/styles/green_tea/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/green_tea
 
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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
49
am__vpath_adj = case $$p in \
 
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
51
    *) f=$$p;; \
 
52
  esac;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
69
am__installdirs = "$(DESTDIR)$(styledir)"
 
70
DATA = $(style_DATA)
 
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
72
ACLOCAL = @ACLOCAL@
 
73
AMTAR = @AMTAR@
 
74
AUTOCONF = @AUTOCONF@
 
75
AUTOHEADER = @AUTOHEADER@
 
76
AUTOMAKE = @AUTOMAKE@
 
77
AWK = @AWK@
 
78
CC = @CC@
 
79
CCDEPMODE = @CCDEPMODE@
 
80
CFLAGS = @CFLAGS@
 
81
CPPFLAGS = @CPPFLAGS@
 
82
CXX = @CXX@
 
83
CXXCPP = @CXXCPP@
 
84
CXXDEPMODE = @CXXDEPMODE@
 
85
CXXFLAGS = @CXXFLAGS@
 
86
CYGPATH_W = @CYGPATH_W@
 
87
DEBUG = @DEBUG@
 
88
DEFAULT_APPS = @DEFAULT_APPS@
 
89
DEFAULT_INIT = @DEFAULT_INIT@
 
90
DEFAULT_KEYS = @DEFAULT_KEYS@
 
91
DEFAULT_MENU = @DEFAULT_MENU@
 
92
DEFAULT_OVERLAY = @DEFAULT_OVERLAY@
 
93
DEFAULT_STYLE = @DEFAULT_STYLE@
 
94
DEFAULT_WINDOWMENU = @DEFAULT_WINDOWMENU@
 
95
DEFS = @DEFS@
 
96
DEPDIR = @DEPDIR@
 
97
ECHO_C = @ECHO_C@
 
98
ECHO_N = @ECHO_N@
 
99
ECHO_T = @ECHO_T@
 
100
EGREP = @EGREP@
 
101
EXEEXT = @EXEEXT@
 
102
GREP = @GREP@
 
103
IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
 
104
IMLIB2_CONFIG = @IMLIB2_CONFIG@
 
105
IMLIB2_LIBS = @IMLIB2_LIBS@
 
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
LDFLAGS = @LDFLAGS@
 
112
LIBOBJS = @LIBOBJS@
 
113
LIBS = @LIBS@
 
114
LOCALE_PATH = @LOCALE_PATH@
 
115
LTLIBOBJS = @LTLIBOBJS@
 
116
MAKEINFO = @MAKEINFO@
 
117
MKDIR_P = @MKDIR_P@
 
118
NLS = @NLS@
 
119
OBJEXT = @OBJEXT@
 
120
PACKAGE = @PACKAGE@
 
121
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
122
PACKAGE_NAME = @PACKAGE_NAME@
 
123
PACKAGE_STRING = @PACKAGE_STRING@
 
124
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
125
PACKAGE_URL = @PACKAGE_URL@
 
126
PACKAGE_VERSION = @PACKAGE_VERSION@
 
127
PATH_SEPARATOR = @PATH_SEPARATOR@
 
128
PKG_CONFIG = @PKG_CONFIG@
 
129
RANLIB = @RANLIB@
 
130
SET_MAKE = @SET_MAKE@
 
131
SHELL = @SHELL@
 
132
STRIP = @STRIP@
 
133
VERSION = @VERSION@
 
134
XMKMF = @XMKMF@
 
135
X_CFLAGS = @X_CFLAGS@
 
136
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
137
X_LIBS = @X_LIBS@
 
138
X_PRE_LIBS = @X_PRE_LIBS@
 
139
abs_builddir = @abs_builddir@
 
140
abs_srcdir = @abs_srcdir@
 
141
abs_top_builddir = @abs_top_builddir@
 
142
abs_top_srcdir = @abs_top_srcdir@
 
143
ac_ct_CC = @ac_ct_CC@
 
144
ac_ct_CXX = @ac_ct_CXX@
 
145
am__include = @am__include@
 
146
am__leading_dot = @am__leading_dot@
 
147
am__quote = @am__quote@
 
148
am__tar = @am__tar@
 
149
am__untar = @am__untar@
 
150
bindir = @bindir@
 
151
build_alias = @build_alias@
 
152
builddir = @builddir@
 
153
datadir = @datadir@
 
154
datarootdir = @datarootdir@
 
155
docdir = @docdir@
 
156
dvidir = @dvidir@
 
157
exec_prefix = @exec_prefix@
 
158
gencat_cmd = @gencat_cmd@
 
159
host_alias = @host_alias@
 
160
htmldir = @htmldir@
 
161
includedir = @includedir@
 
162
infodir = @infodir@
 
163
install_sh = @install_sh@
 
164
libdir = @libdir@
 
165
libexecdir = @libexecdir@
 
166
localedir = @localedir@
 
167
localstatedir = @localstatedir@
 
168
mandir = @mandir@
 
169
mkdir_p = @mkdir_p@
 
170
oldincludedir = @oldincludedir@
 
171
pdfdir = @pdfdir@
 
172
prefix = @prefix@
 
173
program_prefix = @program_prefix@
 
174
program_suffix = @program_suffix@
 
175
program_transform_name = @program_transform_name@
 
176
psdir = @psdir@
 
177
regex_cmd = @regex_cmd@
 
178
sbindir = @sbindir@
 
179
sharedstatedir = @sharedstatedir@
 
180
srcdir = @srcdir@
 
181
sysconfdir = @sysconfdir@
 
182
target_alias = @target_alias@
 
183
top_build_prefix = @top_build_prefix@
 
184
top_builddir = @top_builddir@
 
185
top_srcdir = @top_srcdir@
 
186
styledir = $(pkgdatadir)/styles/green_tea
 
187
style_DATA = theme.cfg
 
188
EXTRA_DIST = $(style_DATA)
 
189
all: all-am
 
190
 
 
191
.SUFFIXES:
 
192
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
193
        @for dep in $?; do \
 
194
          case '$(am__configure_deps)' in \
 
195
            *$$dep*) \
 
196
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
197
                && { if test -f $@; then exit 0; else break; fi; }; \
 
198
              exit 1;; \
 
199
          esac; \
 
200
        done; \
 
201
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/styles/green_tea/Makefile'; \
 
202
        $(am__cd) $(top_srcdir) && \
 
203
          $(AUTOMAKE) --gnu data/styles/green_tea/Makefile
 
204
.PRECIOUS: Makefile
 
205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
206
        @case '$?' in \
 
207
          *config.status*) \
 
208
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
209
          *) \
 
210
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
211
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
212
        esac;
 
213
 
 
214
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
216
 
 
217
$(top_srcdir)/configure:  $(am__configure_deps)
 
218
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
219
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
221
$(am__aclocal_m4_deps):
 
222
install-styleDATA: $(style_DATA)
 
223
        @$(NORMAL_INSTALL)
 
224
        test -z "$(styledir)" || $(MKDIR_P) "$(DESTDIR)$(styledir)"
 
225
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
226
        for p in $$list; do \
 
227
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
228
          echo "$$d$$p"; \
 
229
        done | $(am__base_list) | \
 
230
        while read files; do \
 
231
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(styledir)'"; \
 
232
          $(INSTALL_DATA) $$files "$(DESTDIR)$(styledir)" || exit $$?; \
 
233
        done
 
234
 
 
235
uninstall-styleDATA:
 
236
        @$(NORMAL_UNINSTALL)
 
237
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
238
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
239
        test -n "$$files" || exit 0; \
 
240
        echo " ( cd '$(DESTDIR)$(styledir)' && rm -f" $$files ")"; \
 
241
        cd "$(DESTDIR)$(styledir)" && rm -f $$files
 
242
tags: TAGS
 
243
TAGS:
 
244
 
 
245
ctags: CTAGS
 
246
CTAGS:
 
247
 
 
248
 
 
249
distdir: $(DISTFILES)
 
250
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
251
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
252
        list='$(DISTFILES)'; \
 
253
          dist_files=`for file in $$list; do echo $$file; done | \
 
254
          sed -e "s|^$$srcdirstrip/||;t" \
 
255
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
256
        case $$dist_files in \
 
257
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
258
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
259
                           sort -u` ;; \
 
260
        esac; \
 
261
        for file in $$dist_files; do \
 
262
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
263
          if test -d $$d/$$file; then \
 
264
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
265
            if test -d "$(distdir)/$$file"; then \
 
266
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
267
            fi; \
 
268
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
269
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
270
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
271
            fi; \
 
272
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
273
          else \
 
274
            test -f "$(distdir)/$$file" \
 
275
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
276
            || exit 1; \
 
277
          fi; \
 
278
        done
 
279
check-am: all-am
 
280
check: check-am
 
281
all-am: Makefile $(DATA)
 
282
installdirs:
 
283
        for dir in "$(DESTDIR)$(styledir)"; do \
 
284
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
285
        done
 
286
install: install-am
 
287
install-exec: install-exec-am
 
288
install-data: install-data-am
 
289
uninstall: uninstall-am
 
290
 
 
291
install-am: all-am
 
292
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
293
 
 
294
installcheck: installcheck-am
 
295
install-strip:
 
296
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
297
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
298
          `test -z '$(STRIP)' || \
 
299
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
300
mostlyclean-generic:
 
301
 
 
302
clean-generic:
 
303
 
 
304
distclean-generic:
 
305
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
306
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
307
 
 
308
maintainer-clean-generic:
 
309
        @echo "This command is intended for maintainers to use"
 
310
        @echo "it deletes files that may require special tools to rebuild."
 
311
clean: clean-am
 
312
 
 
313
clean-am: clean-generic mostlyclean-am
 
314
 
 
315
distclean: distclean-am
 
316
        -rm -f Makefile
 
317
distclean-am: clean-am distclean-generic
 
318
 
 
319
dvi: dvi-am
 
320
 
 
321
dvi-am:
 
322
 
 
323
html: html-am
 
324
 
 
325
html-am:
 
326
 
 
327
info: info-am
 
328
 
 
329
info-am:
 
330
 
 
331
install-data-am: install-styleDATA
 
332
 
 
333
install-dvi: install-dvi-am
 
334
 
 
335
install-dvi-am:
 
336
 
 
337
install-exec-am:
 
338
 
 
339
install-html: install-html-am
 
340
 
 
341
install-html-am:
 
342
 
 
343
install-info: install-info-am
 
344
 
 
345
install-info-am:
 
346
 
 
347
install-man:
 
348
 
 
349
install-pdf: install-pdf-am
 
350
 
 
351
install-pdf-am:
 
352
 
 
353
install-ps: install-ps-am
 
354
 
 
355
install-ps-am:
 
356
 
 
357
installcheck-am:
 
358
 
 
359
maintainer-clean: maintainer-clean-am
 
360
        -rm -f Makefile
 
361
maintainer-clean-am: distclean-am maintainer-clean-generic
 
362
 
 
363
mostlyclean: mostlyclean-am
 
364
 
 
365
mostlyclean-am: mostlyclean-generic
 
366
 
 
367
pdf: pdf-am
 
368
 
 
369
pdf-am:
 
370
 
 
371
ps: ps-am
 
372
 
 
373
ps-am:
 
374
 
 
375
uninstall-am: uninstall-styleDATA
 
376
 
 
377
.MAKE: install-am install-strip
 
378
 
 
379
.PHONY: all all-am check check-am clean clean-generic distclean \
 
380
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
381
        install install-am install-data install-data-am install-dvi \
 
382
        install-dvi-am install-exec install-exec-am install-html \
 
383
        install-html-am install-info install-info-am install-man \
 
384
        install-pdf install-pdf-am install-ps install-ps-am \
 
385
        install-strip install-styleDATA installcheck installcheck-am \
 
386
        installdirs maintainer-clean maintainer-clean-generic \
 
387
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 
388
        uninstall-am uninstall-styleDATA
 
389
 
 
390
 
 
391
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
392
# Otherwise a system limit (for SysV at least) may be exceeded.
 
393
.NOEXPORT: