]> icculus.org git repositories - mikachu/openbox.git/blob - util/Makefile.in
Initial revision
[mikachu/openbox.git] / util / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
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.
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 MAINT = @MAINT@
68 MAKEINFO = @MAKEINFO@
69 NEWWMSPEC = @NEWWMSPEC@
70 NLS = @NLS@
71 ORDEREDPSEUDO = @ORDEREDPSEUDO@
72 PACKAGE = @PACKAGE@
73 SHAPE = @SHAPE@
74 SLIT = @SLIT@
75 TIMEDCACHE = @TIMEDCACHE@
76 VERSION = @VERSION@
77 gencat_cmd = @gencat_cmd@
78 regex_cmd = @regex_cmd@
79
80 CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@
81
82
83 bin_SCRIPTS = bsetbg
84 bin_PROGRAMS = bsetroot
85
86 bsetroot_SOURCES = bsetroot.cc
87 bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o
88
89 MAINTAINERCLEANFILES = Makefile.in
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_HEADER = ../config.h
92 CONFIG_CLEAN_FILES = 
93 PROGRAMS =  $(bin_PROGRAMS)
94
95
96 DEFS = @DEFS@ -I. -I$(srcdir) -I..
97 LDFLAGS = @LDFLAGS@
98 LIBS = @LIBS@
99 X_CFLAGS = @X_CFLAGS@
100 X_LIBS = @X_LIBS@
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
106 bsetroot_LDFLAGS = 
107 SCRIPTS =  $(bin_SCRIPTS)
108
109 CXXFLAGS = @CXXFLAGS@
110 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111 CXXLD = $(CXX)
112 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON =  Makefile.am Makefile.in
114
115
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118 TAR = tar
119 GZIP_ENV = --best
120 DEP_FILES =  .deps/bsetroot.P
121 SOURCES = $(bsetroot_SOURCES)
122 OBJECTS = $(bsetroot_OBJECTS)
123
124 all: all-redirect
125 .SUFFIXES:
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
129
130 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
131         cd $(top_builddir) \
132           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
133
134
135 mostlyclean-binPROGRAMS:
136
137 clean-binPROGRAMS:
138         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
139
140 distclean-binPROGRAMS:
141
142 maintainer-clean-binPROGRAMS:
143
144 install-binPROGRAMS: $(bin_PROGRAMS)
145         @$(NORMAL_INSTALL)
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)/'`; \
151           else :; fi; \
152         done
153
154 uninstall-binPROGRAMS:
155         @$(NORMAL_UNINSTALL)
156         list='$(bin_PROGRAMS)'; for p in $$list; do \
157           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
158         done
159
160 .s.o:
161         $(COMPILE) -c $<
162
163 .S.o:
164         $(COMPILE) -c $<
165
166 mostlyclean-compile:
167         -rm -f *.o core *.core
168
169 clean-compile:
170
171 distclean-compile:
172         -rm -f *.tab.c
173
174 maintainer-clean-compile:
175
176 bsetroot: $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
177         @rm -f bsetroot
178         $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
179
180 install-binSCRIPTS: $(bin_SCRIPTS)
181         @$(NORMAL_INSTALL)
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)'`; \
190           else :; fi; fi; \
191         done
192
193 uninstall-binSCRIPTS:
194         @$(NORMAL_UNINSTALL)
195         list='$(bin_SCRIPTS)'; for p in $$list; do \
196           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
197         done
198 .cc.o:
199         $(CXXCOMPILE) -c $<
200
201 tags: TAGS
202
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)
210
211 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
212         tags=; \
213         here=`pwd`; \
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)
220
221 mostlyclean-tags:
222
223 clean-tags:
224
225 distclean-tags:
226         -rm -f TAGS ID
227
228 maintainer-clean-tags:
229
230 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
231
232 subdir = util
233
234 distdir: $(DISTFILES)
235         here=`cd $(top_builddir) && pwd`; \
236         top_distdir=`cd $(top_distdir) && pwd`; \
237         distdir=`cd $(distdir) && pwd`; \
238         cd $(top_srcdir) \
239           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu util/Makefile
240         @for file in $(DISTFILES); do \
241           d=$(srcdir); \
242           if test -d $$d/$$file; then \
243             cp -pr $$d/$$file $(distdir)/$$file; \
244           else \
245             test -f $(distdir)/$$file \
246             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247             || cp -p $$d/$$file $(distdir)/$$file || :; \
248           fi; \
249         done
250
251 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
252
253 -include $(DEP_FILES)
254
255 mostlyclean-depend:
256
257 clean-depend:
258
259 distclean-depend:
260         -rm -rf .deps
261
262 maintainer-clean-depend:
263
264 %.o: %.c
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/$$/ :/' \
270             >> .deps/$(*F).P; \
271         rm .deps/$(*F).pp
272
273 %.lo: %.c
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/$$/ :/' \
280             >> .deps/$(*F).P; \
281         rm -f .deps/$(*F).pp
282
283 %.o: %.cc
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/$$/ :/' \
289             >> .deps/$(*F).P; \
290         rm .deps/$(*F).pp
291
292 %.lo: %.cc
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/$$/ :/' \
299             >> .deps/$(*F).P; \
300         rm -f .deps/$(*F).pp
301 info-am:
302 info: info-am
303 dvi-am:
304 dvi: dvi-am
305 check-am: all-am
306 check: check-am
307 installcheck-am:
308 installcheck: installcheck-am
309 install-exec-am: install-binPROGRAMS install-binSCRIPTS
310 install-exec: install-exec-am
311
312 install-data-am:
313 install-data: install-data-am
314
315 install-am: all-am
316         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317 install: install-am
318 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
319 uninstall: uninstall-am
320 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
321 all-redirect: all-am
322 install-strip:
323         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
324 installdirs:
325         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
326
327
328 mostlyclean-generic:
329
330 clean-generic:
331
332 distclean-generic:
333         -rm -f Makefile $(CONFIG_CLEAN_FILES)
334         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
335
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
340
341 mostlyclean: mostlyclean-am
342
343 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
344                 clean-generic mostlyclean-am
345
346 clean: clean-am
347
348 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
349                 distclean-depend distclean-generic clean-am \
350                 distclean-local
351
352 distclean: distclean-am
353
354 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
355                 maintainer-clean-compile maintainer-clean-tags \
356                 maintainer-clean-depend maintainer-clean-generic \
357                 distclean-am
358         @echo "This command is intended for maintainers to use;"
359         @echo "it deletes files that may require special tools to rebuild."
360
361 maintainer-clean: maintainer-clean-am
362
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
375
376
377 distclean-local:
378         rm -f *\~
379
380 bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
381  ../src/LinkedList.h ../src/Timer.h ../src/Image.h
382
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.
385 .NOEXPORT: