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