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