diff options
Diffstat (limited to 'util/Makefile.in')
-rw-r--r-- | util/Makefile.in | 369 |
1 files changed, 369 insertions, 0 deletions
diff --git a/util/Makefile.in b/util/Makefile.in new file mode 100644 index 0000000..9c830c2 --- /dev/null +++ b/util/Makefile.in | |||
@@ -0,0 +1,369 @@ | |||
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 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager | ||
14 | |||
15 | |||
16 | SHELL = @SHELL@ | ||
17 | |||
18 | srcdir = @srcdir@ | ||
19 | top_srcdir = @top_srcdir@ | ||
20 | VPATH = @srcdir@ | ||
21 | prefix = @prefix@ | ||
22 | exec_prefix = @exec_prefix@ | ||
23 | |||
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 | ||
36 | |||
37 | DESTDIR = | ||
38 | |||
39 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
40 | pkglibdir = $(libdir)/@PACKAGE@ | ||
41 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
42 | |||
43 | top_builddir = .. | ||
44 | |||
45 | ACLOCAL = @ACLOCAL@ | ||
46 | AUTOCONF = @AUTOCONF@ | ||
47 | AUTOMAKE = @AUTOMAKE@ | ||
48 | AUTOHEADER = @AUTOHEADER@ | ||
49 | |||
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@ | ||
55 | |||
56 | NORMAL_INSTALL = : | ||
57 | PRE_INSTALL = : | ||
58 | POST_INSTALL = : | ||
59 | NORMAL_UNINSTALL = : | ||
60 | PRE_UNINSTALL = : | ||
61 | POST_UNINSTALL = : | ||
62 | host_alias = @host_alias@ | ||
63 | host_triplet = @host@ | ||
64 | AS = @AS@ | ||
65 | CC = @CC@ | ||
66 | CXX = @CXX@ | ||
67 | DEBUG = @DEBUG@ | ||
68 | DLLTOOL = @DLLTOOL@ | ||
69 | GNOME = @GNOME@ | ||
70 | INTERLACE = @INTERLACE@ | ||
71 | KDE = @KDE@ | ||
72 | LIBTOOL = @LIBTOOL@ | ||
73 | LN_S = @LN_S@ | ||
74 | MAINT = @MAINT@ | ||
75 | MAKEINFO = @MAKEINFO@ | ||
76 | NEWWMSPEC = @NEWWMSPEC@ | ||
77 | NLS = @NLS@ | ||
78 | OBJDUMP = @OBJDUMP@ | ||
79 | ORDEREDPSEUDO = @ORDEREDPSEUDO@ | ||
80 | PACKAGE = @PACKAGE@ | ||
81 | RANLIB = @RANLIB@ | ||
82 | SHAPE = @SHAPE@ | ||
83 | SLIT = @SLIT@ | ||
84 | TIMEDCACHE = @TIMEDCACHE@ | ||
85 | VERSION = @VERSION@ | ||
86 | gencat_cmd = @gencat_cmd@ | ||
87 | regex_cmd = @regex_cmd@ | ||
88 | |||
89 | CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@ | ||
90 | |||
91 | |||
92 | bin_SCRIPTS = bsetbg | ||
93 | bin_PROGRAMS = bsetroot | ||
94 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | ||
95 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o | ||
96 | MAINTAINERCLEANFILES = Makefile.in | ||
97 | EXTRA_DIST = bsetbg | ||
98 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
99 | CONFIG_HEADER = ../config.h | ||
100 | CONFIG_CLEAN_FILES = | ||
101 | PROGRAMS = $(bin_PROGRAMS) | ||
102 | |||
103 | |||
104 | DEFS = @DEFS@ -I. -I$(srcdir) -I.. | ||
105 | LDFLAGS = @LDFLAGS@ | ||
106 | LIBS = @LIBS@ | ||
107 | X_CFLAGS = @X_CFLAGS@ | ||
108 | X_LIBS = @X_LIBS@ | ||
109 | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | ||
110 | X_PRE_LIBS = @X_PRE_LIBS@ | ||
111 | bsetroot_OBJECTS = bsetroot.o | ||
112 | bsetroot_DEPENDENCIES = ../src/BaseDisplay.o ../src/LinkedList.o \ | ||
113 | ../src/Timer.o ../src/Image.o ../src/i18n.o | ||
114 | bsetroot_LDFLAGS = | ||
115 | SCRIPTS = $(bin_SCRIPTS) | ||
116 | |||
117 | CXXFLAGS = @CXXFLAGS@ | ||
118 | CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | ||
119 | LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | ||
120 | CXXLD = $(CXX) | ||
121 | CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ | ||
122 | CFLAGS = @CFLAGS@ | ||
123 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
124 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
125 | CCLD = $(CC) | ||
126 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ | ||
127 | DIST_COMMON = Makefile.am Makefile.in | ||
128 | |||
129 | |||
130 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
131 | |||
132 | TAR = tar | ||
133 | GZIP_ENV = --best | ||
134 | SOURCES = $(bsetroot_SOURCES) | ||
135 | OBJECTS = $(bsetroot_OBJECTS) | ||
136 | |||
137 | all: all-redirect | ||
138 | .SUFFIXES: | ||
139 | .SUFFIXES: .S .c .cc .lo .o .s | ||
140 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
141 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps util/Makefile | ||
142 | |||
143 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
144 | cd $(top_builddir) \ | ||
145 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
146 | |||
147 | |||
148 | mostlyclean-binPROGRAMS: | ||
149 | |||
150 | clean-binPROGRAMS: | ||
151 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | ||
152 | |||
153 | distclean-binPROGRAMS: | ||
154 | |||
155 | maintainer-clean-binPROGRAMS: | ||
156 | |||
157 | install-binPROGRAMS: $(bin_PROGRAMS) | ||
158 | @$(NORMAL_INSTALL) | ||
159 | $(mkinstalldirs) $(DESTDIR)$(bindir) | ||
160 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ | ||
161 | if test -f $$p; then \ | ||
162 | echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | ||
163 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | ||
164 | else :; fi; \ | ||
165 | done | ||
166 | |||
167 | uninstall-binPROGRAMS: | ||
168 | @$(NORMAL_UNINSTALL) | ||
169 | list='$(bin_PROGRAMS)'; for p in $$list; do \ | ||
170 | rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | ||
171 | done | ||
172 | |||
173 | .c.o: | ||
174 | $(COMPILE) -c $< | ||
175 | |||
176 | .s.o: | ||
177 | $(COMPILE) -c $< | ||
178 | |||
179 | .S.o: | ||
180 | $(COMPILE) -c $< | ||
181 | |||
182 | mostlyclean-compile: | ||
183 | -rm -f *.o core *.core | ||
184 | |||
185 | clean-compile: | ||
186 | |||
187 | distclean-compile: | ||
188 | -rm -f *.tab.c | ||
189 | |||
190 | maintainer-clean-compile: | ||
191 | |||
192 | .c.lo: | ||
193 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | ||
194 | |||
195 | .s.lo: | ||
196 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | ||
197 | |||
198 | .S.lo: | ||
199 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | ||
200 | |||
201 | mostlyclean-libtool: | ||
202 | -rm -f *.lo | ||
203 | |||
204 | clean-libtool: | ||
205 | -rm -rf .libs _libs | ||
206 | |||
207 | distclean-libtool: | ||
208 | |||
209 | maintainer-clean-libtool: | ||
210 | |||
211 | bsetroot: $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES) | ||
212 | @rm -f bsetroot | ||
213 | $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS) | ||
214 | |||
215 | install-binSCRIPTS: $(bin_SCRIPTS) | ||
216 | @$(NORMAL_INSTALL) | ||
217 | $(mkinstalldirs) $(DESTDIR)$(bindir) | ||
218 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ | ||
219 | if test -f $$p; then \ | ||
220 | echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ | ||
221 | $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ | ||
222 | else if test -f $(srcdir)/$$p; then \ | ||
223 | echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ | ||
224 | $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ | ||
225 | else :; fi; fi; \ | ||
226 | done | ||
227 | |||
228 | uninstall-binSCRIPTS: | ||
229 | @$(NORMAL_UNINSTALL) | ||
230 | list='$(bin_SCRIPTS)'; for p in $$list; do \ | ||
231 | rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ | ||
232 | done | ||
233 | .cc.o: | ||
234 | $(CXXCOMPILE) -c $< | ||
235 | .cc.lo: | ||
236 | $(LTCXXCOMPILE) -c $< | ||
237 | |||
238 | tags: TAGS | ||
239 | |||
240 | ID: $(HEADERS) $(SOURCES) $(LISP) | ||
241 | list='$(SOURCES) $(HEADERS)'; \ | ||
242 | unique=`for i in $$list; do echo $$i; done | \ | ||
243 | awk ' { files[$$0] = 1; } \ | ||
244 | END { for (i in files) print i; }'`; \ | ||
245 | here=`pwd` && cd $(srcdir) \ | ||
246 | && mkid -f$$here/ID $$unique $(LISP) | ||
247 | |||
248 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | ||
249 | tags=; \ | ||
250 | here=`pwd`; \ | ||
251 | list='$(SOURCES) $(HEADERS)'; \ | ||
252 | unique=`for i in $$list; do echo $$i; done | \ | ||
253 | awk ' { files[$$0] = 1; } \ | ||
254 | END { for (i in files) print i; }'`; \ | ||
255 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | ||
256 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | ||
257 | |||
258 | mostlyclean-tags: | ||
259 | |||
260 | clean-tags: | ||
261 | |||
262 | distclean-tags: | ||
263 | -rm -f TAGS ID | ||
264 | |||
265 | maintainer-clean-tags: | ||
266 | |||
267 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
268 | |||
269 | subdir = util | ||
270 | |||
271 | distdir: $(DISTFILES) | ||
272 | @for file in $(DISTFILES); do \ | ||
273 | d=$(srcdir); \ | ||
274 | if test -d $$d/$$file; then \ | ||
275 | cp -pr $$/$$file $(distdir)/$$file; \ | ||
276 | else \ | ||
277 | test -f $(distdir)/$$file \ | ||
278 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
279 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
280 | fi; \ | ||
281 | done | ||
282 | |||
283 | info-am: | ||
284 | info: info-am | ||
285 | dvi-am: | ||
286 | dvi: dvi-am | ||
287 | check-am: all-am | ||
288 | check: check-am | ||
289 | installcheck-am: | ||
290 | installcheck: installcheck-am | ||
291 | install-exec-am: install-binPROGRAMS install-binSCRIPTS | ||
292 | install-exec: install-exec-am | ||
293 | |||
294 | install-data-am: | ||
295 | install-data: install-data-am | ||
296 | |||
297 | install-am: all-am | ||
298 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
299 | install: install-am | ||
300 | uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS | ||
301 | uninstall: uninstall-am | ||
302 | all-am: Makefile $(PROGRAMS) $(SCRIPTS) | ||
303 | all-redirect: all-am | ||
304 | install-strip: | ||
305 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
306 | installdirs: | ||
307 | $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) | ||
308 | |||
309 | |||
310 | mostlyclean-generic: | ||
311 | |||
312 | clean-generic: | ||
313 | |||
314 | distclean-generic: | ||
315 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
316 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
317 | |||
318 | maintainer-clean-generic: | ||
319 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
320 | mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ | ||
321 | mostlyclean-libtool mostlyclean-tags \ | ||
322 | mostlyclean-generic | ||
323 | |||
324 | mostlyclean: mostlyclean-am | ||
325 | |||
326 | clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \ | ||
327 | clean-generic mostlyclean-am | ||
328 | |||
329 | clean: clean-am | ||
330 | |||
331 | distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \ | ||
332 | distclean-tags distclean-generic clean-am \ | ||
333 | distclean-local | ||
334 | -rm -f libtool | ||
335 | |||
336 | distclean: distclean-am | ||
337 | |||
338 | maintainer-clean-am: maintainer-clean-binPROGRAMS \ | ||
339 | maintainer-clean-compile maintainer-clean-libtool \ | ||
340 | maintainer-clean-tags maintainer-clean-generic \ | ||
341 | distclean-am | ||
342 | @echo "This command is intended for maintainers to use;" | ||
343 | @echo "it deletes files that may require special tools to rebuild." | ||
344 | |||
345 | maintainer-clean: maintainer-clean-am | ||
346 | |||
347 | .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ | ||
348 | maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ | ||
349 | mostlyclean-compile distclean-compile clean-compile \ | ||
350 | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | ||
351 | clean-libtool maintainer-clean-libtool uninstall-binSCRIPTS \ | ||
352 | install-binSCRIPTS tags mostlyclean-tags distclean-tags clean-tags \ | ||
353 | maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \ | ||
354 | installcheck-am installcheck install-exec-am install-exec \ | ||
355 | install-data-am install-data install-am install uninstall-am uninstall \ | ||
356 | all-redirect all-am all installdirs mostlyclean-generic \ | ||
357 | distclean-generic clean-generic maintainer-clean-generic clean \ | ||
358 | mostlyclean distclean maintainer-clean | ||
359 | |||
360 | |||
361 | distclean-local: | ||
362 | rm -f *\~ | ||
363 | |||
364 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | ||
365 | ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh | ||
366 | |||
367 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
368 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
369 | .NOEXPORT: | ||