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