source: trunk/third/gnome2-user-docs/Makefile.in @ 18692

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