]> icculus.org git repositories - dana/openbox.git/blob - Makefile.in
changing to the older version of this style. its far superior :)
[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 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 Makefile
101
102 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
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         here=`cd $(top_builddir) && pwd`; \
272         top_distdir=`cd $(distdir) && pwd`; \
273         distdir=`cd $(distdir) && pwd`; \
274         cd $(top_srcdir) \
275           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
276         @for file in $(DISTFILES); do \
277           d=$(srcdir); \
278           if test -d $$d/$$file; then \
279             cp -pr $$d/$$file $(distdir)/$$file; \
280           else \
281             test -f $(distdir)/$$file \
282             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
283             || cp -p $$d/$$file $(distdir)/$$file || :; \
284           fi; \
285         done
286         for subdir in $(SUBDIRS); do \
287           if test "$$subdir" = .; then :; else \
288             test -d $(distdir)/$$subdir \
289             || mkdir $(distdir)/$$subdir \
290             || exit 1; \
291             chmod 777 $(distdir)/$$subdir; \
292             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
293               || exit 1; \
294           fi; \
295         done
296 info-am:
297 info: info-recursive
298 dvi-am:
299 dvi: dvi-recursive
300 check-am: all-am
301 check: check-recursive
302 installcheck-am:
303 installcheck: installcheck-recursive
304 all-recursive-am: config.h
305         $(MAKE) $(AM_MAKEFLAGS) all-recursive
306
307 install-exec-am:
308 install-exec: install-exec-recursive
309
310 install-data-am:
311 install-data: install-data-recursive
312
313 install-am: all-am
314         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
315 install: install-recursive
316 uninstall-am: uninstall-local
317 uninstall: uninstall-recursive
318 all-am: Makefile config.h
319 all-redirect: all-recursive-am
320 install-strip:
321         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
322 installdirs: installdirs-recursive
323 installdirs-am:
324
325
326 mostlyclean-generic:
327
328 clean-generic:
329
330 distclean-generic:
331         -rm -f Makefile $(CONFIG_CLEAN_FILES)
332         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333
334 maintainer-clean-generic:
335         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
336 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
337
338 mostlyclean: mostlyclean-recursive
339
340 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
341
342 clean: clean-recursive
343
344 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am \
345                 distclean-local
346
347 distclean: distclean-recursive
348         -rm -f config.status
349
350 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
351                 maintainer-clean-generic distclean-am
352         @echo "This command is intended for maintainers to use;"
353         @echo "it deletes files that may require special tools to rebuild."
354
355 maintainer-clean: maintainer-clean-recursive
356         -rm -f config.status
357
358 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
359 install-data-recursive uninstall-data-recursive install-exec-recursive \
360 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
361 all-recursive check-recursive installcheck-recursive info-recursive \
362 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
363 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
364 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
365 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
366 install-exec-am install-exec install-data-am install-data install-am \
367 install uninstall-local uninstall-am uninstall all-redirect all-am all \
368 installdirs-am installdirs mostlyclean-generic distclean-generic \
369 clean-generic maintainer-clean-generic clean mostlyclean distclean \
370 maintainer-clean
371
372
373 uninstall-local:
374         -rmdir $(pkgdatadir)
375
376 distclean-local:
377         rm -f *\~ gmon.out
378
379 # Tell versions [3.59,3.63) of GNU make to not export all variables.
380 # Otherwise a system limit (for SysV at least) may be exceeded.
381 .NOEXPORT: