summaryrefslogtreecommitdiff
path: root/xdelta1/test
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta1/test')
-rw-r--r--xdelta1/test/Makefile338
-rwxr-xr-xxdelta1/test/Makefile.in338
-rwxr-xr-xxdelta1/test/xdeltatest.c2
3 files changed, 1 insertions, 677 deletions
diff --git a/xdelta1/test/Makefile b/xdelta1/test/Makefile
deleted file mode 100644
index 9fb362d..0000000
--- a/xdelta1/test/Makefile
+++ /dev/null
@@ -1,338 +0,0 @@
1# Generated automatically from Makefile.in by configure.
2# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
4# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14
15SHELL = /bin/sh
16
17srcdir = .
18top_srcdir = ..
19prefix = /usr/local
20exec_prefix = ${prefix}
21
22bindir = ${exec_prefix}/bin
23sbindir = ${exec_prefix}/sbin
24libexecdir = ${exec_prefix}/libexec
25datadir = ${prefix}/share
26sysconfdir = ${prefix}/etc
27sharedstatedir = ${prefix}/com
28localstatedir = ${prefix}/var
29libdir = ${exec_prefix}/lib
30infodir = ${prefix}/info
31mandir = ${prefix}/man
32includedir = ${prefix}/include
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/xdelta
38pkglibdir = $(libdir)/xdelta
39pkgincludedir = $(includedir)/xdelta
40
41top_builddir = ..
42
43ACLOCAL = aclocal
44AUTOCONF = autoconf
45AUTOMAKE = automake
46AUTOHEADER = autoheader
47
48INSTALL = /usr/bin/install -c
49INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = ${INSTALL} -m 644
51INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52transform = s,x,x,
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = i686-pc-linux-gnu
61host_triplet = i686-pc-linux-gnu
62AS = @AS@
63CC = gcc
64CPP = gcc -E
65DLLTOOL = @DLLTOOL@
66EMACS = /usr/bin/xemacs
67GLIB_CFLAGS = -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include
68GLIB_CONFIG = /usr/local/bin/glib-config
69GLIB_LIBS = -L/usr/local/lib -lglib
70LD = /usr/i586-pc-linux-gnu/bin/ld
71LIBTOOL = $(SHELL) $(top_builddir)/libtool
72LN_S = ln
73MAINT = #
74MAKEINFO = makeinfo
75NM = /usr/bin/nm -B
76OBJDUMP = @OBJDUMP@
77PACKAGE = xdelta
78RANLIB = ranlib
79VERSION = 1.1.3
80top_srcdir_absolute = /mnt/polaroid/Polaroid/orbit_linux/home/jmacd/projects/xdelta11
81
82EXTRA_DIST = xdeltatest.c README.test
83
84INCLUDES = -I$(top_srcdir)/libedsio $(GLIB_CFLAGS)
85
86noinst_PROGRAMS = xdeltatest
87
88xdeltatest_SOURCES = xdeltatest.c
89
90xdeltatest_LDADD = $(top_srcdir)/libxdelta.la $(top_srcdir)/libedsio/libedsio.la -lz $(GLIB_LIBS)
91
92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93CONFIG_HEADER = ../config.h
94CONFIG_CLEAN_FILES =
95PROGRAMS = $(noinst_PROGRAMS)
96
97
98DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
99CPPFLAGS =
100LDFLAGS =
101LIBS =
102xdeltatest_OBJECTS = xdeltatest.o
103xdeltatest_DEPENDENCIES = $(top_srcdir)/libxdelta.la \
104$(top_srcdir)/libedsio/libedsio.la
105xdeltatest_LDFLAGS =
106CFLAGS = -Wall -O3
107COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109CCLD = $(CC)
110LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
111DIST_COMMON = Makefile.am Makefile.in
112
113
114DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
116TAR = tar
117GZIP_ENV = --best
118DEP_FILES = .deps/xdeltatest.P
119SOURCES = $(xdeltatest_SOURCES)
120OBJECTS = $(xdeltatest_OBJECTS)
121
122all: all-redirect
123.SUFFIXES:
124.SUFFIXES: .S .c .lo .o .s
125$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
127
128Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
129 cd $(top_builddir) \
130 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132
133mostlyclean-noinstPROGRAMS:
134
135clean-noinstPROGRAMS:
136 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
137
138distclean-noinstPROGRAMS:
139
140maintainer-clean-noinstPROGRAMS:
141
142.s.o:
143 $(COMPILE) -c $<
144
145.S.o:
146 $(COMPILE) -c $<
147
148mostlyclean-compile:
149 -rm -f *.o core *.core
150
151clean-compile:
152
153distclean-compile:
154 -rm -f *.tab.c
155
156maintainer-clean-compile:
157
158.s.lo:
159 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
160
161.S.lo:
162 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
163
164mostlyclean-libtool:
165 -rm -f *.lo
166
167clean-libtool:
168 -rm -rf .libs _libs
169
170distclean-libtool:
171
172maintainer-clean-libtool:
173
174xdeltatest: $(xdeltatest_OBJECTS) $(xdeltatest_DEPENDENCIES)
175 @rm -f xdeltatest
176 $(LINK) $(xdeltatest_LDFLAGS) $(xdeltatest_OBJECTS) $(xdeltatest_LDADD) $(LIBS)
177
178tags: TAGS
179
180ID: $(HEADERS) $(SOURCES) $(LISP)
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 here=`pwd` && cd $(srcdir) \
186 && mkid -f$$here/ID $$unique $(LISP)
187
188TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
189 tags=; \
190 here=`pwd`; \
191 list='$(SOURCES) $(HEADERS)'; \
192 unique=`for i in $$list; do echo $$i; done | \
193 awk ' { files[$$0] = 1; } \
194 END { for (i in files) print i; }'`; \
195 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
197
198mostlyclean-tags:
199
200clean-tags:
201
202distclean-tags:
203 -rm -f TAGS ID
204
205maintainer-clean-tags:
206
207distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
208
209subdir = test
210
211distdir: $(DISTFILES)
212 here=`cd $(top_builddir) && pwd`; \
213 top_distdir=`cd $(top_distdir) && pwd`; \
214 distdir=`cd $(distdir) && pwd`; \
215 cd $(top_srcdir) \
216 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/Makefile
217 @for file in $(DISTFILES); do \
218 d=$(srcdir); \
219 if test -d $$d/$$file; then \
220 cp -pr $$d/$$file $(distdir)/$$file; \
221 else \
222 test -f $(distdir)/$$file \
223 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
224 || cp -p $$d/$$file $(distdir)/$$file || :; \
225 fi; \
226 done
227
228DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
229
230-include $(DEP_FILES)
231
232mostlyclean-depend:
233
234clean-depend:
235
236distclean-depend:
237 -rm -rf .deps
238
239maintainer-clean-depend:
240
241%.o: %.c
242 @echo '$(COMPILE) -c $<'; \
243 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
244 @-cp .deps/$(*F).pp .deps/$(*F).P; \
245 tr ' ' '\012' < .deps/$(*F).pp \
246 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
247 >> .deps/$(*F).P; \
248 rm .deps/$(*F).pp
249
250%.lo: %.c
251 @echo '$(LTCOMPILE) -c $<'; \
252 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
253 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
254 < .deps/$(*F).pp > .deps/$(*F).P; \
255 tr ' ' '\012' < .deps/$(*F).pp \
256 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
257 >> .deps/$(*F).P; \
258 rm -f .deps/$(*F).pp
259info-am:
260info: info-am
261dvi-am:
262dvi: dvi-am
263check-am: all-am
264check: check-am
265installcheck-am:
266installcheck: installcheck-am
267install-exec-am:
268install-exec: install-exec-am
269
270install-data-am:
271install-data: install-data-am
272
273install-am: all-am
274 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275install: install-am
276uninstall-am:
277uninstall: uninstall-am
278all-am: Makefile $(PROGRAMS)
279all-redirect: all-am
280install-strip:
281 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
282installdirs:
283
284
285mostlyclean-generic:
286
287clean-generic:
288
289distclean-generic:
290 -rm -f Makefile $(CONFIG_CLEAN_FILES)
291 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
292
293maintainer-clean-generic:
294mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
295 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
296 mostlyclean-generic
297
298mostlyclean: mostlyclean-am
299
300clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
301 clean-depend clean-generic mostlyclean-am
302
303clean: clean-am
304
305distclean-am: distclean-noinstPROGRAMS distclean-compile \
306 distclean-libtool distclean-tags distclean-depend \
307 distclean-generic clean-am
308 -rm -f libtool
309
310distclean: distclean-am
311
312maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
313 maintainer-clean-compile maintainer-clean-libtool \
314 maintainer-clean-tags maintainer-clean-depend \
315 maintainer-clean-generic 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
319maintainer-clean: maintainer-clean-am
320
321.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
322clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
323mostlyclean-compile distclean-compile clean-compile \
324maintainer-clean-compile mostlyclean-libtool distclean-libtool \
325clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
326distclean-tags clean-tags maintainer-clean-tags distdir \
327mostlyclean-depend distclean-depend clean-depend \
328maintainer-clean-depend info-am info dvi-am dvi check check-am \
329installcheck-am installcheck install-exec-am install-exec \
330install-data-am install-data install-am install uninstall-am uninstall \
331all-redirect all-am all installdirs mostlyclean-generic \
332distclean-generic clean-generic maintainer-clean-generic clean \
333mostlyclean distclean maintainer-clean
334
335
336# Tell versions [3.59,3.63) of GNU make to not export all variables.
337# Otherwise a system limit (for SysV at least) may be exceeded.
338.NOEXPORT:
diff --git a/xdelta1/test/Makefile.in b/xdelta1/test/Makefile.in
deleted file mode 100755
index 31e8f89..0000000
--- a/xdelta1/test/Makefile.in
+++ /dev/null
@@ -1,338 +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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CPP = @CPP@
65DLLTOOL = @DLLTOOL@
66EMACS = @EMACS@
67GLIB_CFLAGS = @GLIB_CFLAGS@
68GLIB_CONFIG = @GLIB_CONFIG@
69GLIB_LIBS = @GLIB_LIBS@
70LD = @LD@
71LIBTOOL = @LIBTOOL@
72LN_S = @LN_S@
73MAINT = @MAINT@
74MAKEINFO = @MAKEINFO@
75NM = @NM@
76OBJDUMP = @OBJDUMP@
77PACKAGE = @PACKAGE@
78RANLIB = @RANLIB@
79VERSION = @VERSION@
80top_srcdir_absolute = @top_srcdir_absolute@
81
82EXTRA_DIST = xdeltatest.c README.test
83
84INCLUDES = -I$(top_srcdir)/libedsio $(GLIB_CFLAGS)
85
86noinst_PROGRAMS = xdeltatest
87
88xdeltatest_SOURCES = xdeltatest.c
89
90xdeltatest_LDADD = $(top_srcdir)/libxdelta.la $(top_srcdir)/libedsio/libedsio.la -lz $(GLIB_LIBS)
91
92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93CONFIG_HEADER = ../config.h
94CONFIG_CLEAN_FILES =
95PROGRAMS = $(noinst_PROGRAMS)
96
97
98DEFS = @DEFS@ -I. -I$(srcdir) -I..
99CPPFLAGS = @CPPFLAGS@
100LDFLAGS = @LDFLAGS@
101LIBS = @LIBS@
102xdeltatest_OBJECTS = xdeltatest.o
103xdeltatest_DEPENDENCIES = $(top_srcdir)/libxdelta.la \
104$(top_srcdir)/libedsio/libedsio.la
105xdeltatest_LDFLAGS =
106CFLAGS = @CFLAGS@
107COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109CCLD = $(CC)
110LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
111DIST_COMMON = Makefile.am Makefile.in
112
113
114DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
116TAR = tar
117GZIP_ENV = --best
118DEP_FILES = .deps/xdeltatest.P
119SOURCES = $(xdeltatest_SOURCES)
120OBJECTS = $(xdeltatest_OBJECTS)
121
122all: all-redirect
123.SUFFIXES:
124.SUFFIXES: .S .c .lo .o .s
125$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
127
128Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
129 cd $(top_builddir) \
130 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132
133mostlyclean-noinstPROGRAMS:
134
135clean-noinstPROGRAMS:
136 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
137
138distclean-noinstPROGRAMS:
139
140maintainer-clean-noinstPROGRAMS:
141
142.s.o:
143 $(COMPILE) -c $<
144
145.S.o:
146 $(COMPILE) -c $<
147
148mostlyclean-compile:
149 -rm -f *.o core *.core
150
151clean-compile:
152
153distclean-compile:
154 -rm -f *.tab.c
155
156maintainer-clean-compile:
157
158.s.lo:
159 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
160
161.S.lo:
162 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
163
164mostlyclean-libtool:
165 -rm -f *.lo
166
167clean-libtool:
168 -rm -rf .libs _libs
169
170distclean-libtool:
171
172maintainer-clean-libtool:
173
174xdeltatest: $(xdeltatest_OBJECTS) $(xdeltatest_DEPENDENCIES)
175 @rm -f xdeltatest
176 $(LINK) $(xdeltatest_LDFLAGS) $(xdeltatest_OBJECTS) $(xdeltatest_LDADD) $(LIBS)
177
178tags: TAGS
179
180ID: $(HEADERS) $(SOURCES) $(LISP)
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 here=`pwd` && cd $(srcdir) \
186 && mkid -f$$here/ID $$unique $(LISP)
187
188TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
189 tags=; \
190 here=`pwd`; \
191 list='$(SOURCES) $(HEADERS)'; \
192 unique=`for i in $$list; do echo $$i; done | \
193 awk ' { files[$$0] = 1; } \
194 END { for (i in files) print i; }'`; \
195 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
197
198mostlyclean-tags:
199
200clean-tags:
201
202distclean-tags:
203 -rm -f TAGS ID
204
205maintainer-clean-tags:
206
207distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
208
209subdir = test
210
211distdir: $(DISTFILES)
212 here=`cd $(top_builddir) && pwd`; \
213 top_distdir=`cd $(top_distdir) && pwd`; \
214 distdir=`cd $(distdir) && pwd`; \
215 cd $(top_srcdir) \
216 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/Makefile
217 @for file in $(DISTFILES); do \
218 d=$(srcdir); \
219 if test -d $$d/$$file; then \
220 cp -pr $$d/$$file $(distdir)/$$file; \
221 else \
222 test -f $(distdir)/$$file \
223 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
224 || cp -p $$d/$$file $(distdir)/$$file || :; \
225 fi; \
226 done
227
228DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
229
230-include $(DEP_FILES)
231
232mostlyclean-depend:
233
234clean-depend:
235
236distclean-depend:
237 -rm -rf .deps
238
239maintainer-clean-depend:
240
241%.o: %.c
242 @echo '$(COMPILE) -c $<'; \
243 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
244 @-cp .deps/$(*F).pp .deps/$(*F).P; \
245 tr ' ' '\012' < .deps/$(*F).pp \
246 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
247 >> .deps/$(*F).P; \
248 rm .deps/$(*F).pp
249
250%.lo: %.c
251 @echo '$(LTCOMPILE) -c $<'; \
252 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
253 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
254 < .deps/$(*F).pp > .deps/$(*F).P; \
255 tr ' ' '\012' < .deps/$(*F).pp \
256 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
257 >> .deps/$(*F).P; \
258 rm -f .deps/$(*F).pp
259info-am:
260info: info-am
261dvi-am:
262dvi: dvi-am
263check-am: all-am
264check: check-am
265installcheck-am:
266installcheck: installcheck-am
267install-exec-am:
268install-exec: install-exec-am
269
270install-data-am:
271install-data: install-data-am
272
273install-am: all-am
274 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275install: install-am
276uninstall-am:
277uninstall: uninstall-am
278all-am: Makefile $(PROGRAMS)
279all-redirect: all-am
280install-strip:
281 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
282installdirs:
283
284
285mostlyclean-generic:
286
287clean-generic:
288
289distclean-generic:
290 -rm -f Makefile $(CONFIG_CLEAN_FILES)
291 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
292
293maintainer-clean-generic:
294mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
295 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
296 mostlyclean-generic
297
298mostlyclean: mostlyclean-am
299
300clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
301 clean-depend clean-generic mostlyclean-am
302
303clean: clean-am
304
305distclean-am: distclean-noinstPROGRAMS distclean-compile \
306 distclean-libtool distclean-tags distclean-depend \
307 distclean-generic clean-am
308 -rm -f libtool
309
310distclean: distclean-am
311
312maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
313 maintainer-clean-compile maintainer-clean-libtool \
314 maintainer-clean-tags maintainer-clean-depend \
315 maintainer-clean-generic 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
319maintainer-clean: maintainer-clean-am
320
321.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
322clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
323mostlyclean-compile distclean-compile clean-compile \
324maintainer-clean-compile mostlyclean-libtool distclean-libtool \
325clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
326distclean-tags clean-tags maintainer-clean-tags distdir \
327mostlyclean-depend distclean-depend clean-depend \
328maintainer-clean-depend info-am info dvi-am dvi check check-am \
329installcheck-am installcheck install-exec-am install-exec \
330install-data-am install-data install-am install uninstall-am uninstall \
331all-redirect all-am all installdirs mostlyclean-generic \
332distclean-generic clean-generic maintainer-clean-generic clean \
333mostlyclean distclean maintainer-clean
334
335
336# Tell versions [3.59,3.63) of GNU make to not export all variables.
337# Otherwise a system limit (for SysV at least) may be exceeded.
338.NOEXPORT:
diff --git a/xdelta1/test/xdeltatest.c b/xdelta1/test/xdeltatest.c
index 3c87e03..fc46307 100755
--- a/xdelta1/test/xdeltatest.c
+++ b/xdelta1/test/xdeltatest.c
@@ -20,7 +20,7 @@
20 * 20 *
21 * Author: Josh MacDonald <jmacd@CS.Berkeley.EDU> 21 * Author: Josh MacDonald <jmacd@CS.Berkeley.EDU>
22 * 22 *
23 * $Id: xdeltatest.c 1.6 Fri, 29 Jun 2001 06:01:08 -0700 jmacd $ 23 * $Id: xdeltatest.c 1.7.1.1 Sat, 27 Jan 2007 17:53:47 -0800 jmacd $
24 */ 24 */
25 25
26#include <sys/param.h> 26#include <sys/param.h>