]> icculus.org git repositories - dana/openbox.git/blob - src/Makefile.in
*** empty log message ***
[dana/openbox.git] / src / 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 # src/Makefile.am for Openbox
14 # Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net)
15 #
16 # Permission is hereby granted, free of charge, to any person obtaining a
17 # copy of this software and associated documentation files (the "Software"),
18 # to deal in the Software without restriction, including without limitation
19 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 # and/or sell copies of the Software, and to permit persons to whom the 
21 # Software is furnished to do so, subject to the following conditions:
22 #
23 # The above copyright notice and this permission notice shall be included in 
24 # all copies or substantial portions of the Software. 
25 #
26 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
27 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
28 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
29 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
30 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
31 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
32 # DEALINGS IN THE SOFTWARE.
33
34
35 SHELL = @SHELL@
36
37 srcdir = @srcdir@
38 top_srcdir = @top_srcdir@
39 VPATH = @srcdir@
40 prefix = @prefix@
41 exec_prefix = @exec_prefix@
42
43 bindir = @bindir@
44 sbindir = @sbindir@
45 libexecdir = @libexecdir@
46 datadir = @datadir@
47 sysconfdir = @sysconfdir@
48 sharedstatedir = @sharedstatedir@
49 localstatedir = @localstatedir@
50 libdir = @libdir@
51 infodir = @infodir@
52 mandir = @mandir@
53 includedir = @includedir@
54 oldincludedir = /usr/include
55
56 DESTDIR =
57
58 pkgdatadir = $(datadir)/@PACKAGE@
59 pkglibdir = $(libdir)/@PACKAGE@
60 pkgincludedir = $(includedir)/@PACKAGE@
61
62 top_builddir = ..
63
64 ACLOCAL = @ACLOCAL@
65 AUTOCONF = @AUTOCONF@
66 AUTOMAKE = @AUTOMAKE@
67 AUTOHEADER = @AUTOHEADER@
68
69 INSTALL = @INSTALL@
70 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
71 INSTALL_DATA = @INSTALL_DATA@
72 INSTALL_SCRIPT = @INSTALL_SCRIPT@
73 transform = @program_transform_name@
74
75 NORMAL_INSTALL = :
76 PRE_INSTALL = :
77 POST_INSTALL = :
78 NORMAL_UNINSTALL = :
79 PRE_UNINSTALL = :
80 POST_UNINSTALL = :
81 CC = @CC@
82 CLOBBER = @CLOBBER@
83 CXX = @CXX@
84 DEBUG = @DEBUG@
85 INTERLACE = @INTERLACE@
86 NEWWMSPEC = @NEWWMSPEC@
87 NLS = @NLS@
88 ORDEREDPSEUDO = @ORDEREDPSEUDO@
89 SHAPE = @SHAPE@
90 SLIT = @SLIT@
91 TIMEDCACHE = @TIMEDCACHE@
92 gencat_cmd = @gencat_cmd@
93 regex_cmd = @regex_cmd@
94
95 DEFAULT_MENU = $(pkgdatadir)/menu
96 DEFAULT_STYLE = $(pkgdatadir)/styles/steelblue
97
98 CPPFLAGS = @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ @DEBUG@ @NEWWMSPEC@ @NLS@ @TIMEDCACHE@ @CLOBBER@ -DLOCALEPATH=\"$(pkgdatadir)/nls\" -DDEFAULTMENU=\"$(DEFAULT_MENU)\" -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\"
99
100
101 bin_PROGRAMS = openbox
102
103 openbox_SOURCES = BaseDisplay.cc Basemenu.cc Clientmenu.cc Configmenu.cc Geometry.cc Iconmenu.cc Image.cc Netizen.cc Resource.cc Rootmenu.cc Screen.cc Slit.cc Timer.cc Toolbar.cc Window.cc Windowmenu.cc Workspace.cc Workspacemenu.cc openbox.cc bsd-snprintf.c i18n.cc main.cc
104
105 MAINTAINERCLEANFILES = Makefile.in
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = ../config.h
108 CONFIG_CLEAN_FILES = 
109 PROGRAMS =  $(bin_PROGRAMS)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir) -I..
113 LDFLAGS = @LDFLAGS@
114 LIBS = @LIBS@
115 X_CFLAGS = @X_CFLAGS@
116 X_LIBS = @X_LIBS@
117 X_EXTRA_LIBS = @X_EXTRA_LIBS@
118 X_PRE_LIBS = @X_PRE_LIBS@
119 openbox_OBJECTS =  BaseDisplay.o Basemenu.o Clientmenu.o Configmenu.o \
120 Geometry.o Iconmenu.o Image.o Netizen.o Resource.o Rootmenu.o Screen.o \
121 Slit.o Timer.o Toolbar.o Window.o Windowmenu.o Workspace.o \
122 Workspacemenu.o openbox.o bsd-snprintf.o i18n.o main.o
123 openbox_LDADD = $(LDADD)
124 openbox_DEPENDENCIES = 
125 openbox_LDFLAGS = 
126 CXXFLAGS = @CXXFLAGS@
127 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
128 CXXLD = $(CXX)
129 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
130 CFLAGS = @CFLAGS@
131 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 CCLD = $(CC)
133 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
134 DIST_COMMON =  Makefile.am Makefile.in
135
136
137 PACKAGE = @PACKAGE@
138 VERSION = @VERSION@
139
140 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
141
142 TAR = tar
143 GZIP_ENV = --best
144 DEP_FILES =  .deps/BaseDisplay.P .deps/Basemenu.P .deps/Clientmenu.P \
145 .deps/Configmenu.P .deps/Geometry.P .deps/Iconmenu.P .deps/Image.P \
146 .deps/Netizen.P .deps/Resource.P .deps/Rootmenu.P .deps/Screen.P \
147 .deps/Slit.P .deps/Timer.P .deps/Toolbar.P .deps/Window.P \
148 .deps/Windowmenu.P .deps/Workspace.P .deps/Workspacemenu.P \
149 .deps/bsd-snprintf.P .deps/i18n.P .deps/main.P .deps/openbox.P
150 SOURCES = $(openbox_SOURCES)
151 OBJECTS = $(openbox_OBJECTS)
152
153 all: all-redirect
154 .SUFFIXES:
155 .SUFFIXES: .S .c .cc .o .s
156 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
157         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
158
159 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
160         cd $(top_builddir) \
161           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162
163
164 mostlyclean-binPROGRAMS:
165
166 clean-binPROGRAMS:
167         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
168
169 distclean-binPROGRAMS:
170
171 maintainer-clean-binPROGRAMS:
172
173 install-binPROGRAMS: $(bin_PROGRAMS)
174         @$(NORMAL_INSTALL)
175         $(mkinstalldirs) $(DESTDIR)$(bindir)
176         @list='$(bin_PROGRAMS)'; for p in $$list; do \
177           if test -f $$p; then \
178             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
179              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
180           else :; fi; \
181         done
182
183 uninstall-binPROGRAMS:
184         @$(NORMAL_UNINSTALL)
185         list='$(bin_PROGRAMS)'; for p in $$list; do \
186           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
187         done
188
189 .s.o:
190         $(COMPILE) -c $<
191
192 .S.o:
193         $(COMPILE) -c $<
194
195 mostlyclean-compile:
196         -rm -f *.o core *.core
197
198 clean-compile:
199
200 distclean-compile:
201         -rm -f *.tab.c
202
203 maintainer-clean-compile:
204
205 openbox: $(openbox_OBJECTS) $(openbox_DEPENDENCIES)
206         @rm -f openbox
207         $(CXXLINK) $(openbox_LDFLAGS) $(openbox_OBJECTS) $(openbox_LDADD) $(LIBS)
208 .cc.o:
209         $(CXXCOMPILE) -c $<
210
211 tags: TAGS
212
213 ID: $(HEADERS) $(SOURCES) $(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         here=`pwd` && cd $(srcdir) \
219           && mkid -f$$here/ID $$unique $(LISP)
220
221 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
222         tags=; \
223         here=`pwd`; \
224         list='$(SOURCES) $(HEADERS)'; \
225         unique=`for i in $$list; do echo $$i; done | \
226           awk '    { files[$$0] = 1; } \
227                END { for (i in files) print i; }'`; \
228         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
230
231 mostlyclean-tags:
232
233 clean-tags:
234
235 distclean-tags:
236         -rm -f TAGS ID
237
238 maintainer-clean-tags:
239
240 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
241
242 subdir = src
243
244 distdir: $(DISTFILES)
245         here=`cd $(top_builddir) && pwd`; \
246         top_distdir=`cd $(top_distdir) && pwd`; \
247         distdir=`cd $(distdir) && pwd`; \
248         cd $(top_srcdir) \
249           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
250         @for file in $(DISTFILES); do \
251           d=$(srcdir); \
252           if test -d $$d/$$file; then \
253             cp -pr $$d/$$file $(distdir)/$$file; \
254           else \
255             test -f $(distdir)/$$file \
256             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
257             || cp -p $$d/$$file $(distdir)/$$file || :; \
258           fi; \
259         done
260
261 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
262
263 -include $(DEP_FILES)
264
265 mostlyclean-depend:
266
267 clean-depend:
268
269 distclean-depend:
270         -rm -rf .deps
271
272 maintainer-clean-depend:
273
274 %.o: %.c
275         @echo '$(COMPILE) -c $<'; \
276         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
277         @-cp .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 .deps/$(*F).pp
282
283 %.lo: %.c
284         @echo '$(LTCOMPILE) -c $<'; \
285         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
286         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
287           < .deps/$(*F).pp > .deps/$(*F).P; \
288         tr ' ' '\012' < .deps/$(*F).pp \
289           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
290             >> .deps/$(*F).P; \
291         rm -f .deps/$(*F).pp
292
293 %.o: %.cc
294         @echo '$(CXXCOMPILE) -c $<'; \
295         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
296         @-cp .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 .deps/$(*F).pp
301
302 %.lo: %.cc
303         @echo '$(LTCXXCOMPILE) -c $<'; \
304         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
305         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
306           < .deps/$(*F).pp > .deps/$(*F).P; \
307         tr ' ' '\012' < .deps/$(*F).pp \
308           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
309             >> .deps/$(*F).P; \
310         rm -f .deps/$(*F).pp
311 info-am:
312 info: info-am
313 dvi-am:
314 dvi: dvi-am
315 check-am: all-am
316 check: check-am
317 installcheck-am:
318 installcheck: installcheck-am
319 install-exec-am: install-binPROGRAMS
320 install-exec: install-exec-am
321
322 install-data-am:
323 install-data: install-data-am
324
325 install-am: all-am
326         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
327 install: install-am
328 uninstall-am: uninstall-binPROGRAMS
329 uninstall: uninstall-am
330 all-am: Makefile $(PROGRAMS)
331 all-redirect: all-am
332 install-strip:
333         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
334 installdirs:
335         $(mkinstalldirs)  $(DESTDIR)$(bindir)
336
337
338 mostlyclean-generic:
339
340 clean-generic:
341
342 distclean-generic:
343         -rm -f Makefile $(CONFIG_CLEAN_FILES)
344         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
345
346 maintainer-clean-generic:
347         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
348 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
349                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
350
351 mostlyclean: mostlyclean-am
352
353 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
354                 clean-generic mostlyclean-am
355
356 clean: clean-am
357
358 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
359                 distclean-depend distclean-generic clean-am \
360                 distclean-local
361
362 distclean: distclean-am
363
364 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
365                 maintainer-clean-compile maintainer-clean-tags \
366                 maintainer-clean-depend maintainer-clean-generic \
367                 distclean-am
368         @echo "This command is intended for maintainers to use;"
369         @echo "it deletes files that may require special tools to rebuild."
370
371 maintainer-clean: maintainer-clean-am
372
373 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
374 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
375 mostlyclean-compile distclean-compile clean-compile \
376 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
377 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
378 distclean-depend clean-depend maintainer-clean-depend info-am info \
379 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
380 install-exec install-data-am install-data install-am install \
381 uninstall-am uninstall all-redirect all-am all installdirs \
382 mostlyclean-generic distclean-generic clean-generic \
383 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
384
385
386 distclean-local:
387         rm -f *\~ *.orig *.rej
388
389 # local dependencies
390
391 BaseDisplay.o: BaseDisplay.cc i18n.h BaseDisplay.h \
392  Timer.h
393 Basemenu.o: Basemenu.cc i18n.h openbox.h BaseDisplay.h \
394  Timer.h Image.h Iconmenu.h Basemenu.h \
395  Windowmenu.h Slit.h Screen.h Configmenu.h Netizen.h Rootmenu.h \
396  Workspace.h Workspacemenu.h Resource.h
397 Clientmenu.o: Clientmenu.cc openbox.h BaseDisplay.h \
398  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
399  Clientmenu.h Workspace.h Screen.h Configmenu.h Netizen.h \
400  Rootmenu.h Workspacemenu.h Resource.h Geometry.h
401 Configmenu.o: Configmenu.cc i18n.h Configmenu.h Basemenu.h \
402  Screen.h BaseDisplay.h Timer.h Iconmenu.h Netizen.h \
403  Rootmenu.h Workspace.h Workspacemenu.h openbox.h Image.h \
404  Window.h Windowmenu.h Slit.h Toolbar.h Resource.h Geometry.h
405 Geometry.o: Geometry.cc Geometry.h
406 Icon.o: Iconmenu.cc i18n.h openbox.h BaseDisplay.h \
407  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
408  Screen.h Configmenu.h Netizen.h Rootmenu.h Workspace.h \
409  Workspacemenu.h Toolbar.h Resource.h Geometry.h
410 Image.o: Image.cc i18n.h BaseDisplay.h Timer.h \
411  Image.h
412 Netizen.o: Netizen.cc Netizen.h BaseDisplay.h Timer.h \
413  Screen.h Configmenu.h Basemenu.h openbox.h Image.h Window.h \
414  Iconmenu.h Windowmenu.h Slit.h Rootmenu.h Workspace.h \
415  Workspacemenu.h Resource.h Geometry.h
416 Resource.o: Resource.cc Resource.h Util.h
417 Rootmenu.o: Rootmenu.cc openbox.h BaseDisplay.h \
418  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
419  Rootmenu.h Screen.h Configmenu.h Netizen.h Workspace.h \
420  Workspacemenu.h Resource.h Geometry.h
421 Screen.o: Screen.cc i18n.h bsd-snprintf.h openbox.h BaseDisplay.h \
422  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
423  Windowmenu.h Slit.h Clientmenu.h Workspace.h Screen.h Configmenu.h \
424  Netizen.h Rootmenu.h Workspacemenu.h Toolbar.h Resource.h Geometry.h
425 Slit.o: Slit.cc i18n.h openbox.h BaseDisplay.h \
426  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
427  Screen.h Configmenu.h Netizen.h Rootmenu.h Workspace.h \
428  Workspacemenu.h Toolbar.h Resource.h Geometry.h
429 Timer.o: Timer.cc BaseDisplay.h Timer.h
430 Toolbar.o: Toolbar.cc i18n.h openbox.h BaseDisplay.h \
431  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
432  Clientmenu.h Workspace.h Rootmenu.h Screen.h Configmenu.h \
433  Netizen.h Workspacemenu.h Toolbar.h Resource.h Geometry.h
434 Window.o: Window.cc i18n.h openbox.h BaseDisplay.h \
435  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
436  Screen.h Configmenu.h Netizen.h Rootmenu.h Workspace.h \
437  Workspacemenu.h Toolbar.h Resource.h Geometry.h
438 Windowmenu.o: Windowmenu.cc i18n.h openbox.h BaseDisplay.h \
439  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
440  Windowmenu.h Slit.h Screen.h Configmenu.h Netizen.h Rootmenu.h \
441  Workspace.h Workspacemenu.h Resource.h Geometry.h
442 Workspace.o: Workspace.cc i18n.h openbox.h BaseDisplay.h \
443  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
444  Windowmenu.h Slit.h Clientmenu.h Workspace.h Screen.h \
445  Configmenu.h Netizen.h Rootmenu.h Workspacemenu.h Toolbar.h Resource.h \
446  Geometry.h Geometry.h Util.h
447 Workspacemenu.o: Workspacemenu.cc i18n.h openbox.h BaseDisplay.h \
448  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
449  Windowmenu.h Slit.h Screen.h Configmenu.h Netizen.h Rootmenu.h \
450  Workspace.h Workspacemenu.h Toolbar.h Resource.h Geometry.h
451 openbox.o: openbox.cc i18n.h openbox.h BaseDisplay.h \
452  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
453  Windowmenu.h Slit.h Clientmenu.h Workspace.h Rootmenu.h \
454  Screen.h Configmenu.h Netizen.h Workspacemenu.h Toolbar.h Resource.h \
455  Geometry.h Util.h
456 bsd-snprintf.o: bsd-snprintf.c bsd-snprintf.h
457 i18n.o: i18n.cc i18n.h
458 main.o: main.cc ../version.h i18n.h openbox.h BaseDisplay.h \
459  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
460  Windowmenu.h Slit.h Resource.h Geometry.h
461
462 # Tell versions [3.59,3.63) of GNU make to not export all variables.
463 # Otherwise a system limit (for SysV at least) may be exceeded.
464 .NOEXPORT: