aboutsummaryrefslogtreecommitdiff
path: root/data/styles/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/styles/Makefile.in')
-rw-r--r--data/styles/Makefile.in224
1 files changed, 224 insertions, 0 deletions
diff --git a/data/styles/Makefile.in b/data/styles/Makefile.in
new file mode 100644
index 0000000..8e3e3f4
--- /dev/null
+++ b/data/styles/Makefile.in
@@ -0,0 +1,224 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# data/styles/Makefile.am for Blackbox 0.61.x - an X11 Window manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89styledir = $(pkgdatadir)/styles
90MAINTAINERCLEANFILES = Makefile.in
91
92style_DATA = Makro MerleyKay Clean CleanColor Artwiz Cthulhain Flux Minimal Nyz Operation Outcomes Rampage Rancor Results Shade Spiff TDF Twice Blue Carbondioxide qnx-photon
93EXTRA_DIST = $(style_DATA)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DATA = $(style_DATA)
98
99DIST_COMMON = Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = tar
105GZIP_ENV = --best
106all: all-redirect
107.SUFFIXES:
108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/styles/Makefile
110
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) \
113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115
116install-styleDATA: $(style_DATA)
117 @$(NORMAL_INSTALL)
118 $(mkinstalldirs) $(DESTDIR)$(styledir)
119 @list='$(style_DATA)'; for p in $$list; do \
120 if test -f $(srcdir)/$$p; then \
121 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p"; \
122 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p; \
123 else if test -f $$p; then \
124 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p"; \
125 $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p; \
126 fi; fi; \
127 done
128
129uninstall-styleDATA:
130 @$(NORMAL_UNINSTALL)
131 list='$(style_DATA)'; for p in $$list; do \
132 rm -f $(DESTDIR)$(styledir)/$$p; \
133 done
134tags: TAGS
135TAGS:
136
137
138distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
139
140subdir = data/styles
141
142distdir: $(DISTFILES)
143 @for file in $(DISTFILES); do \
144 d=$(srcdir); \
145 if test -d $$d/$$file; then \
146 cp -pr $$/$$file $(distdir)/$$file; \
147 else \
148 test -f $(distdir)/$$file \
149 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
150 || cp -p $$d/$$file $(distdir)/$$file || :; \
151 fi; \
152 done
153info-am:
154info: info-am
155dvi-am:
156dvi: dvi-am
157check-am: all-am
158check: check-am
159installcheck-am:
160installcheck: installcheck-am
161install-exec-am:
162install-exec: install-exec-am
163
164install-data-am: install-styleDATA
165install-data: install-data-am
166
167install-am: all-am
168 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
169install: install-am
170uninstall-am: uninstall-styleDATA uninstall-local
171uninstall: uninstall-am
172all-am: Makefile $(DATA)
173all-redirect: all-am
174install-strip:
175 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
176installdirs:
177 $(mkinstalldirs) $(DESTDIR)$(styledir)
178
179
180mostlyclean-generic:
181
182clean-generic:
183
184distclean-generic:
185 -rm -f Makefile $(CONFIG_CLEAN_FILES)
186 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
187
188maintainer-clean-generic:
189 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
190mostlyclean-am: mostlyclean-generic
191
192mostlyclean: mostlyclean-am
193
194clean-am: clean-generic mostlyclean-am
195
196clean: clean-am
197
198distclean-am: distclean-generic clean-am distclean-local
199 -rm -f libtool
200
201distclean: distclean-am
202
203maintainer-clean-am: maintainer-clean-generic distclean-am
204 @echo "This command is intended for maintainers to use;"
205 @echo "it deletes files that may require special tools to rebuild."
206
207maintainer-clean: maintainer-clean-am
208
209.PHONY: uninstall-styleDATA install-styleDATA tags distdir info-am info \
210dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
211install-exec install-data-am install-data install-am install \
212uninstall-local uninstall-am uninstall all-redirect all-am all \
213installdirs mostlyclean-generic distclean-generic clean-generic \
214maintainer-clean-generic clean mostlyclean distclean maintainer-clean
215
216
217uninstall-local:
218 rmdir $(styledir)
219distclean-local:
220 rm -f *\~
221
222# Tell versions [3.59,3.63) of GNU make to not export all variables.
223# Otherwise a system limit (for SysV at least) may be exceeded.
224.NOEXPORT: