]> icculus.org git repositories - mikachu/openbox.git/blob - src/Makefile.in
LinkedList->STL conversion completed. LinkedList is no longer use and it has been...
[mikachu/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 MAINT = @MAINT@
87 MAKEINFO = @MAKEINFO@
88 NEWWMSPEC = @NEWWMSPEC@
89 NLS = @NLS@
90 ORDEREDPSEUDO = @ORDEREDPSEUDO@
91 PACKAGE = @PACKAGE@
92 SHAPE = @SHAPE@
93 SLIT = @SLIT@
94 TIMEDCACHE = @TIMEDCACHE@
95 VERSION = @VERSION@
96 gencat_cmd = @gencat_cmd@
97 regex_cmd = @regex_cmd@
98
99 DEFAULT_MENU = $(pkgdatadir)/menu
100 DEFAULT_STYLE = $(pkgdatadir)/styles/steelblue
101
102 CPPFLAGS = @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ @DEBUG@ @NEWWMSPEC@ @NLS@ @TIMEDCACHE@ @CLOBBER@ -DLOCALEPATH=\"$(pkgdatadir)/nls\" -DDEFAULTMENU=\"$(DEFAULT_MENU)\" -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\"
103
104
105 bin_PROGRAMS = openbox
106
107 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
108
109 MAINTAINERCLEANFILES = Makefile.in
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = ../config.h
112 CONFIG_CLEAN_FILES = 
113 PROGRAMS =  $(bin_PROGRAMS)
114
115
116 DEFS = @DEFS@ -I. -I$(srcdir) -I..
117 LDFLAGS = @LDFLAGS@
118 LIBS = @LIBS@
119 X_CFLAGS = @X_CFLAGS@
120 X_LIBS = @X_LIBS@
121 X_EXTRA_LIBS = @X_EXTRA_LIBS@
122 X_PRE_LIBS = @X_PRE_LIBS@
123 openbox_OBJECTS =  BaseDisplay.o Basemenu.o Clientmenu.o Configmenu.o \
124 Geometry.o Iconmenu.o Image.o Netizen.o Resource.o Rootmenu.o Screen.o \
125 Slit.o Timer.o Toolbar.o Window.o Windowmenu.o Workspace.o \
126 Workspacemenu.o openbox.o bsd-snprintf.o i18n.o main.o
127 openbox_LDADD = $(LDADD)
128 openbox_DEPENDENCIES = 
129 openbox_LDFLAGS = 
130 CXXFLAGS = @CXXFLAGS@
131 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
132 CXXLD = $(CXX)
133 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
134 CFLAGS = @CFLAGS@
135 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136 CCLD = $(CC)
137 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
138 DIST_COMMON =  Makefile.am Makefile.in
139
140
141 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
142
143 TAR = tar
144 GZIP_ENV = --best
145 DEP_FILES =  .deps/BaseDisplay.P .deps/Basemenu.P .deps/Clientmenu.P \
146 .deps/Configmenu.P .deps/Geometry.P .deps/Iconmenu.P .deps/Image.P \
147 .deps/Netizen.P .deps/Resource.P .deps/Rootmenu.P .deps/Screen.P \
148 .deps/Slit.P .deps/Timer.P .deps/Toolbar.P .deps/Window.P \
149 .deps/Windowmenu.P .deps/Workspace.P .deps/Workspacemenu.P \
150 .deps/bsd-snprintf.P .deps/i18n.P .deps/main.P .deps/openbox.P
151 SOURCES = $(openbox_SOURCES)
152 OBJECTS = $(openbox_OBJECTS)
153
154 all: all-redirect
155 .SUFFIXES:
156 .SUFFIXES: .S .c .cc .o .s
157 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
158         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
159
160 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
161         cd $(top_builddir) \
162           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
163
164
165 mostlyclean-binPROGRAMS:
166
167 clean-binPROGRAMS:
168         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
169
170 distclean-binPROGRAMS:
171
172 maintainer-clean-binPROGRAMS:
173
174 install-binPROGRAMS: $(bin_PROGRAMS)
175         @$(NORMAL_INSTALL)
176         $(mkinstalldirs) $(DESTDIR)$(bindir)
177         @list='$(bin_PROGRAMS)'; for p in $$list; do \
178           if test -f $$p; then \
179             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
180              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
181           else :; fi; \
182         done
183
184 uninstall-binPROGRAMS:
185         @$(NORMAL_UNINSTALL)
186         list='$(bin_PROGRAMS)'; for p in $$list; do \
187           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
188         done
189
190 .s.o:
191         $(COMPILE) -c $<
192
193 .S.o:
194         $(COMPILE) -c $<
195
196 mostlyclean-compile:
197         -rm -f *.o core *.core
198
199 clean-compile:
200
201 distclean-compile:
202         -rm -f *.tab.c
203
204 maintainer-clean-compile:
205
206 openbox: $(openbox_OBJECTS) $(openbox_DEPENDENCIES)
207         @rm -f openbox
208         $(CXXLINK) $(openbox_LDFLAGS) $(openbox_OBJECTS) $(openbox_LDADD) $(LIBS)
209 .cc.o:
210         $(CXXCOMPILE) -c $<
211
212 tags: TAGS
213
214 ID: $(HEADERS) $(SOURCES) $(LISP)
215         list='$(SOURCES) $(HEADERS)'; \
216         unique=`for i in $$list; do echo $$i; done | \
217           awk '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         here=`pwd` && cd $(srcdir) \
220           && mkid -f$$here/ID $$unique $(LISP)
221
222 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
223         tags=; \
224         here=`pwd`; \
225         list='$(SOURCES) $(HEADERS)'; \
226         unique=`for i in $$list; do echo $$i; done | \
227           awk '    { files[$$0] = 1; } \
228                END { for (i in files) print i; }'`; \
229         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
230           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
231
232 mostlyclean-tags:
233
234 clean-tags:
235
236 distclean-tags:
237         -rm -f TAGS ID
238
239 maintainer-clean-tags:
240
241 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
242
243 subdir = src
244
245 distdir: $(DISTFILES)
246         here=`cd $(top_builddir) && pwd`; \
247         top_distdir=`cd $(top_distdir) && pwd`; \
248         distdir=`cd $(distdir) && pwd`; \
249         cd $(top_srcdir) \
250           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
251         @for file in $(DISTFILES); do \
252           d=$(srcdir); \
253           if test -d $$d/$$file; then \
254             cp -pr $$d/$$file $(distdir)/$$file; \
255           else \
256             test -f $(distdir)/$$file \
257             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
258             || cp -p $$d/$$file $(distdir)/$$file || :; \
259           fi; \
260         done
261
262 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
263
264 -include $(DEP_FILES)
265
266 mostlyclean-depend:
267
268 clean-depend:
269
270 distclean-depend:
271         -rm -rf .deps
272
273 maintainer-clean-depend:
274
275 %.o: %.c
276         @echo '$(COMPILE) -c $<'; \
277         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
278         @-cp .deps/$(*F).pp .deps/$(*F).P; \
279         tr ' ' '\012' < .deps/$(*F).pp \
280           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
281             >> .deps/$(*F).P; \
282         rm .deps/$(*F).pp
283
284 %.lo: %.c
285         @echo '$(LTCOMPILE) -c $<'; \
286         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
287         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
288           < .deps/$(*F).pp > .deps/$(*F).P; \
289         tr ' ' '\012' < .deps/$(*F).pp \
290           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291             >> .deps/$(*F).P; \
292         rm -f .deps/$(*F).pp
293
294 %.o: %.cc
295         @echo '$(CXXCOMPILE) -c $<'; \
296         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
297         @-cp .deps/$(*F).pp .deps/$(*F).P; \
298         tr ' ' '\012' < .deps/$(*F).pp \
299           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
300             >> .deps/$(*F).P; \
301         rm .deps/$(*F).pp
302
303 %.lo: %.cc
304         @echo '$(LTCXXCOMPILE) -c $<'; \
305         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
306         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
307           < .deps/$(*F).pp > .deps/$(*F).P; \
308         tr ' ' '\012' < .deps/$(*F).pp \
309           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
310             >> .deps/$(*F).P; \
311         rm -f .deps/$(*F).pp
312 info-am:
313 info: info-am
314 dvi-am:
315 dvi: dvi-am
316 check-am: all-am
317 check: check-am
318 installcheck-am:
319 installcheck: installcheck-am
320 install-exec-am: install-binPROGRAMS
321 install-exec: install-exec-am
322
323 install-data-am:
324 install-data: install-data-am
325
326 install-am: all-am
327         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328 install: install-am
329 uninstall-am: uninstall-binPROGRAMS
330 uninstall: uninstall-am
331 all-am: Makefile $(PROGRAMS)
332 all-redirect: all-am
333 install-strip:
334         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
335 installdirs:
336         $(mkinstalldirs)  $(DESTDIR)$(bindir)
337
338
339 mostlyclean-generic:
340
341 clean-generic:
342
343 distclean-generic:
344         -rm -f Makefile $(CONFIG_CLEAN_FILES)
345         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
346
347 maintainer-clean-generic:
348         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
349 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
350                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
351
352 mostlyclean: mostlyclean-am
353
354 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
355                 clean-generic mostlyclean-am
356
357 clean: clean-am
358
359 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
360                 distclean-depend distclean-generic clean-am \
361                 distclean-local
362
363 distclean: distclean-am
364
365 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
366                 maintainer-clean-compile maintainer-clean-tags \
367                 maintainer-clean-depend maintainer-clean-generic \
368                 distclean-am
369         @echo "This command is intended for maintainers to use;"
370         @echo "it deletes files that may require special tools to rebuild."
371
372 maintainer-clean: maintainer-clean-am
373
374 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
375 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
376 mostlyclean-compile distclean-compile clean-compile \
377 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
378 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
379 distclean-depend clean-depend maintainer-clean-depend info-am info \
380 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
381 install-exec install-data-am install-data install-am install \
382 uninstall-am uninstall all-redirect all-am all installdirs \
383 mostlyclean-generic distclean-generic clean-generic \
384 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
385
386
387 distclean-local:
388         rm -f *\~ *.orig *.rej
389
390 # local dependencies
391
392 BaseDisplay.o: BaseDisplay.cc i18n.h BaseDisplay.h \
393  Timer.h
394 Basemenu.o: Basemenu.cc i18n.h openbox.h BaseDisplay.h \
395  Timer.h Image.h Iconmenu.h Basemenu.h \
396  Windowmenu.h Slit.h Screen.h Configmenu.h Netizen.h Rootmenu.h \
397  Workspace.h Workspacemenu.h Resource.h
398 Clientmenu.o: Clientmenu.cc openbox.h BaseDisplay.h \
399  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
400  Clientmenu.h Workspace.h Screen.h Configmenu.h Netizen.h \
401  Rootmenu.h Workspacemenu.h Resource.h Geometry.h
402 Configmenu.o: Configmenu.cc i18n.h Configmenu.h Basemenu.h \
403  Screen.h BaseDisplay.h Timer.h Iconmenu.h Netizen.h \
404  Rootmenu.h Workspace.h Workspacemenu.h openbox.h Image.h \
405  Window.h Windowmenu.h Slit.h Toolbar.h Resource.h Geometry.h
406 Geometry.o: Geometry.cc Geometry.h
407 Icon.o: Iconmenu.cc i18n.h openbox.h BaseDisplay.h \
408  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
409  Screen.h Configmenu.h Netizen.h Rootmenu.h Workspace.h \
410  Workspacemenu.h Toolbar.h Resource.h Geometry.h
411 Image.o: Image.cc i18n.h BaseDisplay.h Timer.h \
412  Image.h
413 Netizen.o: Netizen.cc Netizen.h BaseDisplay.h Timer.h \
414  Screen.h Configmenu.h Basemenu.h openbox.h Image.h Window.h \
415  Iconmenu.h Windowmenu.h Slit.h Rootmenu.h Workspace.h \
416  Workspacemenu.h Resource.h Geometry.h
417 Resource.o: Resource.cc Resource.h Util.h
418 Rootmenu.o: Rootmenu.cc openbox.h BaseDisplay.h \
419  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
420  Rootmenu.h Screen.h Configmenu.h Netizen.h Workspace.h \
421  Workspacemenu.h Resource.h Geometry.h
422 Screen.o: Screen.cc i18n.h bsd-snprintf.h openbox.h BaseDisplay.h \
423  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
424  Windowmenu.h Slit.h Clientmenu.h Workspace.h Screen.h Configmenu.h \
425  Netizen.h Rootmenu.h Workspacemenu.h Toolbar.h Resource.h Geometry.h
426 Slit.o: Slit.cc i18n.h openbox.h BaseDisplay.h \
427  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
428  Screen.h Configmenu.h Netizen.h Rootmenu.h Workspace.h \
429  Workspacemenu.h Toolbar.h Resource.h Geometry.h
430 Timer.o: Timer.cc BaseDisplay.h Timer.h
431 Toolbar.o: Toolbar.cc i18n.h openbox.h BaseDisplay.h \
432  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
433  Clientmenu.h Workspace.h Rootmenu.h Screen.h Configmenu.h \
434  Netizen.h Workspacemenu.h Toolbar.h Resource.h Geometry.h
435 Window.o: Window.cc i18n.h openbox.h BaseDisplay.h \
436  Timer.h Image.h Window.h Iconmenu.h Basemenu.h Windowmenu.h Slit.h \
437  Screen.h Configmenu.h Netizen.h Rootmenu.h Workspace.h \
438  Workspacemenu.h Toolbar.h Resource.h Geometry.h
439 Windowmenu.o: Windowmenu.cc i18n.h openbox.h BaseDisplay.h \
440  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
441  Windowmenu.h Slit.h Screen.h Configmenu.h Netizen.h Rootmenu.h \
442  Workspace.h Workspacemenu.h Resource.h Geometry.h
443 Workspace.o: Workspace.cc i18n.h openbox.h BaseDisplay.h \
444  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
445  Windowmenu.h Slit.h Clientmenu.h Workspace.h Screen.h \
446  Configmenu.h Netizen.h Rootmenu.h Workspacemenu.h Toolbar.h Resource.h \
447  Geometry.h Geometry.h Util.h
448 Workspacemenu.o: Workspacemenu.cc i18n.h openbox.h BaseDisplay.h \
449  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
450  Windowmenu.h Slit.h Screen.h Configmenu.h Netizen.h Rootmenu.h \
451  Workspace.h Workspacemenu.h Toolbar.h Resource.h Geometry.h
452 openbox.o: openbox.cc i18n.h openbox.h BaseDisplay.h \
453  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
454  Windowmenu.h Slit.h Clientmenu.h Workspace.h Rootmenu.h \
455  Screen.h Configmenu.h Netizen.h Workspacemenu.h Toolbar.h Resource.h \
456  Geometry.h Util.h
457 bsd-snprintf.o: bsd-snprintf.c bsd-snprintf.h
458 i18n.o: i18n.cc i18n.h
459 main.o: main.cc ../version.h i18n.h openbox.h BaseDisplay.h \
460  Timer.h Image.h Window.h Iconmenu.h Basemenu.h \
461  Windowmenu.h Slit.h Resource.h Geometry.h
462
463 # Tell versions [3.59,3.63) of GNU make to not export all variables.
464 # Otherwise a system limit (for SysV at least) may be exceeded.
465 .NOEXPORT: