]> git.draconx.ca Git - gob-dx.git/blob - doc/Makefile.in
Release 0.0.2
[gob-dx.git] / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a 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@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 CC = @CC@
62 CFLAGS = @CFLAGS@
63 CPP = @CPP@
64 CPPFLAGS = @CPPFLAGS@
65 GLIB_CFLAGS = @GLIB_CFLAGS@
66 GLIB_CONFIG = @GLIB_CONFIG@
67 GLIB_LIBS = @GLIB_LIBS@
68 LDFLAGS = @LDFLAGS@
69 LEX = @LEX@
70 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@
72 MV = @MV@
73 PACKAGE = @PACKAGE@
74 RM = @RM@
75 TAR = @TAR@
76 VERSION = @VERSION@
77 YACC = @YACC@
78
79 man_MANS = gob.1
80
81 EXTRA_DIST = $(man_MANS)
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_HEADER = ../config.h
84 CONFIG_CLEAN_FILES = 
85 man1dir = $(mandir)/man1
86 MANS = $(man_MANS)
87
88 NROFF = nroff
89 DIST_COMMON =  Makefile.am Makefile.in
90
91
92 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
93
94 GZIP_ENV = --best
95 all: all-redirect
96 .SUFFIXES:
97 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
98         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
99
100 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
101         cd $(top_builddir) \
102           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
103
104
105 install-man1:
106         $(mkinstalldirs) $(DESTDIR)$(man1dir)
107         @list='$(man1_MANS)'; \
108         l2='$(man_MANS)'; for i in $$l2; do \
109           case "$$i" in \
110             *.1*) list="$$list $$i" ;; \
111           esac; \
112         done; \
113         for i in $$list; do \
114           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
115           else file=$$i; fi; \
116           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
117           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
118           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
119           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
120           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
121         done
122
123 uninstall-man1:
124         @list='$(man1_MANS)'; \
125         l2='$(man_MANS)'; for i in $$l2; do \
126           case "$$i" in \
127             *.1*) list="$$list $$i" ;; \
128           esac; \
129         done; \
130         for i in $$list; do \
131           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
132           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
133           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
134           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
135           rm -f $(DESTDIR)$(man1dir)/$$inst; \
136         done
137 install-man: $(MANS)
138         @$(NORMAL_INSTALL)
139         $(MAKE) $(AM_MAKEFLAGS) install-man1
140 uninstall-man:
141         @$(NORMAL_UNINSTALL)
142         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
143 tags: TAGS
144 TAGS:
145
146
147 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148
149 subdir = doc
150
151 distdir: $(DISTFILES)
152         @for file in $(DISTFILES); do \
153           d=$(srcdir); \
154           if test -d $$d/$$file; then \
155             cp -pr $$d/$$file $(distdir)/$$file; \
156           else \
157             test -f $(distdir)/$$file \
158             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
159             || cp -p $$d/$$file $(distdir)/$$file || :; \
160           fi; \
161         done
162 info-am:
163 info: info-am
164 dvi-am:
165 dvi: dvi-am
166 check-am: all-am
167 check: check-am
168 installcheck-am:
169 installcheck: installcheck-am
170 install-exec-am:
171 install-exec: install-exec-am
172
173 install-data-am: install-man
174 install-data: install-data-am
175
176 install-am: all-am
177         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178 install: install-am
179 uninstall-am: uninstall-man
180 uninstall: uninstall-am
181 all-am: Makefile $(MANS)
182 all-redirect: all-am
183 install-strip:
184         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
185 installdirs:
186         $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
187
188
189 mostlyclean-generic:
190
191 clean-generic:
192
193 distclean-generic:
194         -rm -f Makefile $(CONFIG_CLEAN_FILES)
195         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
196
197 maintainer-clean-generic:
198 mostlyclean-am:  mostlyclean-generic
199
200 mostlyclean: mostlyclean-am
201
202 clean-am:  clean-generic mostlyclean-am
203
204 clean: clean-am
205
206 distclean-am:  distclean-generic clean-am
207
208 distclean: distclean-am
209
210 maintainer-clean-am:  maintainer-clean-generic distclean-am
211         @echo "This command is intended for maintainers to use;"
212         @echo "it deletes files that may require special tools to rebuild."
213
214 maintainer-clean: maintainer-clean-am
215
216 .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
217 distdir info-am info dvi-am dvi check check-am installcheck-am \
218 installcheck install-exec-am install-exec install-data-am install-data \
219 install-am install uninstall-am uninstall all-redirect all-am all \
220 installdirs mostlyclean-generic distclean-generic clean-generic \
221 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
222
223
224 # Tell versions [3.59,3.63) of GNU make to not export all variables.
225 # Otherwise a system limit (for SysV at least) may be exceeded.
226 .NOEXPORT: