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