]> git.draconx.ca Git - gob-dx.git/blob - doc/Makefile.in
Release 2.0.2
[gob-dx.git] / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CFLAGS = @CFLAGS@
62 CPP = @CPP@
63 CPPFLAGS = @CPPFLAGS@
64 DOINSTGOB = @DOINSTGOB@
65 GLIB_CFLAGS = @GLIB_CFLAGS@
66 GLIB_LIBS = @GLIB_LIBS@
67 LDFLAGS = @LDFLAGS@
68 LEX = @LEX@
69 MAINT = @MAINT@
70 MAKEINFO = @MAKEINFO@
71 MV = @MV@
72 NOINSTGOB = @NOINSTGOB@
73 PACKAGE = @PACKAGE@
74 PKG_CONFIG = @PKG_CONFIG@
75 RM = @RM@
76 TAR = @TAR@
77 VERSION = @VERSION@
78 YACC = @YACC@
79 YFLAGS = @YFLAGS@
80
81 man_MANS = gob2.1
82 SUBDIRS = .
83
84 EXTRA_DIST = gob2.1.in makehtml.pl
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = ../config.h
87 CONFIG_CLEAN_FILES =  gob2.1
88 man1dir = $(mandir)/man1
89 MANS = $(man_MANS)
90
91 NROFF = nroff
92 DIST_COMMON =  Makefile.am Makefile.in gob2.1.in
93
94
95 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96
97 GZIP_ENV = --best
98 all: all-redirect
99 .SUFFIXES:
100 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
101         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
102
103 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
104         cd $(top_builddir) \
105           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
106
107 gob2.1: $(top_builddir)/config.status gob2.1.in
108         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
109
110 install-man1:
111         $(mkinstalldirs) $(DESTDIR)$(man1dir)
112         @list='$(man1_MANS)'; \
113         l2='$(man_MANS)'; for i in $$l2; do \
114           case "$$i" in \
115             *.1*) list="$$list $$i" ;; \
116           esac; \
117         done; \
118         for i in $$list; do \
119           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
120           else file=$$i; fi; \
121           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
122           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
123           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
124           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
125           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
126         done
127
128 uninstall-man1:
129         @list='$(man1_MANS)'; \
130         l2='$(man_MANS)'; for i in $$l2; do \
131           case "$$i" in \
132             *.1*) list="$$list $$i" ;; \
133           esac; \
134         done; \
135         for i in $$list; do \
136           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
137           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
138           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
139           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
140           rm -f $(DESTDIR)$(man1dir)/$$inst; \
141         done
142 install-man: $(MANS)
143         @$(NORMAL_INSTALL)
144         $(MAKE) $(AM_MAKEFLAGS) install-man1
145 uninstall-man:
146         @$(NORMAL_UNINSTALL)
147         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
148
149 # This directory's subdirectories are mostly independent; you can cd
150 # into them and run `make' without going through this Makefile.
151 # To change the values of `make' variables: instead of editing Makefiles,
152 # (1) if the variable is set in `config.status', edit `config.status'
153 #     (which will cause the Makefiles to be regenerated when you run `make');
154 # (2) otherwise, pass the desired values on the `make' command line.
155
156 @SET_MAKE@
157
158 all-recursive install-data-recursive install-exec-recursive \
159 installdirs-recursive install-recursive uninstall-recursive  \
160 check-recursive installcheck-recursive info-recursive dvi-recursive:
161         @set fnord $(MAKEFLAGS); amf=$$2; \
162         dot_seen=no; \
163         target=`echo $@ | sed s/-recursive//`; \
164         list='$(SUBDIRS)'; for subdir in $$list; do \
165           echo "Making $$target in $$subdir"; \
166           if test "$$subdir" = "."; then \
167             dot_seen=yes; \
168             local_target="$$target-am"; \
169           else \
170             local_target="$$target"; \
171           fi; \
172           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
174         done; \
175         if test "$$dot_seen" = "no"; then \
176           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
177         fi; test -z "$$fail"
178
179 mostlyclean-recursive clean-recursive distclean-recursive \
180 maintainer-clean-recursive:
181         @set fnord $(MAKEFLAGS); amf=$$2; \
182         dot_seen=no; \
183         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
184           rev="$$subdir $$rev"; \
185           test "$$subdir" != "." || dot_seen=yes; \
186         done; \
187         test "$$dot_seen" = "no" && rev=". $$rev"; \
188         target=`echo $@ | sed s/-recursive//`; \
189         for subdir in $$rev; do \
190           echo "Making $$target in $$subdir"; \
191           if test "$$subdir" = "."; then \
192             local_target="$$target-am"; \
193           else \
194             local_target="$$target"; \
195           fi; \
196           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
197            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
198         done && test -z "$$fail"
199 tags-recursive:
200         list='$(SUBDIRS)'; for subdir in $$list; do \
201           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
202         done
203
204 tags: TAGS
205
206 ID: $(HEADERS) $(SOURCES) $(LISP)
207         list='$(SOURCES) $(HEADERS)'; \
208         unique=`for i in $$list; do echo $$i; done | \
209           awk '    { files[$$0] = 1; } \
210                END { for (i in files) print i; }'`; \
211         here=`pwd` && cd $(srcdir) \
212           && mkid -f$$here/ID $$unique $(LISP)
213
214 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
215         tags=; \
216         here=`pwd`; \
217         list='$(SUBDIRS)'; for subdir in $$list; do \
218    if test "$$subdir" = .; then :; else \
219             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
220    fi; \
221         done; \
222         list='$(SOURCES) $(HEADERS)'; \
223         unique=`for i in $$list; do echo $$i; done | \
224           awk '    { files[$$0] = 1; } \
225                END { for (i in files) print i; }'`; \
226         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
227           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
228
229 mostlyclean-tags:
230
231 clean-tags:
232
233 distclean-tags:
234         -rm -f TAGS ID
235
236 maintainer-clean-tags:
237
238 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
239
240 subdir = doc
241
242 distdir: $(DISTFILES)
243         @for file in $(DISTFILES); do \
244           d=$(srcdir); \
245           if test -d $$d/$$file; then \
246             cp -pr $$d/$$file $(distdir)/$$file; \
247           else \
248             test -f $(distdir)/$$file \
249             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
250             || cp -p $$d/$$file $(distdir)/$$file || :; \
251           fi; \
252         done
253         for subdir in $(SUBDIRS); do \
254           if test "$$subdir" = .; then :; else \
255             test -d $(distdir)/$$subdir \
256             || mkdir $(distdir)/$$subdir \
257             || exit 1; \
258             chmod 777 $(distdir)/$$subdir; \
259             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
260               || exit 1; \
261           fi; \
262         done
263 info-am:
264 info: info-recursive
265 dvi-am:
266 dvi: dvi-recursive
267 check-am: all-am
268 check: check-recursive
269 installcheck-am:
270 installcheck: installcheck-recursive
271 install-exec-am:
272 install-exec: install-exec-recursive
273
274 install-data-am: install-man
275 install-data: install-data-recursive
276
277 install-am: all-am
278         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
279 install: install-recursive
280 uninstall-am: uninstall-man
281 uninstall: uninstall-recursive
282 all-am: Makefile $(MANS)
283 all-redirect: all-recursive
284 install-strip:
285         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
286 installdirs: installdirs-recursive
287 installdirs-am:
288         $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
289
290
291 mostlyclean-generic:
292
293 clean-generic:
294
295 distclean-generic:
296         -rm -f Makefile $(CONFIG_CLEAN_FILES)
297         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
298
299 maintainer-clean-generic:
300 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
301
302 mostlyclean: mostlyclean-recursive
303
304 clean-am:  clean-tags clean-generic mostlyclean-am
305
306 clean: clean-recursive
307
308 distclean-am:  distclean-tags distclean-generic clean-am
309
310 distclean: distclean-recursive
311
312 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
313                 distclean-am
314         @echo "This command is intended for maintainers to use;"
315         @echo "it deletes files that may require special tools to rebuild."
316
317 maintainer-clean: maintainer-clean-recursive
318
319 .PHONY: install-man1 uninstall-man1 install-man uninstall-man \
320 install-data-recursive uninstall-data-recursive install-exec-recursive \
321 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
322 all-recursive check-recursive installcheck-recursive info-recursive \
323 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
324 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
325 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
326 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
327 install-exec install-data-am install-data install-am install \
328 uninstall-am uninstall all-redirect all-am all installdirs-am \
329 installdirs mostlyclean-generic distclean-generic clean-generic \
330 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
331
332
333 html:
334         perl $(top_srcdir)/doc/makehtml.pl < $(top_srcdir)/doc/gob2.1 > $(top_builddir)/doc/gob2.1.html
335
336 # Tell versions [3.59,3.63) of GNU make to not export all variables.
337 # Otherwise a system limit (for SysV at least) may be exceeded.
338 .NOEXPORT: