diff options
Diffstat (limited to 'xdelta1/libedsio/Makefile.in')
-rwxr-xr-x | xdelta1/libedsio/Makefile.in | 434 |
1 files changed, 0 insertions, 434 deletions
diff --git a/xdelta1/libedsio/Makefile.in b/xdelta1/libedsio/Makefile.in deleted file mode 100755 index b4be8b7..0000000 --- a/xdelta1/libedsio/Makefile.in +++ /dev/null | |||
@@ -1,434 +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 | INCLUDES = $(GLIB_CFLAGS) | ||
83 | |||
84 | noinst_SCRIPTS = edsio-comp | ||
85 | |||
86 | lib_LTLIBRARIES = libedsio.la | ||
87 | |||
88 | noinst_PROGRAMS = edsiotest | ||
89 | |||
90 | edsiotest_SOURCES = edsiotest.c | ||
91 | |||
92 | edsiotest_LDADD = libedsio.la $(GLIB_LIBS) | ||
93 | |||
94 | noinst_HEADERS = maketime.h partime.h | ||
95 | |||
96 | include_HEADERS = edsio.h edsio_edsio.h | ||
97 | |||
98 | libedsio_la_LIBADD = $(GLIB_LIBS) | ||
99 | |||
100 | libedsio_la_SOURCES = library.c simple.c edsio.c edsio_edsio.c sha.c md5c.c fh.c generic.c default.c base64.c maketime.c partime.c | ||
101 | |||
102 | |||
103 | EXTRA_DIST = edsio.el edsio.ser $(SER_OUT1) edsio-comp.in edsio.prj stamp-ser1 | ||
104 | |||
105 | SER_OUT1 = edsio_edsio.c edsio_edsio.h | ||
106 | |||
107 | BUILT_SOURCES = edsio_edsio.c | ||
108 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
109 | CONFIG_HEADER = ../config.h | ||
110 | CONFIG_CLEAN_FILES = edsio-comp | ||
111 | LTLIBRARIES = $(lib_LTLIBRARIES) | ||
112 | |||
113 | |||
114 | DEFS = @DEFS@ -I. -I$(srcdir) -I.. | ||
115 | CPPFLAGS = @CPPFLAGS@ | ||
116 | LDFLAGS = @LDFLAGS@ | ||
117 | LIBS = @LIBS@ | ||
118 | libedsio_la_LDFLAGS = | ||
119 | libedsio_la_DEPENDENCIES = | ||
120 | libedsio_la_OBJECTS = library.lo simple.lo edsio.lo edsio_edsio.lo \ | ||
121 | sha.lo md5c.lo fh.lo generic.lo default.lo base64.lo maketime.lo \ | ||
122 | partime.lo | ||
123 | PROGRAMS = $(noinst_PROGRAMS) | ||
124 | |||
125 | edsiotest_OBJECTS = edsiotest.o | ||
126 | edsiotest_DEPENDENCIES = libedsio.la | ||
127 | edsiotest_LDFLAGS = | ||
128 | SCRIPTS = $(noinst_SCRIPTS) | ||
129 | |||
130 | CFLAGS = @CFLAGS@ | ||
131 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
132 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
133 | CCLD = $(CC) | ||
134 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ | ||
135 | HEADERS = $(include_HEADERS) $(noinst_HEADERS) | ||
136 | |||
137 | DIST_COMMON = Makefile.am Makefile.in edsio-comp.in | ||
138 | |||
139 | |||
140 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
141 | |||
142 | TAR = tar | ||
143 | GZIP_ENV = --best | ||
144 | DEP_FILES = .deps/base64.P .deps/default.P .deps/edsio.P \ | ||
145 | .deps/edsio_edsio.P .deps/edsiotest.P .deps/fh.P .deps/generic.P \ | ||
146 | .deps/library.P .deps/maketime.P .deps/md5c.P .deps/partime.P \ | ||
147 | .deps/sha.P .deps/simple.P | ||
148 | SOURCES = $(libedsio_la_SOURCES) $(edsiotest_SOURCES) | ||
149 | OBJECTS = $(libedsio_la_OBJECTS) $(edsiotest_OBJECTS) | ||
150 | |||
151 | all: all-redirect | ||
152 | .SUFFIXES: | ||
153 | .SUFFIXES: .S .c .lo .o .s | ||
154 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
155 | cd $(top_srcdir) && $(AUTOMAKE) --gnu libedsio/Makefile | ||
156 | |||
157 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | ||
158 | cd $(top_builddir) \ | ||
159 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
160 | |||
161 | edsio-comp: $(top_builddir)/config.status edsio-comp.in | ||
162 | cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
163 | |||
164 | mostlyclean-libLTLIBRARIES: | ||
165 | |||
166 | clean-libLTLIBRARIES: | ||
167 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | ||
168 | |||
169 | distclean-libLTLIBRARIES: | ||
170 | |||
171 | maintainer-clean-libLTLIBRARIES: | ||
172 | |||
173 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
174 | @$(NORMAL_INSTALL) | ||
175 | $(mkinstalldirs) $(DESTDIR)$(libdir) | ||
176 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | ||
177 | if test -f $$p; then \ | ||
178 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ | ||
179 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ | ||
180 | else :; fi; \ | ||
181 | done | ||
182 | |||
183 | uninstall-libLTLIBRARIES: | ||
184 | @$(NORMAL_UNINSTALL) | ||
185 | list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | ||
186 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ | ||
187 | done | ||
188 | |||
189 | .s.o: | ||
190 | $(COMPILE) -c $< | ||
191 | |||
192 | .S.o: | ||
193 | $(COMPILE) -c $< | ||
194 | |||
195 | mostlyclean-compile: | ||
196 | -rm -f *.o core *.core | ||
197 | |||
198 | clean-compile: | ||
199 | |||
200 | distclean-compile: | ||
201 | -rm -f *.tab.c | ||
202 | |||
203 | maintainer-clean-compile: | ||
204 | |||
205 | .s.lo: | ||
206 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | ||
207 | |||
208 | .S.lo: | ||
209 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | ||
210 | |||
211 | mostlyclean-libtool: | ||
212 | -rm -f *.lo | ||
213 | |||
214 | clean-libtool: | ||
215 | -rm -rf .libs _libs | ||
216 | |||
217 | distclean-libtool: | ||
218 | |||
219 | maintainer-clean-libtool: | ||
220 | |||
221 | libedsio.la: $(libedsio_la_OBJECTS) $(libedsio_la_DEPENDENCIES) | ||
222 | $(LINK) -rpath $(libdir) $(libedsio_la_LDFLAGS) $(libedsio_la_OBJECTS) $(libedsio_la_LIBADD) $(LIBS) | ||
223 | |||
224 | mostlyclean-noinstPROGRAMS: | ||
225 | |||
226 | clean-noinstPROGRAMS: | ||
227 | -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | ||
228 | |||
229 | distclean-noinstPROGRAMS: | ||
230 | |||
231 | maintainer-clean-noinstPROGRAMS: | ||
232 | |||
233 | edsiotest: $(edsiotest_OBJECTS) $(edsiotest_DEPENDENCIES) | ||
234 | @rm -f edsiotest | ||
235 | $(LINK) $(edsiotest_LDFLAGS) $(edsiotest_OBJECTS) $(edsiotest_LDADD) $(LIBS) | ||
236 | |||
237 | install-includeHEADERS: $(include_HEADERS) | ||
238 | @$(NORMAL_INSTALL) | ||
239 | $(mkinstalldirs) $(DESTDIR)$(includedir) | ||
240 | @list='$(include_HEADERS)'; for p in $$list; do \ | ||
241 | if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ | ||
242 | echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ | ||
243 | $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ | ||
244 | done | ||
245 | |||
246 | uninstall-includeHEADERS: | ||
247 | @$(NORMAL_UNINSTALL) | ||
248 | list='$(include_HEADERS)'; for p in $$list; do \ | ||
249 | rm -f $(DESTDIR)$(includedir)/$$p; \ | ||
250 | done | ||
251 | |||
252 | tags: TAGS | ||
253 | |||
254 | ID: $(HEADERS) $(SOURCES) $(LISP) | ||
255 | list='$(SOURCES) $(HEADERS)'; \ | ||
256 | unique=`for i in $$list; do echo $$i; done | \ | ||
257 | awk ' { files[$$0] = 1; } \ | ||
258 | END { for (i in files) print i; }'`; \ | ||
259 | here=`pwd` && cd $(srcdir) \ | ||
260 | && mkid -f$$here/ID $$unique $(LISP) | ||
261 | |||
262 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | ||
263 | tags=; \ | ||
264 | here=`pwd`; \ | ||
265 | list='$(SOURCES) $(HEADERS)'; \ | ||
266 | unique=`for i in $$list; do echo $$i; done | \ | ||
267 | awk ' { files[$$0] = 1; } \ | ||
268 | END { for (i in files) print i; }'`; \ | ||
269 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | ||
270 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | ||
271 | |||
272 | mostlyclean-tags: | ||
273 | |||
274 | clean-tags: | ||
275 | |||
276 | distclean-tags: | ||
277 | -rm -f TAGS ID | ||
278 | |||
279 | maintainer-clean-tags: | ||
280 | |||
281 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
282 | |||
283 | subdir = libedsio | ||
284 | |||
285 | distdir: $(DISTFILES) | ||
286 | here=`cd $(top_builddir) && pwd`; \ | ||
287 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
288 | distdir=`cd $(distdir) && pwd`; \ | ||
289 | cd $(top_srcdir) \ | ||
290 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu libedsio/Makefile | ||
291 | @for file in $(DISTFILES); do \ | ||
292 | d=$(srcdir); \ | ||
293 | if test -d $$d/$$file; then \ | ||
294 | cp -pr $$d/$$file $(distdir)/$$file; \ | ||
295 | else \ | ||
296 | test -f $(distdir)/$$file \ | ||
297 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
298 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
299 | fi; \ | ||
300 | done | ||
301 | |||
302 | DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) | ||
303 | |||
304 | -include $(DEP_FILES) | ||
305 | |||
306 | mostlyclean-depend: | ||
307 | |||
308 | clean-depend: | ||
309 | |||
310 | distclean-depend: | ||
311 | -rm -rf .deps | ||
312 | |||
313 | maintainer-clean-depend: | ||
314 | |||
315 | %.o: %.c | ||
316 | @echo '$(COMPILE) -c $<'; \ | ||
317 | $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | ||
318 | @-cp .deps/$(*F).pp .deps/$(*F).P; \ | ||
319 | tr ' ' '\012' < .deps/$(*F).pp \ | ||
320 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | ||
321 | >> .deps/$(*F).P; \ | ||
322 | rm .deps/$(*F).pp | ||
323 | |||
324 | %.lo: %.c | ||
325 | @echo '$(LTCOMPILE) -c $<'; \ | ||
326 | $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | ||
327 | @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ | ||
328 | < .deps/$(*F).pp > .deps/$(*F).P; \ | ||
329 | tr ' ' '\012' < .deps/$(*F).pp \ | ||
330 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | ||
331 | >> .deps/$(*F).P; \ | ||
332 | rm -f .deps/$(*F).pp | ||
333 | info-am: | ||
334 | info: info-am | ||
335 | dvi-am: | ||
336 | dvi: dvi-am | ||
337 | check-am: all-am | ||
338 | check: check-am | ||
339 | installcheck-am: | ||
340 | installcheck: installcheck-am | ||
341 | install-exec-am: install-libLTLIBRARIES | ||
342 | install-exec: install-exec-am | ||
343 | |||
344 | install-data-am: install-includeHEADERS | ||
345 | install-data: install-data-am | ||
346 | |||
347 | install-am: all-am | ||
348 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
349 | install: install-am | ||
350 | uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS | ||
351 | uninstall: uninstall-am | ||
352 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(HEADERS) | ||
353 | all-redirect: all-am | ||
354 | install-strip: | ||
355 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
356 | installdirs: | ||
357 | $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) | ||
358 | |||
359 | |||
360 | mostlyclean-generic: | ||
361 | |||
362 | clean-generic: | ||
363 | |||
364 | distclean-generic: | ||
365 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
366 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
367 | |||
368 | maintainer-clean-generic: | ||
369 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | ||
370 | mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ | ||
371 | mostlyclean-libtool mostlyclean-noinstPROGRAMS \ | ||
372 | mostlyclean-tags mostlyclean-depend mostlyclean-generic | ||
373 | |||
374 | mostlyclean: mostlyclean-am | ||
375 | |||
376 | clean-am: clean-libLTLIBRARIES clean-compile clean-libtool \ | ||
377 | clean-noinstPROGRAMS clean-tags clean-depend \ | ||
378 | clean-generic mostlyclean-am | ||
379 | |||
380 | clean: clean-am | ||
381 | |||
382 | distclean-am: distclean-libLTLIBRARIES distclean-compile \ | ||
383 | distclean-libtool distclean-noinstPROGRAMS \ | ||
384 | distclean-tags distclean-depend distclean-generic \ | ||
385 | clean-am | ||
386 | -rm -f libtool | ||
387 | |||
388 | distclean: distclean-am | ||
389 | |||
390 | maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ | ||
391 | maintainer-clean-compile maintainer-clean-libtool \ | ||
392 | maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ | ||
393 | maintainer-clean-depend maintainer-clean-generic \ | ||
394 | distclean-am | ||
395 | @echo "This command is intended for maintainers to use;" | ||
396 | @echo "it deletes files that may require special tools to rebuild." | ||
397 | |||
398 | maintainer-clean: maintainer-clean-am | ||
399 | |||
400 | .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ | ||
401 | clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ | ||
402 | uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ | ||
403 | distclean-compile clean-compile maintainer-clean-compile \ | ||
404 | mostlyclean-libtool distclean-libtool clean-libtool \ | ||
405 | maintainer-clean-libtool mostlyclean-noinstPROGRAMS \ | ||
406 | distclean-noinstPROGRAMS clean-noinstPROGRAMS \ | ||
407 | maintainer-clean-noinstPROGRAMS uninstall-includeHEADERS \ | ||
408 | install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \ | ||
409 | maintainer-clean-tags distdir mostlyclean-depend distclean-depend \ | ||
410 | clean-depend maintainer-clean-depend info-am info dvi-am dvi check \ | ||
411 | check-am installcheck-am installcheck install-exec-am install-exec \ | ||
412 | install-data-am install-data install-am install uninstall-am uninstall \ | ||
413 | all-redirect all-am all installdirs mostlyclean-generic \ | ||
414 | distclean-generic clean-generic maintainer-clean-generic clean \ | ||
415 | mostlyclean distclean maintainer-clean | ||
416 | |||
417 | |||
418 | # | ||
419 | # Rules for the generated code | ||
420 | # | ||
421 | |||
422 | stamp-ser1: $(top_srcdir)/libedsio/edsio.el edsio.ser | ||
423 | $(top_srcdir)/libedsio/edsio-comp edsio.ser | ||
424 | touch stamp-ser1 | ||
425 | |||
426 | $(SER_OUT1): stamp-ser1 | ||
427 | |||
428 | # | ||
429 | # | ||
430 | # | ||
431 | |||
432 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
433 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
434 | .NOEXPORT: | ||