diff options
author | fluxgen <fluxgen> | 2002-02-11 12:10:28 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-11 12:10:28 (GMT) |
commit | b2d0bc4747286994d4756f3f04323bd80c662f82 (patch) | |
tree | 1e0cad0ff5835d2a1b97578d55e601207922e2cf /util | |
parent | 33541b8821c51bff024bd7c20502fe015a280b37 (diff) | |
download | fluxbox-b2d0bc4747286994d4756f3f04323bd80c662f82.zip fluxbox-b2d0bc4747286994d4756f3f04323bd80c662f82.tar.bz2 |
removed
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.in | 420 |
1 files changed, 0 insertions, 420 deletions
diff --git a/util/Makefile.in b/util/Makefile.in deleted file mode 100644 index 80fb2d5..0000000 --- a/util/Makefile.in +++ /dev/null | |||
@@ -1,420 +0,0 @@ | |||
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 | DEP_FILES = .deps/bsetroot.P | ||
135 | SOURCES = $(bsetroot_SOURCES) | ||
136 | OBJECTS = $(bsetroot_OBJECTS) | ||
137 | |||
138 | all: all-redirect | ||
139 | .SUFFIXES: | ||
140 | .SUFFIXES: .S .c .cc .lo .o .s | ||
141 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
142 | cd $(top_srcdir) && $(AUTOMAKE) --gnu util/Makefile | ||
143 | |||
144 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | ||
145 | cd $(top_builddir) \ | ||
146 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
147 | |||
148 | |||
149 | mostlyclean-binPROGRAMS: | ||
150 | |||
151 | clean-binPROGRAMS: | ||
152 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | ||
153 | |||
154 | distclean-binPROGRAMS: | ||
155 | |||
156 | maintainer-clean-binPROGRAMS: | ||
157 | |||
158 | install-binPROGRAMS: $(bin_PROGRAMS) | ||
159 | @$(NORMAL_INSTALL) | ||
160 | $(mkinstalldirs) $(DESTDIR)$(bindir) | ||
161 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ | ||
162 | if test -f $$p; then \ | ||
163 | echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | ||
164 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | ||
165 | else :; fi; \ | ||
166 | done | ||
167 | |||
168 | uninstall-binPROGRAMS: | ||
169 | @$(NORMAL_UNINSTALL) | ||
170 | list='$(bin_PROGRAMS)'; for p in $$list; do \ | ||
171 | rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | ||
172 | done | ||
173 | |||
174 | .s.o: | ||
175 | $(COMPILE) -c $< | ||
176 | |||
177 | .S.o: | ||
178 | $(COMPILE) -c $< | ||
179 | |||
180 | mostlyclean-compile: | ||
181 | -rm -f *.o core *.core | ||
182 | |||
183 | clean-compile: | ||
184 | |||
185 | distclean-compile: | ||
186 | -rm -f *.tab.c | ||
187 | |||
188 | maintainer-clean-compile: | ||
189 | |||
190 | .s.lo: | ||
191 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | ||
192 | |||
193 | .S.lo: | ||
194 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | ||
195 | |||
196 | mostlyclean-libtool: | ||
197 | -rm -f *.lo | ||
198 | |||
199 | clean-libtool: | ||
200 | -rm -rf .libs _libs | ||
201 | |||
202 | distclean-libtool: | ||
203 | |||
204 | maintainer-clean-libtool: | ||
205 | |||
206 | bsetroot: $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES) | ||
207 | @rm -f bsetroot | ||
208 | $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS) | ||
209 | |||
210 | install-binSCRIPTS: $(bin_SCRIPTS) | ||
211 | @$(NORMAL_INSTALL) | ||
212 | $(mkinstalldirs) $(DESTDIR)$(bindir) | ||
213 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ | ||
214 | if test -f $$p; then \ | ||
215 | echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ | ||
216 | $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ | ||
217 | else if test -f $(srcdir)/$$p; then \ | ||
218 | echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ | ||
219 | $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ | ||
220 | else :; fi; fi; \ | ||
221 | done | ||
222 | |||
223 | uninstall-binSCRIPTS: | ||
224 | @$(NORMAL_UNINSTALL) | ||
225 | list='$(bin_SCRIPTS)'; for p in $$list; do \ | ||
226 | rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ | ||
227 | done | ||
228 | .cc.o: | ||
229 | $(CXXCOMPILE) -c $< | ||
230 | .cc.lo: | ||
231 | $(LTCXXCOMPILE) -c $< | ||
232 | |||
233 | tags: TAGS | ||
234 | |||
235 | ID: $(HEADERS) $(SOURCES) $(LISP) | ||
236 | list='$(SOURCES) $(HEADERS)'; \ | ||
237 | unique=`for i in $$list; do echo $$i; done | \ | ||
238 | awk ' { files[$$0] = 1; } \ | ||
239 | END { for (i in files) print i; }'`; \ | ||
240 | here=`pwd` && cd $(srcdir) \ | ||
241 | && mkid -f$$here/ID $$unique $(LISP) | ||
242 | |||
243 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | ||
244 | tags=; \ | ||
245 | here=`pwd`; \ | ||
246 | list='$(SOURCES) $(HEADERS)'; \ | ||
247 | unique=`for i in $$list; do echo $$i; done | \ | ||
248 | awk ' { files[$$0] = 1; } \ | ||
249 | END { for (i in files) print i; }'`; \ | ||
250 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | ||
251 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | ||
252 | |||
253 | mostlyclean-tags: | ||
254 | |||
255 | clean-tags: | ||
256 | |||
257 | distclean-tags: | ||
258 | -rm -f TAGS ID | ||
259 | |||
260 | maintainer-clean-tags: | ||
261 | |||
262 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
263 | |||
264 | subdir = util | ||
265 | |||
266 | distdir: $(DISTFILES) | ||
267 | here=`cd $(top_builddir) && pwd`; \ | ||
268 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
269 | distdir=`cd $(distdir) && pwd`; \ | ||
270 | cd $(top_srcdir) \ | ||
271 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu util/Makefile | ||
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 | DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) | ||
284 | |||
285 | -include $(DEP_FILES) | ||
286 | |||
287 | mostlyclean-depend: | ||
288 | |||
289 | clean-depend: | ||
290 | |||
291 | distclean-depend: | ||
292 | -rm -rf .deps | ||
293 | |||
294 | maintainer-clean-depend: | ||
295 | |||
296 | %.o: %.c | ||
297 | @echo '$(COMPILE) -c $<'; \ | ||
298 | $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | ||
299 | @-cp .deps/$(*F).pp .deps/$(*F).P; \ | ||
300 | tr ' ' '\012' < .deps/$(*F).pp \ | ||
301 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | ||
302 | >> .deps/$(*F).P; \ | ||
303 | rm .deps/$(*F).pp | ||
304 | |||
305 | %.lo: %.c | ||
306 | @echo '$(LTCOMPILE) -c $<'; \ | ||
307 | $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | ||
308 | @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ | ||
309 | < .deps/$(*F).pp > .deps/$(*F).P; \ | ||
310 | tr ' ' '\012' < .deps/$(*F).pp \ | ||
311 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | ||
312 | >> .deps/$(*F).P; \ | ||
313 | rm -f .deps/$(*F).pp | ||
314 | |||
315 | %.o: %.cc | ||
316 | @echo '$(CXXCOMPILE) -c $<'; \ | ||
317 | $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | ||
318 | @-cp .deps/$(*F).pp .deps/$(*F).P; \ | ||
319 | tr ' ' '\012' < .deps/$(*F).pp \ | ||
320 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | ||
321 | >> .deps/$(*F).P; \ | ||
322 | rm .deps/$(*F).pp | ||
323 | |||
324 | %.lo: %.cc | ||
325 | @echo '$(LTCXXCOMPILE) -c $<'; \ | ||
326 | $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | ||
327 | @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ | ||
328 | < .deps/$(*F).pp > .deps/$(*F).P; \ | ||
329 | tr ' ' '\012' < .deps/$(*F).pp \ | ||
330 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | ||
331 | >> .deps/$(*F).P; \ | ||
332 | rm -f .deps/$(*F).pp | ||
333 | info-am: | ||
334 | info: info-am | ||
335 | dvi-am: | ||
336 | dvi: dvi-am | ||
337 | check-am: all-am | ||
338 | check: check-am | ||
339 | installcheck-am: | ||
340 | installcheck: installcheck-am | ||
341 | install-exec-am: install-binPROGRAMS install-binSCRIPTS | ||
342 | install-exec: install-exec-am | ||
343 | |||
344 | install-data-am: | ||
345 | install-data: install-data-am | ||
346 | |||
347 | install-am: all-am | ||
348 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
349 | install: install-am | ||
350 | uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS | ||
351 | uninstall: uninstall-am | ||
352 | all-am: Makefile $(PROGRAMS) $(SCRIPTS) | ||
353 | all-redirect: all-am | ||
354 | install-strip: | ||
355 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
356 | installdirs: | ||
357 | $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) | ||
358 | |||
359 | |||
360 | mostlyclean-generic: | ||
361 | |||
362 | clean-generic: | ||
363 | |||
364 | distclean-generic: | ||
365 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
366 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
367 | |||
368 | maintainer-clean-generic: | ||
369 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
370 | mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ | ||
371 | mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ | ||
372 | mostlyclean-generic | ||
373 | |||
374 | mostlyclean: mostlyclean-am | ||
375 | |||
376 | clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \ | ||
377 | clean-depend clean-generic mostlyclean-am | ||
378 | |||
379 | clean: clean-am | ||
380 | |||
381 | distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \ | ||
382 | distclean-tags distclean-depend distclean-generic \ | ||
383 | clean-am distclean-local | ||
384 | -rm -f libtool | ||
385 | |||
386 | distclean: distclean-am | ||
387 | |||
388 | maintainer-clean-am: maintainer-clean-binPROGRAMS \ | ||
389 | maintainer-clean-compile maintainer-clean-libtool \ | ||
390 | maintainer-clean-tags maintainer-clean-depend \ | ||
391 | maintainer-clean-generic distclean-am | ||
392 | @echo "This command is intended for maintainers to use;" | ||
393 | @echo "it deletes files that may require special tools to rebuild." | ||
394 | |||
395 | maintainer-clean: maintainer-clean-am | ||
396 | |||
397 | .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ | ||
398 | maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ | ||
399 | mostlyclean-compile distclean-compile clean-compile \ | ||
400 | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | ||
401 | clean-libtool maintainer-clean-libtool uninstall-binSCRIPTS \ | ||
402 | install-binSCRIPTS tags mostlyclean-tags distclean-tags clean-tags \ | ||
403 | maintainer-clean-tags distdir mostlyclean-depend distclean-depend \ | ||
404 | clean-depend maintainer-clean-depend info-am info dvi-am dvi check \ | ||
405 | check-am installcheck-am installcheck install-exec-am install-exec \ | ||
406 | install-data-am install-data install-am install uninstall-am uninstall \ | ||
407 | all-redirect all-am all installdirs mostlyclean-generic \ | ||
408 | distclean-generic clean-generic maintainer-clean-generic clean \ | ||
409 | mostlyclean distclean maintainer-clean | ||
410 | |||
411 | |||
412 | distclean-local: | ||
413 | rm -f *\~ | ||
414 | |||
415 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | ||
416 | ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh | ||
417 | |||
418 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
419 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
420 | .NOEXPORT: | ||