1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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
13 # util/Makefile.am for Openbox
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
48 AUTOHEADER = @AUTOHEADER@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
66 INTERLACE = @INTERLACE@
69 NEWWMSPEC = @NEWWMSPEC@
71 ORDEREDPSEUDO = @ORDEREDPSEUDO@
75 TIMEDCACHE = @TIMEDCACHE@
77 gencat_cmd = @gencat_cmd@
78 regex_cmd = @regex_cmd@
80 CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@ @CLOBBER@
84 bin_PROGRAMS = bsetroot
86 bsetroot_SOURCES = bsetroot.cc
87 bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
89 MAINTAINERCLEANFILES = Makefile.in
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_HEADER = ../config.h
93 PROGRAMS = $(bin_PROGRAMS)
96 DEFS = @DEFS@ -I. -I$(srcdir) -I..
101 X_EXTRA_LIBS = @X_EXTRA_LIBS@
102 X_PRE_LIBS = @X_PRE_LIBS@
103 bsetroot_OBJECTS = bsetroot.o
104 bsetroot_DEPENDENCIES = ../src/BaseDisplay.o ../src/LinkedList.o \
105 ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
107 SCRIPTS = $(bin_SCRIPTS)
109 CXXFLAGS = @CXXFLAGS@
110 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
112 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON = Makefile.am Makefile.in
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120 DEP_FILES = .deps/bsetroot.P
121 SOURCES = $(bsetroot_SOURCES)
122 OBJECTS = $(bsetroot_OBJECTS)
126 .SUFFIXES: .S .c .cc .o .s
127 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && $(AUTOMAKE) --gnu util/Makefile
130 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
132 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
135 mostlyclean-binPROGRAMS:
138 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
140 distclean-binPROGRAMS:
142 maintainer-clean-binPROGRAMS:
144 install-binPROGRAMS: $(bin_PROGRAMS)
146 $(mkinstalldirs) $(DESTDIR)$(bindir)
147 @list='$(bin_PROGRAMS)'; for p in $$list; do \
148 if test -f $$p; then \
149 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
150 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
154 uninstall-binPROGRAMS:
156 list='$(bin_PROGRAMS)'; for p in $$list; do \
157 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
167 -rm -f *.o core *.core
174 maintainer-clean-compile:
176 bsetroot: $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
178 $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
180 install-binSCRIPTS: $(bin_SCRIPTS)
182 $(mkinstalldirs) $(DESTDIR)$(bindir)
183 @list='$(bin_SCRIPTS)'; for p in $$list; do \
184 if test -f $$p; then \
185 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
186 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
187 else if test -f $(srcdir)/$$p; then \
188 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
189 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
193 uninstall-binSCRIPTS:
195 list='$(bin_SCRIPTS)'; for p in $$list; do \
196 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
203 ID: $(HEADERS) $(SOURCES) $(LISP)
204 list='$(SOURCES) $(HEADERS)'; \
205 unique=`for i in $$list; do echo $$i; done | \
206 awk ' { files[$$0] = 1; } \
207 END { for (i in files) print i; }'`; \
208 here=`pwd` && cd $(srcdir) \
209 && mkid -f$$here/ID $$unique $(LISP)
211 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
214 list='$(SOURCES) $(HEADERS)'; \
215 unique=`for i in $$list; do echo $$i; done | \
216 awk ' { files[$$0] = 1; } \
217 END { for (i in files) print i; }'`; \
218 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
228 maintainer-clean-tags:
230 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
234 distdir: $(DISTFILES)
235 here=`cd $(top_builddir) && pwd`; \
236 top_distdir=`cd $(top_distdir) && pwd`; \
237 distdir=`cd $(distdir) && pwd`; \
239 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu util/Makefile
240 @for file in $(DISTFILES); do \
242 if test -d $$d/$$file; then \
243 cp -pr $$d/$$file $(distdir)/$$file; \
245 test -f $(distdir)/$$file \
246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247 || cp -p $$d/$$file $(distdir)/$$file || :; \
251 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
253 -include $(DEP_FILES)
262 maintainer-clean-depend:
265 @echo '$(COMPILE) -c $<'; \
266 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
267 @-cp .deps/$(*F).pp .deps/$(*F).P; \
268 tr ' ' '\012' < .deps/$(*F).pp \
269 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
274 @echo '$(LTCOMPILE) -c $<'; \
275 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
276 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
277 < .deps/$(*F).pp > .deps/$(*F).P; \
278 tr ' ' '\012' < .deps/$(*F).pp \
279 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
284 @echo '$(CXXCOMPILE) -c $<'; \
285 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
286 @-cp .deps/$(*F).pp .deps/$(*F).P; \
287 tr ' ' '\012' < .deps/$(*F).pp \
288 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
293 @echo '$(LTCXXCOMPILE) -c $<'; \
294 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
295 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
296 < .deps/$(*F).pp > .deps/$(*F).P; \
297 tr ' ' '\012' < .deps/$(*F).pp \
298 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
308 installcheck: installcheck-am
309 install-exec-am: install-binPROGRAMS install-binSCRIPTS
310 install-exec: install-exec-am
313 install-data: install-data-am
316 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
318 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
319 uninstall: uninstall-am
320 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
323 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
325 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
333 -rm -f Makefile $(CONFIG_CLEAN_FILES)
334 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
336 maintainer-clean-generic:
337 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
338 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
339 mostlyclean-tags mostlyclean-depend mostlyclean-generic
341 mostlyclean: mostlyclean-am
343 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
344 clean-generic mostlyclean-am
348 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
349 distclean-depend distclean-generic clean-am \
352 distclean: distclean-am
354 maintainer-clean-am: maintainer-clean-binPROGRAMS \
355 maintainer-clean-compile maintainer-clean-tags \
356 maintainer-clean-depend maintainer-clean-generic \
358 @echo "This command is intended for maintainers to use;"
359 @echo "it deletes files that may require special tools to rebuild."
361 maintainer-clean: maintainer-clean-am
363 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
364 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
365 mostlyclean-compile distclean-compile clean-compile \
366 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags \
367 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
368 distdir mostlyclean-depend distclean-depend clean-depend \
369 maintainer-clean-depend info-am info dvi-am dvi check check-am \
370 installcheck-am installcheck install-exec-am install-exec \
371 install-data-am install-data install-am install uninstall-am uninstall \
372 all-redirect all-am all installdirs mostlyclean-generic \
373 distclean-generic clean-generic maintainer-clean-generic clean \
374 mostlyclean distclean maintainer-clean
380 bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
381 ../src/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h
383 # Tell versions [3.59,3.63) of GNU make to not export all variables.
384 # Otherwise a system limit (for SysV at least) may be exceeded.