]> icculus.org git repositories - dana/openbox.git/blob - util/Makefile.in
fix off-by-ones in window-to-window snapping. move the property from the blackbox...
[dana/openbox.git] / 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 Blackbox - 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 CC = @CC@
63 CXX = @CXX@
64 DEBUG = @DEBUG@
65 MAINT = @MAINT@
66 MAKEINFO = @MAKEINFO@
67 NLS = @NLS@
68 PACKAGE = @PACKAGE@
69 VERSION = @VERSION@
70 gencat_cmd = @gencat_cmd@
71 regex_cmd = @regex_cmd@
72
73 CPPFLAGS = @CPPFLAGS@ @DEBUG@
74
75 bin_SCRIPTS = bsetbg
76 bin_PROGRAMS = bsetroot
77
78 bsetroot_SOURCES = bsetroot.cc
79 bsetroot_LDADD = ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
80
81 MAINTAINERCLEANFILES = Makefile.in
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_HEADER = ../config.h
84 CONFIG_CLEAN_FILES = 
85 PROGRAMS =  $(bin_PROGRAMS)
86
87
88 DEFS = @DEFS@ -I. -I$(srcdir) -I..
89 LDFLAGS = @LDFLAGS@
90 LIBS = @LIBS@
91 X_CFLAGS = @X_CFLAGS@
92 X_LIBS = @X_LIBS@
93 X_EXTRA_LIBS = @X_EXTRA_LIBS@
94 X_PRE_LIBS = @X_PRE_LIBS@
95 bsetroot_OBJECTS =  bsetroot.o
96 bsetroot_DEPENDENCIES =  ../src/BaseDisplay.o ../src/Color.o \
97 ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o \
98 ../src/ImageControl.o ../src/i18n.o ../src/Util.o
99 bsetroot_LDFLAGS = 
100 SCRIPTS =  $(bin_SCRIPTS)
101
102 CXXFLAGS = @CXXFLAGS@
103 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
104 CXXLD = $(CXX)
105 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
106 DIST_COMMON =  Makefile.am Makefile.in
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 TAR = tar
112 GZIP_ENV = --best
113 SOURCES = $(bsetroot_SOURCES)
114 OBJECTS = $(bsetroot_OBJECTS)
115
116 all: all-redirect
117 .SUFFIXES:
118 .SUFFIXES: .S .c .cc .o .s
119 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
120         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps util/Makefile
121
122 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
123         cd $(top_builddir) \
124           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126
127 mostlyclean-binPROGRAMS:
128
129 clean-binPROGRAMS:
130         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
131
132 distclean-binPROGRAMS:
133
134 maintainer-clean-binPROGRAMS:
135
136 install-binPROGRAMS: $(bin_PROGRAMS)
137         @$(NORMAL_INSTALL)
138         $(mkinstalldirs) $(DESTDIR)$(bindir)
139         @list='$(bin_PROGRAMS)'; for p in $$list; do \
140           if test -f $$p; then \
141             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
142              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
143           else :; fi; \
144         done
145
146 uninstall-binPROGRAMS:
147         @$(NORMAL_UNINSTALL)
148         list='$(bin_PROGRAMS)'; for p in $$list; do \
149           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
150         done
151
152 .c.o:
153         $(COMPILE) -c $<
154
155 .s.o:
156         $(COMPILE) -c $<
157
158 .S.o:
159         $(COMPILE) -c $<
160
161 mostlyclean-compile:
162         -rm -f *.o core *.core
163
164 clean-compile:
165
166 distclean-compile:
167         -rm -f *.tab.c
168
169 maintainer-clean-compile:
170
171 bsetroot: $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
172         @rm -f bsetroot
173         $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
174
175 install-binSCRIPTS: $(bin_SCRIPTS)
176         @$(NORMAL_INSTALL)
177         $(mkinstalldirs) $(DESTDIR)$(bindir)
178         @list='$(bin_SCRIPTS)'; for p in $$list; do \
179           if test -f $$p; then \
180             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
181             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
182           else if test -f $(srcdir)/$$p; then \
183             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
184             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
185           else :; fi; fi; \
186         done
187
188 uninstall-binSCRIPTS:
189         @$(NORMAL_UNINSTALL)
190         list='$(bin_SCRIPTS)'; for p in $$list; do \
191           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
192         done
193 .cc.o:
194         $(CXXCOMPILE) -c $<
195
196 tags: TAGS
197
198 ID: $(HEADERS) $(SOURCES) $(LISP)
199         list='$(SOURCES) $(HEADERS)'; \
200         unique=`for i in $$list; do echo $$i; done | \
201           awk '    { files[$$0] = 1; } \
202                END { for (i in files) print i; }'`; \
203         here=`pwd` && cd $(srcdir) \
204           && mkid -f$$here/ID $$unique $(LISP)
205
206 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
207         tags=; \
208         here=`pwd`; \
209         list='$(SOURCES) $(HEADERS)'; \
210         unique=`for i in $$list; do echo $$i; done | \
211           awk '    { files[$$0] = 1; } \
212                END { for (i in files) print i; }'`; \
213         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
214           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
215
216 mostlyclean-tags:
217
218 clean-tags:
219
220 distclean-tags:
221         -rm -f TAGS ID
222
223 maintainer-clean-tags:
224
225 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
226
227 subdir = util
228
229 distdir: $(DISTFILES)
230         @for file in $(DISTFILES); do \
231           d=$(srcdir); \
232           if test -d $$d/$$file; then \
233             cp -pr $$d/$$file $(distdir)/$$file; \
234           else \
235             test -f $(distdir)/$$file \
236             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237             || cp -p $$d/$$file $(distdir)/$$file || :; \
238           fi; \
239         done
240 info-am:
241 info: info-am
242 dvi-am:
243 dvi: dvi-am
244 check-am: all-am
245 check: check-am
246 installcheck-am:
247 installcheck: installcheck-am
248 install-exec-am: install-binPROGRAMS install-binSCRIPTS
249 install-exec: install-exec-am
250
251 install-data-am:
252 install-data: install-data-am
253
254 install-am: all-am
255         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
256 install: install-am
257 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
258 uninstall: uninstall-am
259 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
260 all-redirect: all-am
261 install-strip:
262         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
263 installdirs:
264         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
265
266
267 mostlyclean-generic:
268
269 clean-generic:
270
271 distclean-generic:
272         -rm -f Makefile $(CONFIG_CLEAN_FILES)
273         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
274
275 maintainer-clean-generic:
276         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
277 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
278                 mostlyclean-tags mostlyclean-generic
279
280 mostlyclean: mostlyclean-am
281
282 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
283                 mostlyclean-am
284
285 clean: clean-am
286
287 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
288                 distclean-generic clean-am distclean-local
289
290 distclean: distclean-am
291
292 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
293                 maintainer-clean-compile maintainer-clean-tags \
294                 maintainer-clean-generic distclean-am
295         @echo "This command is intended for maintainers to use;"
296         @echo "it deletes files that may require special tools to rebuild."
297
298 maintainer-clean: maintainer-clean-am
299
300 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
301 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
302 mostlyclean-compile distclean-compile clean-compile \
303 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags \
304 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
305 distdir info-am info dvi-am dvi check check-am installcheck-am \
306 installcheck install-exec-am install-exec install-data-am install-data \
307 install-am install uninstall-am uninstall all-redirect all-am all \
308 installdirs mostlyclean-generic distclean-generic clean-generic \
309 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
310
311
312 distclean-local:
313         rm -f *\~ .\#*
314
315 # local dependencies
316
317 bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
318  ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
319  ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
320  bsetroot.hh ../src/Image.hh
321
322 # Tell versions [3.59,3.63) of GNU make to not export all variables.
323 # Otherwise a system limit (for SysV at least) may be exceeded.
324 .NOEXPORT: