wmclockmon: import version 0.8.1
[dockapps.git] / wmclockmon / styles / Makefile.in
blob2db50854399c38aaa0616dd119504e1e0c518866
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
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.
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.
13 # extra distribution files
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
37 DESTDIR =
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
43 top_builddir = ..
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 AWK = @AWK@
63 CC = @CC@
64 ISODATE = @ISODATE@
65 LN_S = @LN_S@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 VERSION = @VERSION@
70 data_DATA = \
71 backlight0_off.xpm \
72 backlight0_on.xpm \
73 backlight1_off.xpm \
74 backlight1_on.xpm \
75 backlight2_off.xpm \
76 backlight2_on.xpm \
77 backlight3_off.xpm \
78 backlight3_on.xpm \
79 backlight4_off.xpm \
80 backlight4_on.xpm \
81 backlight5_off.xpm \
82 backlight5_on.xpm \
83 backlight6_off.xpm \
84 backlight6_on.xpm \
85 backlightB_color_off.xpm \
86 backlightB_color_on.xpm \
87 backlightB_new_off.xpm \
88 backlightB_new_on.xpm \
89 backlightB_off.xpm \
90 backlightB_on.xpm \
91 backlightB_old_off.xpm \
92 backlightB_old_on.xpm \
93 backlightI_color_off.xpm \
94 backlightI_color_on.xpm \
95 backlightI_off.xpm \
96 backlightI_on.xpm \
97 backlight_0_color_off.xpm \
98 backlight_0_color_on.xpm \
99 backlight_1_color_off.xpm \
100 backlight_1_color_on.xpm \
101 backlight_2_color_off.xpm \
102 backlight_2_color_on.xpm \
103 backlight_3_color_off.xpm \
104 backlight_3_color_on.xpm \
105 backlight_4_color_off.xpm \
106 backlight_4_color_on.xpm \
107 backlight_5_color_off.xpm \
108 backlight_5_color_on.xpm \
109 backlight_6_color_off.xpm \
110 backlight_6_color_on.xpm \
111 default.bwcs \
112 default.iwcs \
113 default.lwcs \
114 default.mwcs \
115 default.pwcs \
116 new.bwcs \
117 new.lwcs \
118 new.mwcs \
119 new.pwcs \
120 lcd1.mwcs \
121 lcd2.mwcs \
122 lcd3.mwcs \
123 lcd4.mwcs \
124 lcd5.mwcs \
125 lcd6.mwcs \
126 led.bwcs \
127 led.iwcs \
128 led.lwcs \
129 led.pwcs \
130 led0.mwcs \
131 led1.mwcs \
132 led2.mwcs \
133 led3.mwcs \
134 led4.mwcs \
135 led5.mwcs \
136 led6.mwcs \
137 letters.xpm \
138 letters_new.xpm \
139 letters_color.xpm \
140 parts.xpm \
141 parts_new.xpm \
142 parts_color.xpm
143 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
144 CONFIG_HEADER = ../config.h
145 CONFIG_CLEAN_FILES =
146 DATA = $(data_DATA)
148 DIST_COMMON = Makefile.am Makefile.in
151 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
153 TAR = tar
154 GZIP_ENV = --best
155 all: all-redirect
156 .SUFFIXES:
157 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
158 cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile
160 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
161 cd $(top_builddir) \
162 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
165 install-dataDATA: $(data_DATA)
166 @$(NORMAL_INSTALL)
167 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
168 @list='$(data_DATA)'; for p in $$list; do \
169 if test -f $(srcdir)/$$p; then \
170 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
171 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
172 else if test -f $$p; then \
173 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
174 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
175 fi; fi; \
176 done
178 uninstall-dataDATA:
179 @$(NORMAL_UNINSTALL)
180 list='$(data_DATA)'; for p in $$list; do \
181 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
182 done
183 tags: TAGS
184 TAGS:
187 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
189 subdir = styles
191 distdir: $(DISTFILES)
192 here=`cd $(top_builddir) && pwd`; \
193 top_distdir=`cd $(top_distdir) && pwd`; \
194 distdir=`cd $(distdir) && pwd`; \
195 cd $(top_srcdir) \
196 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu examples/Makefile
197 @for file in $(DISTFILES); do \
198 d=$(srcdir); \
199 if test -d $$d/$$file; then \
200 cp -pr $$d/$$file $(distdir)/$$file; \
201 else \
202 test -f $(distdir)/$$file \
203 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
204 || cp -p $$d/$$file $(distdir)/$$file || :; \
205 fi; \
206 done
207 info-am:
208 info: info-am
209 dvi-am:
210 dvi: dvi-am
211 check-am: all-am
212 check: check-am
213 installcheck-am:
214 installcheck: installcheck-am
215 install-exec-am:
216 install-exec: install-exec-am
218 install-data-am: install-dataDATA
219 install-data: install-data-am
221 install-am: all-am
222 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
223 install: install-am
224 uninstall-am: uninstall-dataDATA
225 uninstall: uninstall-am
226 all-am: Makefile $(DATA)
227 all-redirect: all-am
228 install-strip:
229 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
230 installdirs:
231 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
234 mostlyclean-generic:
236 clean-generic:
238 distclean-generic:
239 -rm -f Makefile $(CONFIG_CLEAN_FILES)
240 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
242 maintainer-clean-generic:
243 mostlyclean-am: mostlyclean-generic
245 mostlyclean: mostlyclean-am
247 clean-am: clean-generic mostlyclean-am
249 clean: clean-am
251 distclean-am: distclean-generic clean-am
253 distclean: distclean-am
255 maintainer-clean-am: maintainer-clean-generic distclean-am
256 @echo "This command is intended for maintainers to use;"
257 @echo "it deletes files that may require special tools to rebuild."
259 maintainer-clean: maintainer-clean-am
261 .PHONY: uninstall-dataDATA install-dataDATA tags distdir info-am info \
262 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
263 install-exec install-data-am install-data install-am install \
264 uninstall-am uninstall all-redirect all-am all installdirs \
265 mostlyclean-generic distclean-generic clean-generic \
266 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
269 # Tell versions [3.59,3.63) of GNU make to not export all variables.
270 # Otherwise a system limit (for SysV at least) may be exceeded.
271 .NOEXPORT: