]> icculus.org git repositories - dana/openbox.git/blob - Makefile.in
apparently there were compiling problems with automake/autoconf. This should make...
[dana/openbox.git] / 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 # Makefile.am for Openbox
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = .
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 CC = @CC@
63 CLOBBER = @CLOBBER@
64 CXX = @CXX@
65 DEBUG = @DEBUG@
66 INTERLACE = @INTERLACE@
67 MAINT = @MAINT@
68 MAKEINFO = @MAKEINFO@
69 NEWWMSPEC = @NEWWMSPEC@
70 NLS = @NLS@
71 ORDEREDPSEUDO = @ORDEREDPSEUDO@
72 PACKAGE = @PACKAGE@
73 SHAPE = @SHAPE@
74 SLIT = @SLIT@
75 TIMEDCACHE = @TIMEDCACHE@
76 VERSION = @VERSION@
77 gencat_cmd = @gencat_cmd@
78 regex_cmd = @regex_cmd@
79
80 AUTOMAKE_OPTIONS = foreign
81
82 SUBDIRS = data doc nls src util
83 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = config.h
87 CONFIG_CLEAN_FILES =  version.h
88 DIST_COMMON =  README ./stamp-h.in AUTHORS ChangeLog INSTALL Makefile.am \
89 Makefile.in TODO aclocal.m4 config.h.in configure configure.in \
90 install-sh missing mkinstalldirs version.h.in
91
92
93 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
94
95 TAR = tar
96 GZIP_ENV = --best
97 all: all-redirect
98 .SUFFIXES:
99 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
100         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
101
102 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
103         cd $(top_builddir) \
104           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
105
106 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
107         cd $(srcdir) && $(ACLOCAL)
108
109 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
110         $(SHELL) ./config.status --recheck
111 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
112         cd $(srcdir) && $(AUTOCONF)
113
114 config.h: stamp-h
115         @if test ! -f $@; then \
116                 rm -f stamp-h; \
117                 $(MAKE) stamp-h; \
118         else :; fi
119 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
120         cd $(top_builddir) \
121           && CONFIG_FILES= CONFIG_HEADERS=config.h \
122              $(SHELL) ./config.status
123         @echo timestamp > stamp-h 2> /dev/null
124 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
125         @if test ! -f $@; then \
126                 rm -f $(srcdir)/stamp-h.in; \
127                 $(MAKE) $(srcdir)/stamp-h.in; \
128         else :; fi
129 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
130         cd $(top_srcdir) && $(AUTOHEADER)
131         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
132
133 mostlyclean-hdr:
134
135 clean-hdr:
136
137 distclean-hdr:
138         -rm -f config.h
139
140 maintainer-clean-hdr:
141 version.h: $(top_builddir)/config.status version.h.in
142         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
143
144 # This directory's subdirectories are mostly independent; you can cd
145 # into them and run `make' without going through this Makefile.
146 # To change the values of `make' variables: instead of editing Makefiles,
147 # (1) if the variable is set in `config.status', edit `config.status'
148 #     (which will cause the Makefiles to be regenerated when you run `make');
149 # (2) otherwise, pass the desired values on the `make' command line.
150
151 @SET_MAKE@
152
153 all-recursive install-data-recursive install-exec-recursive \
154 installdirs-recursive install-recursive uninstall-recursive  \
155 check-recursive installcheck-recursive info-recursive dvi-recursive:
156         @set fnord $(MAKEFLAGS); amf=$$2; \
157         dot_seen=no; \
158         target=`echo $@ | sed s/-recursive//`; \
159         list='$(SUBDIRS)'; for subdir in $$list; do \
160           echo "Making $$target in $$subdir"; \
161           if test "$$subdir" = "."; then \
162             dot_seen=yes; \
163             local_target="$$target-am"; \
164           else \
165             local_target="$$target"; \
166           fi; \
167           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
168            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
169         done; \
170         if test "$$dot_seen" = "no"; then \
171           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
172         fi; test -z "$$fail"
173
174 mostlyclean-recursive clean-recursive distclean-recursive \
175 maintainer-clean-recursive:
176         @set fnord $(MAKEFLAGS); amf=$$2; \
177         dot_seen=no; \
178         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
179           rev="$$subdir $$rev"; \
180           test "$$subdir" != "." || dot_seen=yes; \
181         done; \
182         test "$$dot_seen" = "no" && rev=". $$rev"; \
183         target=`echo $@ | sed s/-recursive//`; \
184         for subdir in $$rev; do \
185           echo "Making $$target in $$subdir"; \
186           if test "$$subdir" = "."; then \
187             local_target="$$target-am"; \
188           else \
189             local_target="$$target"; \
190           fi; \
191           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193         done && test -z "$$fail"
194 tags-recursive:
195         list='$(SUBDIRS)'; for subdir in $$list; do \
196           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
197         done
198
199 tags: TAGS
200
201 ID: $(HEADERS) $(SOURCES) $(LISP)
202         list='$(SOURCES) $(HEADERS)'; \
203         unique=`for i in $$list; do echo $$i; done | \
204           awk '    { files[$$0] = 1; } \
205                END { for (i in files) print i; }'`; \
206         here=`pwd` && cd $(srcdir) \
207           && mkid -f$$here/ID $$unique $(LISP)
208
209 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
210         tags=; \
211         here=`pwd`; \
212         list='$(SUBDIRS)'; for subdir in $$list; do \
213    if test "$$subdir" = .; then :; else \
214             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
215    fi; \
216         done; \
217         list='$(SOURCES) $(HEADERS)'; \
218         unique=`for i in $$list; do echo $$i; done | \
219           awk '    { files[$$0] = 1; } \
220                END { for (i in files) print i; }'`; \
221         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
222           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
223
224 mostlyclean-tags:
225
226 clean-tags:
227
228 distclean-tags:
229         -rm -f TAGS ID
230
231 maintainer-clean-tags:
232
233 distdir = $(PACKAGE)-$(VERSION)
234 top_distdir = $(distdir)
235
236 # This target untars the dist file and tries a VPATH configuration.  Then
237 # it guarantees that the distribution is self-contained by making another
238 # tarfile.
239 distcheck: dist
240         -rm -rf $(distdir)
241         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
242         mkdir $(distdir)/=build
243         mkdir $(distdir)/=inst
244         dc_install_base=`cd $(distdir)/=inst && pwd`; \
245         cd $(distdir)/=build \
246           && ../configure --srcdir=.. --prefix=$$dc_install_base \
247           && $(MAKE) $(AM_MAKEFLAGS) \
248           && $(MAKE) $(AM_MAKEFLAGS) dvi \
249           && $(MAKE) $(AM_MAKEFLAGS) check \
250           && $(MAKE) $(AM_MAKEFLAGS) install \
251           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
252           && $(MAKE) $(AM_MAKEFLAGS) dist
253         -rm -rf $(distdir)
254         @banner="$(distdir).tar.gz is ready for distribution"; \
255         dashes=`echo "$$banner" | sed s/./=/g`; \
256         echo "$$dashes"; \
257         echo "$$banner"; \
258         echo "$$dashes"
259 dist: distdir
260         -chmod -R a+r $(distdir)
261         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
262         -rm -rf $(distdir)
263 dist-all: distdir
264         -chmod -R a+r $(distdir)
265         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
266         -rm -rf $(distdir)
267 distdir: $(DISTFILES)
268         -rm -rf $(distdir)
269         mkdir $(distdir)
270         -chmod 777 $(distdir)
271         @for file in $(DISTFILES); do \
272           d=$(srcdir); \
273           if test -d $$d/$$file; then \
274             cp -pr $$d/$$file $(distdir)/$$file; \
275           else \
276             test -f $(distdir)/$$file \
277             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
278             || cp -p $$d/$$file $(distdir)/$$file || :; \
279           fi; \
280         done
281         for subdir in $(SUBDIRS); do \
282           if test "$$subdir" = .; then :; else \
283             test -d $(distdir)/$$subdir \
284             || mkdir $(distdir)/$$subdir \
285             || exit 1; \
286             chmod 777 $(distdir)/$$subdir; \
287             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
288               || exit 1; \
289           fi; \
290         done
291 info-am:
292 info: info-recursive
293 dvi-am:
294 dvi: dvi-recursive
295 check-am: all-am
296 check: check-recursive
297 installcheck-am:
298 installcheck: installcheck-recursive
299 all-recursive-am: config.h
300         $(MAKE) $(AM_MAKEFLAGS) all-recursive
301
302 install-exec-am:
303 install-exec: install-exec-recursive
304
305 install-data-am:
306 install-data: install-data-recursive
307
308 install-am: all-am
309         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
310 install: install-recursive
311 uninstall-am: uninstall-local
312 uninstall: uninstall-recursive
313 all-am: Makefile config.h
314 all-redirect: all-recursive-am
315 install-strip:
316         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
317 installdirs: installdirs-recursive
318 installdirs-am:
319
320
321 mostlyclean-generic:
322
323 clean-generic:
324
325 distclean-generic:
326         -rm -f Makefile $(CONFIG_CLEAN_FILES)
327         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
328
329 maintainer-clean-generic:
330         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
331 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
332
333 mostlyclean: mostlyclean-recursive
334
335 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
336
337 clean: clean-recursive
338
339 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am \
340                 distclean-local
341
342 distclean: distclean-recursive
343         -rm -f config.status
344
345 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
346                 maintainer-clean-generic distclean-am
347         @echo "This command is intended for maintainers to use;"
348         @echo "it deletes files that may require special tools to rebuild."
349
350 maintainer-clean: maintainer-clean-recursive
351         -rm -f config.status
352
353 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
354 install-data-recursive uninstall-data-recursive install-exec-recursive \
355 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
356 all-recursive check-recursive installcheck-recursive info-recursive \
357 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
358 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
359 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
360 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
361 install-exec-am install-exec install-data-am install-data install-am \
362 install uninstall-local uninstall-am uninstall all-redirect all-am all \
363 installdirs-am installdirs mostlyclean-generic distclean-generic \
364 clean-generic maintainer-clean-generic clean mostlyclean distclean \
365 maintainer-clean
366
367
368 uninstall-local:
369         -rmdir $(pkgdatadir)
370
371 distclean-local:
372         rm -f *\~ gmon.out
373
374 # Tell versions [3.59,3.63) of GNU make to not export all variables.
375 # Otherwise a system limit (for SysV at least) may be exceeded.
376 .NOEXPORT: