summaryrefslogtreecommitdiff
path: root/xdelta1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta1/Makefile')
-rw-r--r--xdelta1/Makefile654
1 files changed, 654 insertions, 0 deletions
diff --git a/xdelta1/Makefile b/xdelta1/Makefile
new file mode 100644
index 0000000..e83f1ca
--- /dev/null
+++ b/xdelta1/Makefile
@@ -0,0 +1,654 @@
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
82INCLUDES = -I$(top_srcdir)/libedsio $(GLIB_CFLAGS)
83
84bin_PROGRAMS = xdelta
85bin_SCRIPTS = xdelta-config
86
87xdelta_SOURCES = xdmain.c getopt.c getopt1.c
88
89xdelta_LDADD = libxdelta.la $(top_srcdir)/libedsio/libedsio.la $(GLIB_LIBS) -lz
90
91
92include_HEADERS = xdelta.h xd_edsio.h
93noinst_HEADERS = xdeltapriv.h getopt.h
94
95lib_LTLIBRARIES = libxdelta.la
96
97libxdelta_la_SOURCES = xdelta.c xdapply.c $(SER_SOURCES)
98libxdelta_la_LIBADD = $(GLIB_LIBS)
99
100EXTRA_DIST = xd.ser $(SER_OUT) xdelta.magic xdelta.prj xdelta.m4 autogen.sh xdelta.dsp xdelta.dsw stamp-ser xdrsync.c
101
102
103SUBDIRS = libedsio . test doc djgpp
104
105m4datadir = $(datadir)/aclocal
106m4data_DATA = xdelta.m4
107
108libxdelta_la_LDFLAGS = -version-info 2:0:0
109
110SER_OUT = xd_edsio.h xd_edsio.c
111
112SER_SOURCES = xd_edsio.c
113BUILT_SOURCES = $(SER_SOURCES)
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116CONFIG_HEADER = config.h
117CONFIG_CLEAN_FILES = xdelta-config
118LTLIBRARIES = $(lib_LTLIBRARIES)
119
120
121DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
122CPPFLAGS =
123LDFLAGS =
124LIBS =
125libxdelta_la_DEPENDENCIES =
126libxdelta_la_OBJECTS = xdelta.lo xdapply.lo xd_edsio.lo
127PROGRAMS = $(bin_PROGRAMS)
128
129xdelta_OBJECTS = xdmain.o getopt.o getopt1.o
130xdelta_DEPENDENCIES = libxdelta.la $(top_srcdir)/libedsio/libedsio.la
131xdelta_LDFLAGS =
132SCRIPTS = $(bin_SCRIPTS)
133
134CFLAGS = -Wall -O3
135COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137CCLD = $(CC)
138LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
139DATA = $(m4data_DATA)
140
141HEADERS = $(include_HEADERS) $(noinst_HEADERS)
142
143DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
144Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
145config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
146mkinstalldirs xdelta-config.in
147
148
149DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
150
151TAR = tar
152GZIP_ENV = --best
153DEP_FILES = .deps/getopt.P .deps/getopt1.P .deps/xd_edsio.P \
154.deps/xdapply.P .deps/xdelta.P .deps/xdmain.P
155SOURCES = $(libxdelta_la_SOURCES) $(xdelta_SOURCES)
156OBJECTS = $(libxdelta_la_OBJECTS) $(xdelta_OBJECTS)
157
158all: all-redirect
159.SUFFIXES:
160.SUFFIXES: .S .c .lo .o .s
161$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
162 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
163
164Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
165 cd $(top_builddir) \
166 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
168$(ACLOCAL_M4): # configure.in
169 cd $(srcdir) && $(ACLOCAL)
170
171config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
172 $(SHELL) ./config.status --recheck
173$(srcdir)/configure: #$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
174 cd $(srcdir) && $(AUTOCONF)
175
176config.h: stamp-h
177 @if test ! -f $@; then \
178 rm -f stamp-h; \
179 $(MAKE) stamp-h; \
180 else :; fi
181stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
182 cd $(top_builddir) \
183 && CONFIG_FILES= CONFIG_HEADERS=config.h \
184 $(SHELL) ./config.status
185 @echo timestamp > stamp-h 2> /dev/null
186$(srcdir)/config.h.in: #$(srcdir)/stamp-h.in
187 @if test ! -f $@; then \
188 rm -f $(srcdir)/stamp-h.in; \
189 $(MAKE) $(srcdir)/stamp-h.in; \
190 else :; fi
191$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
192 cd $(top_srcdir) && $(AUTOHEADER)
193 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
194
195mostlyclean-hdr:
196
197clean-hdr:
198
199distclean-hdr:
200 -rm -f config.h
201
202maintainer-clean-hdr:
203xdelta-config: $(top_builddir)/config.status xdelta-config.in
204 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
205
206mostlyclean-libLTLIBRARIES:
207
208clean-libLTLIBRARIES:
209 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
210
211distclean-libLTLIBRARIES:
212
213maintainer-clean-libLTLIBRARIES:
214
215install-libLTLIBRARIES: $(lib_LTLIBRARIES)
216 @$(NORMAL_INSTALL)
217 $(mkinstalldirs) $(DESTDIR)$(libdir)
218 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
219 if test -f $$p; then \
220 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
221 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
222 else :; fi; \
223 done
224
225uninstall-libLTLIBRARIES:
226 @$(NORMAL_UNINSTALL)
227 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
228 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
229 done
230
231.s.o:
232 $(COMPILE) -c $<
233
234.S.o:
235 $(COMPILE) -c $<
236
237mostlyclean-compile:
238 -rm -f *.o core *.core
239
240clean-compile:
241
242distclean-compile:
243 -rm -f *.tab.c
244
245maintainer-clean-compile:
246
247.s.lo:
248 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
249
250.S.lo:
251 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
252
253mostlyclean-libtool:
254 -rm -f *.lo
255
256clean-libtool:
257 -rm -rf .libs _libs
258
259distclean-libtool:
260
261maintainer-clean-libtool:
262
263libxdelta.la: $(libxdelta_la_OBJECTS) $(libxdelta_la_DEPENDENCIES)
264 $(LINK) -rpath $(libdir) $(libxdelta_la_LDFLAGS) $(libxdelta_la_OBJECTS) $(libxdelta_la_LIBADD) $(LIBS)
265
266mostlyclean-binPROGRAMS:
267
268clean-binPROGRAMS:
269 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
270
271distclean-binPROGRAMS:
272
273maintainer-clean-binPROGRAMS:
274
275install-binPROGRAMS: $(bin_PROGRAMS)
276 @$(NORMAL_INSTALL)
277 $(mkinstalldirs) $(DESTDIR)$(bindir)
278 @list='$(bin_PROGRAMS)'; for p in $$list; do \
279 if test -f $$p; then \
280 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
281 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
282 else :; fi; \
283 done
284
285uninstall-binPROGRAMS:
286 @$(NORMAL_UNINSTALL)
287 list='$(bin_PROGRAMS)'; for p in $$list; do \
288 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
289 done
290
291xdelta: $(xdelta_OBJECTS) $(xdelta_DEPENDENCIES)
292 @rm -f xdelta
293 $(LINK) $(xdelta_LDFLAGS) $(xdelta_OBJECTS) $(xdelta_LDADD) $(LIBS)
294
295install-binSCRIPTS: $(bin_SCRIPTS)
296 @$(NORMAL_INSTALL)
297 $(mkinstalldirs) $(DESTDIR)$(bindir)
298 @list='$(bin_SCRIPTS)'; for p in $$list; do \
299 if test -f $$p; then \
300 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
301 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
302 else if test -f $(srcdir)/$$p; then \
303 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
304 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
305 else :; fi; fi; \
306 done
307
308uninstall-binSCRIPTS:
309 @$(NORMAL_UNINSTALL)
310 list='$(bin_SCRIPTS)'; for p in $$list; do \
311 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
312 done
313
314install-m4dataDATA: $(m4data_DATA)
315 @$(NORMAL_INSTALL)
316 $(mkinstalldirs) $(DESTDIR)$(m4datadir)
317 @list='$(m4data_DATA)'; for p in $$list; do \
318 if test -f $(srcdir)/$$p; then \
319 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
320 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
321 else if test -f $$p; then \
322 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
323 $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
324 fi; fi; \
325 done
326
327uninstall-m4dataDATA:
328 @$(NORMAL_UNINSTALL)
329 list='$(m4data_DATA)'; for p in $$list; do \
330 rm -f $(DESTDIR)$(m4datadir)/$$p; \
331 done
332
333install-includeHEADERS: $(include_HEADERS)
334 @$(NORMAL_INSTALL)
335 $(mkinstalldirs) $(DESTDIR)$(includedir)
336 @list='$(include_HEADERS)'; for p in $$list; do \
337 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
338 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
339 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
340 done
341
342uninstall-includeHEADERS:
343 @$(NORMAL_UNINSTALL)
344 list='$(include_HEADERS)'; for p in $$list; do \
345 rm -f $(DESTDIR)$(includedir)/$$p; \
346 done
347
348# This directory's subdirectories are mostly independent; you can cd
349# into them and run `make' without going through this Makefile.
350# To change the values of `make' variables: instead of editing Makefiles,
351# (1) if the variable is set in `config.status', edit `config.status'
352# (which will cause the Makefiles to be regenerated when you run `make');
353# (2) otherwise, pass the desired values on the `make' command line.
354
355
356
357all-recursive install-data-recursive install-exec-recursive \
358installdirs-recursive install-recursive uninstall-recursive \
359check-recursive installcheck-recursive info-recursive dvi-recursive:
360 @set fnord $(MAKEFLAGS); amf=$$2; \
361 dot_seen=no; \
362 target=`echo $@ | sed s/-recursive//`; \
363 list='$(SUBDIRS)'; for subdir in $$list; do \
364 echo "Making $$target in $$subdir"; \
365 if test "$$subdir" = "."; then \
366 dot_seen=yes; \
367 local_target="$$target-am"; \
368 else \
369 local_target="$$target"; \
370 fi; \
371 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
373 done; \
374 if test "$$dot_seen" = "no"; then \
375 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
376 fi; test -z "$$fail"
377
378mostlyclean-recursive clean-recursive distclean-recursive \
379maintainer-clean-recursive:
380 @set fnord $(MAKEFLAGS); amf=$$2; \
381 dot_seen=no; \
382 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
383 rev="$$subdir $$rev"; \
384 test "$$subdir" = "." && dot_seen=yes; \
385 done; \
386 test "$$dot_seen" = "no" && rev=". $$rev"; \
387 target=`echo $@ | sed s/-recursive//`; \
388 for subdir in $$rev; do \
389 echo "Making $$target in $$subdir"; \
390 if test "$$subdir" = "."; then \
391 local_target="$$target-am"; \
392 else \
393 local_target="$$target"; \
394 fi; \
395 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
397 done && test -z "$$fail"
398tags-recursive:
399 list='$(SUBDIRS)'; for subdir in $$list; do \
400 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
401 done
402
403tags: TAGS
404
405ID: $(HEADERS) $(SOURCES) $(LISP)
406 list='$(SOURCES) $(HEADERS)'; \
407 unique=`for i in $$list; do echo $$i; done | \
408 awk ' { files[$$0] = 1; } \
409 END { for (i in files) print i; }'`; \
410 here=`pwd` && cd $(srcdir) \
411 && mkid -f$$here/ID $$unique $(LISP)
412
413TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
414 tags=; \
415 here=`pwd`; \
416 list='$(SUBDIRS)'; for subdir in $$list; do \
417 if test "$$subdir" = .; then :; else \
418 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
419 fi; \
420 done; \
421 list='$(SOURCES) $(HEADERS)'; \
422 unique=`for i in $$list; do echo $$i; done | \
423 awk ' { files[$$0] = 1; } \
424 END { for (i in files) print i; }'`; \
425 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
426 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
427
428mostlyclean-tags:
429
430clean-tags:
431
432distclean-tags:
433 -rm -f TAGS ID
434
435maintainer-clean-tags:
436
437distdir = $(PACKAGE)-$(VERSION)
438top_distdir = $(distdir)
439
440# This target untars the dist file and tries a VPATH configuration. Then
441# it guarantees that the distribution is self-contained by making another
442# tarfile.
443distcheck: dist
444 -rm -rf $(distdir)
445 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
446 mkdir $(distdir)/=build
447 mkdir $(distdir)/=inst
448 dc_install_base=`cd $(distdir)/=inst && pwd`; \
449 cd $(distdir)/=build \
450 && ../configure --srcdir=.. --prefix=$$dc_install_base \
451 && $(MAKE) $(AM_MAKEFLAGS) \
452 && $(MAKE) $(AM_MAKEFLAGS) dvi \
453 && $(MAKE) $(AM_MAKEFLAGS) check \
454 && $(MAKE) $(AM_MAKEFLAGS) install \
455 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
456 && $(MAKE) $(AM_MAKEFLAGS) dist
457 -rm -rf $(distdir)
458 @banner="$(distdir).tar.gz is ready for distribution"; \
459 dashes=`echo "$$banner" | sed s/./=/g`; \
460 echo "$$dashes"; \
461 echo "$$banner"; \
462 echo "$$dashes"
463dist: distdir
464 -chmod -R a+r $(distdir)
465 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
466 -rm -rf $(distdir)
467dist-all: distdir
468 -chmod -R a+r $(distdir)
469 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
470 -rm -rf $(distdir)
471distdir: $(DISTFILES)
472 -rm -rf $(distdir)
473 mkdir $(distdir)
474 -chmod 777 $(distdir)
475 here=`cd $(top_builddir) && pwd`; \
476 top_distdir=`cd $(distdir) && pwd`; \
477 distdir=`cd $(distdir) && pwd`; \
478 cd $(top_srcdir) \
479 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
480 @for file in $(DISTFILES); do \
481 d=$(srcdir); \
482 if test -d $$d/$$file; then \
483 cp -pr $$d/$$file $(distdir)/$$file; \
484 else \
485 test -f $(distdir)/$$file \
486 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
487 || cp -p $$d/$$file $(distdir)/$$file || :; \
488 fi; \
489 done
490 for subdir in $(SUBDIRS); do \
491 if test "$$subdir" = .; then :; else \
492 test -d $(distdir)/$$subdir \
493 || mkdir $(distdir)/$$subdir \
494 || exit 1; \
495 chmod 777 $(distdir)/$$subdir; \
496 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
497 || exit 1; \
498 fi; \
499 done
500
501DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
502
503-include $(DEP_FILES)
504
505mostlyclean-depend:
506
507clean-depend:
508
509distclean-depend:
510 -rm -rf .deps
511
512maintainer-clean-depend:
513
514%.o: %.c
515 @echo '$(COMPILE) -c $<'; \
516 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
517 @-cp .deps/$(*F).pp .deps/$(*F).P; \
518 tr ' ' '\012' < .deps/$(*F).pp \
519 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
520 >> .deps/$(*F).P; \
521 rm .deps/$(*F).pp
522
523%.lo: %.c
524 @echo '$(LTCOMPILE) -c $<'; \
525 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
526 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
527 < .deps/$(*F).pp > .deps/$(*F).P; \
528 tr ' ' '\012' < .deps/$(*F).pp \
529 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
530 >> .deps/$(*F).P; \
531 rm -f .deps/$(*F).pp
532info-am:
533info: info-recursive
534dvi-am:
535dvi: dvi-recursive
536check-am: all-am
537check: check-recursive
538installcheck-am:
539installcheck: installcheck-recursive
540all-recursive-am: config.h
541 $(MAKE) $(AM_MAKEFLAGS) all-recursive
542
543install-exec-am: install-libLTLIBRARIES install-binPROGRAMS \
544 install-binSCRIPTS
545install-exec: install-exec-recursive
546
547install-data-am: install-m4dataDATA install-includeHEADERS
548install-data: install-data-recursive
549
550install-am: all-am
551 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552install: install-recursive
553uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \
554 uninstall-binSCRIPTS uninstall-m4dataDATA \
555 uninstall-includeHEADERS
556uninstall: uninstall-recursive
557all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
558 $(HEADERS) config.h
559all-redirect: all-recursive-am
560install-strip:
561 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
562installdirs: installdirs-recursive
563installdirs-am:
564 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
565 $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) \
566 $(DESTDIR)$(includedir)
567
568
569mostlyclean-generic:
570
571clean-generic:
572
573distclean-generic:
574 -rm -f Makefile $(CONFIG_CLEAN_FILES)
575 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
576
577maintainer-clean-generic:
578 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
579mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \
580 mostlyclean-compile mostlyclean-libtool \
581 mostlyclean-binPROGRAMS mostlyclean-tags \
582 mostlyclean-depend mostlyclean-generic
583
584mostlyclean: mostlyclean-recursive
585
586clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
587 clean-binPROGRAMS clean-tags clean-depend clean-generic \
588 mostlyclean-am
589
590clean: clean-recursive
591
592distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \
593 distclean-libtool distclean-binPROGRAMS distclean-tags \
594 distclean-depend distclean-generic clean-am
595 -rm -f libtool
596
597distclean: distclean-recursive
598 -rm -f config.status
599
600maintainer-clean-am: maintainer-clean-hdr \
601 maintainer-clean-libLTLIBRARIES \
602 maintainer-clean-compile maintainer-clean-libtool \
603 maintainer-clean-binPROGRAMS maintainer-clean-tags \
604 maintainer-clean-depend maintainer-clean-generic \
605 distclean-am
606 @echo "This command is intended for maintainers to use;"
607 @echo "it deletes files that may require special tools to rebuild."
608
609maintainer-clean: maintainer-clean-recursive
610 -rm -f config.status
611
612.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
613mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
614clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
615uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
616distclean-compile clean-compile maintainer-clean-compile \
617mostlyclean-libtool distclean-libtool clean-libtool \
618maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \
619clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
620install-binPROGRAMS uninstall-binSCRIPTS install-binSCRIPTS \
621uninstall-m4dataDATA install-m4dataDATA uninstall-includeHEADERS \
622install-includeHEADERS install-data-recursive uninstall-data-recursive \
623install-exec-recursive uninstall-exec-recursive installdirs-recursive \
624uninstalldirs-recursive all-recursive check-recursive \
625installcheck-recursive info-recursive dvi-recursive \
626mostlyclean-recursive distclean-recursive clean-recursive \
627maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
628distclean-tags clean-tags maintainer-clean-tags distdir \
629mostlyclean-depend distclean-depend clean-depend \
630maintainer-clean-depend info-am info dvi-am dvi check check-am \
631installcheck-am installcheck all-recursive-am install-exec-am \
632install-exec install-data-am install-data install-am install \
633uninstall-am uninstall all-redirect all-am all installdirs-am \
634installdirs mostlyclean-generic distclean-generic clean-generic \
635maintainer-clean-generic clean mostlyclean distclean maintainer-clean
636
637
638#
639# Rules for the generated code
640#
641
642stamp-ser: $(top_srcdir)/libedsio/edsio.el xd.ser
643 $(top_srcdir)/libedsio/edsio-comp xd.ser
644 touch stamp-ser
645
646$(SER_OUT): stamp-ser
647
648#
649#
650#
651
652# Tell versions [3.59,3.63) of GNU make to not export all variables.
653# Otherwise a system limit (for SysV at least) may be exceeded.
654.NOEXPORT: