diff options
Diffstat (limited to 'xdelta1/doc/Makefile.in')
-rwxr-xr-x | xdelta1/doc/Makefile.in | 236 |
1 files changed, 0 insertions, 236 deletions
diff --git a/xdelta1/doc/Makefile.in b/xdelta1/doc/Makefile.in deleted file mode 100755 index 8bd322c..0000000 --- a/xdelta1/doc/Makefile.in +++ /dev/null | |||
@@ -1,236 +0,0 @@ | |||
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 | AS = @AS@ | ||
63 | CC = @CC@ | ||
64 | CPP = @CPP@ | ||
65 | DLLTOOL = @DLLTOOL@ | ||
66 | EMACS = @EMACS@ | ||
67 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
68 | GLIB_CONFIG = @GLIB_CONFIG@ | ||
69 | GLIB_LIBS = @GLIB_LIBS@ | ||
70 | LD = @LD@ | ||
71 | LIBTOOL = @LIBTOOL@ | ||
72 | LN_S = @LN_S@ | ||
73 | MAINT = @MAINT@ | ||
74 | MAKEINFO = @MAKEINFO@ | ||
75 | NM = @NM@ | ||
76 | OBJDUMP = @OBJDUMP@ | ||
77 | PACKAGE = @PACKAGE@ | ||
78 | RANLIB = @RANLIB@ | ||
79 | VERSION = @VERSION@ | ||
80 | top_srcdir_absolute = @top_srcdir_absolute@ | ||
81 | |||
82 | man_MANS = xdelta.1 | ||
83 | |||
84 | EXTRA_DIST = xdelta.1 xdelta.cat | ||
85 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
86 | CONFIG_HEADER = ../config.h | ||
87 | CONFIG_CLEAN_FILES = | ||
88 | man1dir = $(mandir)/man1 | ||
89 | MANS = $(man_MANS) | ||
90 | |||
91 | NROFF = nroff | ||
92 | DIST_COMMON = Makefile.am Makefile.in | ||
93 | |||
94 | |||
95 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
96 | |||
97 | TAR = tar | ||
98 | GZIP_ENV = --best | ||
99 | all: all-redirect | ||
100 | .SUFFIXES: | ||
101 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
102 | cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile | ||
103 | |||
104 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | ||
105 | cd $(top_builddir) \ | ||
106 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
107 | |||
108 | |||
109 | install-man1: | ||
110 | $(mkinstalldirs) $(DESTDIR)$(man1dir) | ||
111 | @list='$(man1_MANS)'; \ | ||
112 | l2='$(man_MANS)'; for i in $$l2; do \ | ||
113 | case "$$i" in \ | ||
114 | *.1*) list="$$list $$i" ;; \ | ||
115 | esac; \ | ||
116 | done; \ | ||
117 | for i in $$list; do \ | ||
118 | if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ | ||
119 | else file=$$i; fi; \ | ||
120 | ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | ||
121 | inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | ||
122 | inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | ||
123 | echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ | ||
124 | $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ | ||
125 | done | ||
126 | |||
127 | uninstall-man1: | ||
128 | @list='$(man1_MANS)'; \ | ||
129 | l2='$(man_MANS)'; for i in $$l2; do \ | ||
130 | case "$$i" in \ | ||
131 | *.1*) list="$$list $$i" ;; \ | ||
132 | esac; \ | ||
133 | done; \ | ||
134 | for i in $$list; do \ | ||
135 | ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | ||
136 | inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | ||
137 | inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | ||
138 | echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ | ||
139 | rm -f $(DESTDIR)$(man1dir)/$$inst; \ | ||
140 | done | ||
141 | install-man: $(MANS) | ||
142 | @$(NORMAL_INSTALL) | ||
143 | $(MAKE) $(AM_MAKEFLAGS) install-man1 | ||
144 | uninstall-man: | ||
145 | @$(NORMAL_UNINSTALL) | ||
146 | $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 | ||
147 | tags: TAGS | ||
148 | TAGS: | ||
149 | |||
150 | |||
151 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
152 | |||
153 | subdir = doc | ||
154 | |||
155 | distdir: $(DISTFILES) | ||
156 | here=`cd $(top_builddir) && pwd`; \ | ||
157 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
158 | distdir=`cd $(distdir) && pwd`; \ | ||
159 | cd $(top_srcdir) \ | ||
160 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile | ||
161 | @for file in $(DISTFILES); do \ | ||
162 | d=$(srcdir); \ | ||
163 | if test -d $$d/$$file; then \ | ||
164 | cp -pr $$d/$$file $(distdir)/$$file; \ | ||
165 | else \ | ||
166 | test -f $(distdir)/$$file \ | ||
167 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
168 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
169 | fi; \ | ||
170 | done | ||
171 | info-am: | ||
172 | info: info-am | ||
173 | dvi-am: | ||
174 | dvi: dvi-am | ||
175 | check-am: all-am | ||
176 | check: check-am | ||
177 | installcheck-am: | ||
178 | installcheck: installcheck-am | ||
179 | install-exec-am: | ||
180 | install-exec: install-exec-am | ||
181 | |||
182 | install-data-am: install-man | ||
183 | install-data: install-data-am | ||
184 | |||
185 | install-am: all-am | ||
186 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
187 | install: install-am | ||
188 | uninstall-am: uninstall-man | ||
189 | uninstall: uninstall-am | ||
190 | all-am: Makefile $(MANS) | ||
191 | all-redirect: all-am | ||
192 | install-strip: | ||
193 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
194 | installdirs: | ||
195 | $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 | ||
196 | |||
197 | |||
198 | mostlyclean-generic: | ||
199 | |||
200 | clean-generic: | ||
201 | |||
202 | distclean-generic: | ||
203 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
204 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
205 | |||
206 | maintainer-clean-generic: | ||
207 | mostlyclean-am: mostlyclean-generic | ||
208 | |||
209 | mostlyclean: mostlyclean-am | ||
210 | |||
211 | clean-am: clean-generic mostlyclean-am | ||
212 | |||
213 | clean: clean-am | ||
214 | |||
215 | distclean-am: distclean-generic clean-am | ||
216 | -rm -f libtool | ||
217 | |||
218 | distclean: distclean-am | ||
219 | |||
220 | maintainer-clean-am: maintainer-clean-generic distclean-am | ||
221 | @echo "This command is intended for maintainers to use;" | ||
222 | @echo "it deletes files that may require special tools to rebuild." | ||
223 | |||
224 | maintainer-clean: maintainer-clean-am | ||
225 | |||
226 | .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \ | ||
227 | distdir info-am info dvi-am dvi check check-am installcheck-am \ | ||
228 | installcheck install-exec-am install-exec install-data-am install-data \ | ||
229 | install-am install uninstall-am uninstall all-redirect all-am all \ | ||
230 | installdirs mostlyclean-generic distclean-generic clean-generic \ | ||
231 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean | ||
232 | |||
233 | |||
234 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
235 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
236 | .NOEXPORT: | ||