aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in371
1 files changed, 371 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
new file mode 100644
index 0000000..d4bcb63
--- /dev/null
+++ b/src/Makefile.in
@@ -0,0 +1,371 @@
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 bsd-snprintf.c bsd-snprintf.h i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh IconBar.cc IconBar.hh Theme.hh Theme.cc misc.hh misc.cc Rotated.hh
123
124MAINTAINERCLEANFILES = Makefile.in
125mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126CONFIG_HEADER = ../config.h
127CONFIG_CLEAN_FILES =
128PROGRAMS = $(bin_PROGRAMS)
129
130
131DEFS = @DEFS@ -I. -I$(srcdir) -I..
132LDFLAGS = @LDFLAGS@
133LIBS = @LIBS@
134X_CFLAGS = @X_CFLAGS@
135X_LIBS = @X_LIBS@
136X_EXTRA_LIBS = @X_EXTRA_LIBS@
137X_PRE_LIBS = @X_PRE_LIBS@
138fluxbox_OBJECTS = BaseDisplay.o Basemenu.o Clientmenu.o Configmenu.o \
139Icon.o Image.o LinkedList.o Netizen.o Rootmenu.o Screen.o Slit.o \
140Timer.o Toolbar.o Window.o Windowmenu.o Workspace.o Workspacemenu.o \
141fluxbox.o bsd-snprintf.o i18n.o main.o Tab.o Keys.o IconBar.o Theme.o \
142misc.o
143fluxbox_LDADD = $(LDADD)
144fluxbox_DEPENDENCIES =
145fluxbox_LDFLAGS =
146CXXFLAGS = @CXXFLAGS@
147CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
148LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
149CXXLD = $(CXX)
150CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
151CFLAGS = @CFLAGS@
152COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154CCLD = $(CC)
155LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
156DIST_COMMON = Makefile.am Makefile.in
157
158
159DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
160
161TAR = tar
162GZIP_ENV = --best
163SOURCES = $(fluxbox_SOURCES)
164OBJECTS = $(fluxbox_OBJECTS)
165
166all: all-redirect
167.SUFFIXES:
168.SUFFIXES: .S .c .cc .lo .o .s
169$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
170 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
171
172Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
173 cd $(top_builddir) \
174 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
175
176
177mostlyclean-binPROGRAMS:
178
179clean-binPROGRAMS:
180 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
181
182distclean-binPROGRAMS:
183
184maintainer-clean-binPROGRAMS:
185
186install-binPROGRAMS: $(bin_PROGRAMS)
187 @$(NORMAL_INSTALL)
188 $(mkinstalldirs) $(DESTDIR)$(bindir)
189 @list='$(bin_PROGRAMS)'; for p in $$list; do \
190 if test -f $$p; then \
191 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
192 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
193 else :; fi; \
194 done
195
196uninstall-binPROGRAMS:
197 @$(NORMAL_UNINSTALL)
198 list='$(bin_PROGRAMS)'; for p in $$list; do \
199 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
200 done
201
202.c.o:
203 $(COMPILE) -c $<
204
205.s.o:
206 $(COMPILE) -c $<
207
208.S.o:
209 $(COMPILE) -c $<
210
211mostlyclean-compile:
212 -rm -f *.o core *.core
213
214clean-compile:
215
216distclean-compile:
217 -rm -f *.tab.c
218
219maintainer-clean-compile:
220
221.c.lo:
222 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
223
224.s.lo:
225 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
226
227.S.lo:
228 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
229
230mostlyclean-libtool:
231 -rm -f *.lo
232
233clean-libtool:
234 -rm -rf .libs _libs
235
236distclean-libtool:
237
238maintainer-clean-libtool:
239
240fluxbox: $(fluxbox_OBJECTS) $(fluxbox_DEPENDENCIES)
241 @rm -f fluxbox
242 $(CXXLINK) $(fluxbox_LDFLAGS) $(fluxbox_OBJECTS) $(fluxbox_LDADD) $(LIBS)
243.cc.o:
244 $(CXXCOMPILE) -c $<
245.cc.lo:
246 $(LTCXXCOMPILE) -c $<
247
248tags: TAGS
249
250ID: $(HEADERS) $(SOURCES) $(LISP)
251 list='$(SOURCES) $(HEADERS)'; \
252 unique=`for i in $$list; do echo $$i; done | \
253 awk ' { files[$$0] = 1; } \
254 END { for (i in files) print i; }'`; \
255 here=`pwd` && cd $(srcdir) \
256 && mkid -f$$here/ID $$unique $(LISP)
257
258TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
259 tags=; \
260 here=`pwd`; \
261 list='$(SOURCES) $(HEADERS)'; \
262 unique=`for i in $$list; do echo $$i; done | \
263 awk ' { files[$$0] = 1; } \
264 END { for (i in files) print i; }'`; \
265 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
266 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
267
268mostlyclean-tags:
269
270clean-tags:
271
272distclean-tags:
273 -rm -f TAGS ID
274
275maintainer-clean-tags:
276
277distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
278
279subdir = src
280
281distdir: $(DISTFILES)
282 @for file in $(DISTFILES); do \
283 d=$(srcdir); \
284 if test -d $$d/$$file; then \
285 cp -pr $$/$$file $(distdir)/$$file; \
286 else \
287 test -f $(distdir)/$$file \
288 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
289 || cp -p $$d/$$file $(distdir)/$$file || :; \
290 fi; \
291 done
292
293info-am:
294info: info-am
295dvi-am:
296dvi: dvi-am
297check-am: all-am
298check: check-am
299installcheck-am:
300installcheck: installcheck-am
301install-exec-am: install-binPROGRAMS
302install-exec: install-exec-am
303
304install-data-am:
305install-data: install-data-am
306
307install-am: all-am
308 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
309install: install-am
310uninstall-am: uninstall-binPROGRAMS
311uninstall: uninstall-am
312all-am: Makefile $(PROGRAMS)
313all-redirect: all-am
314install-strip:
315 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
316installdirs:
317 $(mkinstalldirs) $(DESTDIR)$(bindir)
318
319
320mostlyclean-generic:
321
322clean-generic:
323
324distclean-generic:
325 -rm -f Makefile $(CONFIG_CLEAN_FILES)
326 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
327
328maintainer-clean-generic:
329 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
330mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
331 mostlyclean-libtool mostlyclean-tags \
332 mostlyclean-generic
333
334mostlyclean: mostlyclean-am
335
336clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
337 clean-generic mostlyclean-am
338
339clean: clean-am
340
341distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
342 distclean-tags distclean-generic clean-am
343 -rm -f libtool
344
345distclean: distclean-am
346
347maintainer-clean-am: maintainer-clean-binPROGRAMS \
348 maintainer-clean-compile maintainer-clean-libtool \
349 maintainer-clean-tags maintainer-clean-generic \
350 distclean-am
351 @echo "This command is intended for maintainers to use;"
352 @echo "it deletes files that may require special tools to rebuild."
353
354maintainer-clean: maintainer-clean-am
355
356.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
357maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
358mostlyclean-compile distclean-compile clean-compile \
359maintainer-clean-compile mostlyclean-libtool distclean-libtool \
360clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
361distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
362dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
363install-exec install-data-am install-data install-am install \
364uninstall-am uninstall all-redirect all-am all installdirs \
365mostlyclean-generic distclean-generic clean-generic \
366maintainer-clean-generic clean mostlyclean distclean maintainer-clean
367
368
369# Tell versions [3.59,3.63) of GNU make to not export all variables.
370# Otherwise a system limit (for SysV at least) may be exceeded.
371.NOEXPORT: