]> Dogcows Code - chaz/openbox/blob - util/Makefile.in
removed the fixed bug!
[chaz/openbox] / util / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 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 Openbox
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 CC = @CC@
63 CLOBBER = @CLOBBER@
64 CXX = @CXX@
65 DEBUG = @DEBUG@
66 INTERLACE = @INTERLACE@
67 NEWWMSPEC = @NEWWMSPEC@
68 NLS = @NLS@
69 ORDEREDPSEUDO = @ORDEREDPSEUDO@
70 SHAPE = @SHAPE@
71 SLIT = @SLIT@
72 TIMEDCACHE = @TIMEDCACHE@
73 gencat_cmd = @gencat_cmd@
74 regex_cmd = @regex_cmd@
75
76 CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@ @CLOBBER@
77
78
79 bin_SCRIPTS = bsetbg
80 bin_PROGRAMS = bsetroot
81
82 bsetroot_SOURCES = bsetroot.cc
83 bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
84
85 MAINTAINERCLEANFILES = Makefile.in
86 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87 CONFIG_HEADER = ../config.h
88 CONFIG_CLEAN_FILES =
89 PROGRAMS = $(bin_PROGRAMS)
90
91
92 DEFS = @DEFS@ -I. -I$(srcdir) -I..
93 LDFLAGS = @LDFLAGS@
94 LIBS = @LIBS@
95 X_CFLAGS = @X_CFLAGS@
96 X_LIBS = @X_LIBS@
97 X_EXTRA_LIBS = @X_EXTRA_LIBS@
98 X_PRE_LIBS = @X_PRE_LIBS@
99 bsetroot_OBJECTS = bsetroot.o
100 bsetroot_DEPENDENCIES = ../src/BaseDisplay.o ../src/Timer.o \
101 ../src/Image.o ../src/i18n.o ../src/Geometry.o
102 bsetroot_LDFLAGS =
103 SCRIPTS = $(bin_SCRIPTS)
104
105 CXXFLAGS = @CXXFLAGS@
106 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
107 CXXLD = $(CXX)
108 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
109 DIST_COMMON = Makefile.am Makefile.in
110
111
112 PACKAGE = @PACKAGE@
113 VERSION = @VERSION@
114
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
117 TAR = tar
118 GZIP_ENV = --best
119 DEP_FILES = .deps/bsetroot.P
120 SOURCES = $(bsetroot_SOURCES)
121 OBJECTS = $(bsetroot_OBJECTS)
122
123 all: all-redirect
124 .SUFFIXES:
125 .SUFFIXES: .S .c .cc .o .s
126 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && $(AUTOMAKE) --gnu util/Makefile
128
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
130 cd $(top_builddir) \
131 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133
134 mostlyclean-binPROGRAMS:
135
136 clean-binPROGRAMS:
137 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
138
139 distclean-binPROGRAMS:
140
141 maintainer-clean-binPROGRAMS:
142
143 install-binPROGRAMS: $(bin_PROGRAMS)
144 @$(NORMAL_INSTALL)
145 $(mkinstalldirs) $(DESTDIR)$(bindir)
146 @list='$(bin_PROGRAMS)'; for p in $$list; do \
147 if test -f $$p; then \
148 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
149 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
150 else :; fi; \
151 done
152
153 uninstall-binPROGRAMS:
154 @$(NORMAL_UNINSTALL)
155 list='$(bin_PROGRAMS)'; for p in $$list; do \
156 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
157 done
158
159 .s.o:
160 $(COMPILE) -c $<
161
162 .S.o:
163 $(COMPILE) -c $<
164
165 mostlyclean-compile:
166 -rm -f *.o core *.core
167
168 clean-compile:
169
170 distclean-compile:
171 -rm -f *.tab.c
172
173 maintainer-clean-compile:
174
175 bsetroot: $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
176 @rm -f bsetroot
177 $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
178
179 install-binSCRIPTS: $(bin_SCRIPTS)
180 @$(NORMAL_INSTALL)
181 $(mkinstalldirs) $(DESTDIR)$(bindir)
182 @list='$(bin_SCRIPTS)'; for p in $$list; do \
183 if test -f $$p; then \
184 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
185 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
186 else if test -f $(srcdir)/$$p; then \
187 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
188 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
189 else :; fi; fi; \
190 done
191
192 uninstall-binSCRIPTS:
193 @$(NORMAL_UNINSTALL)
194 list='$(bin_SCRIPTS)'; for p in $$list; do \
195 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
196 done
197 .cc.o:
198 $(CXXCOMPILE) -c $<
199
200 tags: TAGS
201
202 ID: $(HEADERS) $(SOURCES) $(LISP)
203 list='$(SOURCES) $(HEADERS)'; \
204 unique=`for i in $$list; do echo $$i; done | \
205 awk ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 here=`pwd` && cd $(srcdir) \
208 && mkid -f$$here/ID $$unique $(LISP)
209
210 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
211 tags=; \
212 here=`pwd`; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
219
220 mostlyclean-tags:
221
222 clean-tags:
223
224 distclean-tags:
225 -rm -f TAGS ID
226
227 maintainer-clean-tags:
228
229 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
230
231 subdir = util
232
233 distdir: $(DISTFILES)
234 here=`cd $(top_builddir) && pwd`; \
235 top_distdir=`cd $(top_distdir) && pwd`; \
236 distdir=`cd $(distdir) && pwd`; \
237 cd $(top_srcdir) \
238 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu util/Makefile
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$d/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249
250 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
251
252 -include $(DEP_FILES)
253
254 mostlyclean-depend:
255
256 clean-depend:
257
258 distclean-depend:
259 -rm -rf .deps
260
261 maintainer-clean-depend:
262
263 %.o: %.c
264 @echo '$(COMPILE) -c $<'; \
265 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
266 @-cp .deps/$(*F).pp .deps/$(*F).P; \
267 tr ' ' '\012' < .deps/$(*F).pp \
268 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
269 >> .deps/$(*F).P; \
270 rm .deps/$(*F).pp
271
272 %.lo: %.c
273 @echo '$(LTCOMPILE) -c $<'; \
274 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
275 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
276 < .deps/$(*F).pp > .deps/$(*F).P; \
277 tr ' ' '\012' < .deps/$(*F).pp \
278 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
279 >> .deps/$(*F).P; \
280 rm -f .deps/$(*F).pp
281
282 %.o: %.cc
283 @echo '$(CXXCOMPILE) -c $<'; \
284 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
285 @-cp .deps/$(*F).pp .deps/$(*F).P; \
286 tr ' ' '\012' < .deps/$(*F).pp \
287 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
288 >> .deps/$(*F).P; \
289 rm .deps/$(*F).pp
290
291 %.lo: %.cc
292 @echo '$(LTCXXCOMPILE) -c $<'; \
293 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
294 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
295 < .deps/$(*F).pp > .deps/$(*F).P; \
296 tr ' ' '\012' < .deps/$(*F).pp \
297 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
298 >> .deps/$(*F).P; \
299 rm -f .deps/$(*F).pp
300 info-am:
301 info: info-am
302 dvi-am:
303 dvi: dvi-am
304 check-am: all-am
305 check: check-am
306 installcheck-am:
307 installcheck: installcheck-am
308 install-exec-am: install-binPROGRAMS install-binSCRIPTS
309 install-exec: install-exec-am
310
311 install-data-am:
312 install-data: install-data-am
313
314 install-am: all-am
315 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316 install: install-am
317 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
318 uninstall: uninstall-am
319 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
320 all-redirect: all-am
321 install-strip:
322 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
323 installdirs:
324 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
325
326
327 mostlyclean-generic:
328
329 clean-generic:
330
331 distclean-generic:
332 -rm -f Makefile $(CONFIG_CLEAN_FILES)
333 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
334
335 maintainer-clean-generic:
336 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
337 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
338 mostlyclean-tags mostlyclean-depend mostlyclean-generic
339
340 mostlyclean: mostlyclean-am
341
342 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
343 clean-generic mostlyclean-am
344
345 clean: clean-am
346
347 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
348 distclean-depend distclean-generic clean-am \
349 distclean-local
350
351 distclean: distclean-am
352
353 maintainer-clean-am: maintainer-clean-binPROGRAMS \
354 maintainer-clean-compile maintainer-clean-tags \
355 maintainer-clean-depend maintainer-clean-generic \
356 distclean-am
357 @echo "This command is intended for maintainers to use;"
358 @echo "it deletes files that may require special tools to rebuild."
359
360 maintainer-clean: maintainer-clean-am
361
362 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
363 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
364 mostlyclean-compile distclean-compile clean-compile \
365 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags \
366 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
367 distdir mostlyclean-depend distclean-depend clean-depend \
368 maintainer-clean-depend info-am info dvi-am dvi check check-am \
369 installcheck-am installcheck install-exec-am install-exec \
370 install-data-am install-data install-am install uninstall-am uninstall \
371 all-redirect all-am all installdirs mostlyclean-generic \
372 distclean-generic clean-generic maintainer-clean-generic clean \
373 mostlyclean distclean maintainer-clean
374
375
376 distclean-local:
377 rm -f *\~
378
379 bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
380 ../src/Timer.h ../src/Image.h ../src/Geometry.h
381
382 # Tell versions [3.59,3.63) of GNU make to not export all variables.
383 # Otherwise a system limit (for SysV at least) may be exceeded.
384 .NOEXPORT:
This page took 0.058613 seconds and 4 git commands to generate.