~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to cut-n-paste/totem-screensaver/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-26 10:27:02 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20071126102702-fuhptvu6n6ycva3u
Tags: 2.20.1-2ubuntu1
* Sync with Debian
* debian/control.in:
  - Depends on ghostscript-x
  - updated Build-Depends for lpi and hildon changes
  - updated maintainer informationx
* debian/patches/01_launchpad.patch:
  - launchpad integration changes
* debian/patches/02_autoconf.patch:
  - configure update
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* debian/patches/99_autoreconf.patch:
  - updated
* debian/rules:
  - do not remove the documentation
  - use the hildon configure option during the lpia build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
17
19
VPATH = @srcdir@
18
20
pkgdatadir = $(datadir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ../..
21
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
22
26
install_sh_DATA = $(install_sh) -c -m 644
23
27
install_sh_PROGRAM = $(install_sh) -c
24
28
install_sh_SCRIPT = $(install_sh) -c
46
50
am_libtotemscrsaver_la_OBJECTS =  \
47
51
        libtotemscrsaver_la-totem-scrsaver.lo
48
52
libtotemscrsaver_la_OBJECTS = $(am_libtotemscrsaver_la_OBJECTS)
49
 
libtotemscrsaver_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
50
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
51
 
        $(libtotemscrsaver_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
52
 
        $(LDFLAGS) -o $@
53
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
53
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
54
54
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
55
am__depfiles_maybe = depfiles
56
56
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
57
57
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
59
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
58
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
59
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
60
        $(AM_CFLAGS) $(CFLAGS)
61
61
CCLD = $(CC)
62
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
63
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
64
 
        $(LDFLAGS) -o $@
 
62
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
63
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
65
64
SOURCES = $(libtotemscrsaver_la_SOURCES)
66
65
DIST_SOURCES = $(libtotemscrsaver_la_SOURCES)
67
66
ETAGS = etags
70
69
ACLOCAL = @ACLOCAL@
71
70
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
72
71
ALL_LINGUAS = @ALL_LINGUAS@
 
72
AMDEP_FALSE = @AMDEP_FALSE@
 
73
AMDEP_TRUE = @AMDEP_TRUE@
73
74
AMTAR = @AMTAR@
74
75
AR = @AR@
75
76
AUTOCONF = @AUTOCONF@
98
99
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
99
100
DBUS_CFLAGS = @DBUS_CFLAGS@
100
101
DBUS_LIBS = @DBUS_LIBS@
 
102
DBUS_TOOL_NO_PREFIX_FALSE = @DBUS_TOOL_NO_PREFIX_FALSE@
 
103
DBUS_TOOL_NO_PREFIX_TRUE = @DBUS_TOOL_NO_PREFIX_TRUE@
101
104
DEFS = @DEFS@
102
105
DEPDIR = @DEPDIR@
103
106
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
109
112
ECHO_N = @ECHO_N@
110
113
ECHO_T = @ECHO_T@
111
114
EGREP = @EGREP@
 
115
ENABLE_COMICS_FALSE = @ENABLE_COMICS_FALSE@
 
116
ENABLE_COMICS_TRUE = @ENABLE_COMICS_TRUE@
 
117
ENABLE_DBUS_FALSE = @ENABLE_DBUS_FALSE@
 
118
ENABLE_DBUS_TRUE = @ENABLE_DBUS_TRUE@
 
119
ENABLE_DJVU_FALSE = @ENABLE_DJVU_FALSE@
 
120
ENABLE_DJVU_TRUE = @ENABLE_DJVU_TRUE@
 
121
ENABLE_DVI_FALSE = @ENABLE_DVI_FALSE@
 
122
ENABLE_DVI_TRUE = @ENABLE_DVI_TRUE@
 
123
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
 
124
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
 
125
ENABLE_IMPRESS_FALSE = @ENABLE_IMPRESS_FALSE@
 
126
ENABLE_IMPRESS_TRUE = @ENABLE_IMPRESS_TRUE@
 
127
ENABLE_PDF_FALSE = @ENABLE_PDF_FALSE@
 
128
ENABLE_PDF_TRUE = @ENABLE_PDF_TRUE@
 
129
ENABLE_PIXBUF_FALSE = @ENABLE_PIXBUF_FALSE@
 
130
ENABLE_PIXBUF_TRUE = @ENABLE_PIXBUF_TRUE@
 
131
ENABLE_PS_FALSE = @ENABLE_PS_FALSE@
 
132
ENABLE_PS_TRUE = @ENABLE_PS_TRUE@
 
133
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
 
134
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
 
135
ENABLE_THUMBNAILER_FALSE = @ENABLE_THUMBNAILER_FALSE@
 
136
ENABLE_THUMBNAILER_TRUE = @ENABLE_THUMBNAILER_TRUE@
 
137
ENABLE_TIFF_FALSE = @ENABLE_TIFF_FALSE@
 
138
ENABLE_TIFF_TRUE = @ENABLE_TIFF_TRUE@
112
139
EVINCE_MIME_TYPES = @EVINCE_MIME_TYPES@
113
140
EXEEXT = @EXEEXT@
114
141
F77 = @F77@
118
145
FRONTEND_CORE_LIBS = @FRONTEND_CORE_LIBS@
119
146
FRONTEND_LIBS = @FRONTEND_LIBS@
120
147
GCONFTOOL = @GCONFTOOL@
 
148
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
149
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
121
150
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
122
151
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
123
152
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
131
160
GNOME_LIBS = @GNOME_LIBS@
132
161
GNOME_PRINT_CFLAGS = @GNOME_PRINT_CFLAGS@
133
162
GNOME_PRINT_LIBS = @GNOME_PRINT_LIBS@
134
 
GREP = @GREP@
 
163
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
 
164
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
135
165
GTK_PRINT_CFLAGS = @GTK_PRINT_CFLAGS@
136
166
GTK_PRINT_LIBS = @GTK_PRINT_LIBS@
137
167
GTK_RECENT_CFLAGS = @GTK_RECENT_CFLAGS@
138
168
GTK_RECENT_LIBS = @GTK_RECENT_LIBS@
 
169
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
 
170
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
 
171
HAVE_GTK_RECENT_FALSE = @HAVE_GTK_RECENT_FALSE@
 
172
HAVE_GTK_RECENT_TRUE = @HAVE_GTK_RECENT_TRUE@
 
173
HAVE_NAUTILUS_FALSE = @HAVE_NAUTILUS_FALSE@
 
174
HAVE_NAUTILUS_TRUE = @HAVE_NAUTILUS_TRUE@
139
175
HELP_DIR = @HELP_DIR@
140
176
HTML_DIR = @HTML_DIR@
141
 
INSTALL = @INSTALL@
142
177
INSTALL_DATA = @INSTALL_DATA@
143
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
144
179
INSTALL_SCRIPT = @INSTALL_SCRIPT@
180
215
LN_S = @LN_S@
181
216
LTLIBOBJS = @LTLIBOBJS@
182
217
MAINT = @MAINT@
 
218
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
219
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
183
220
MAKEINFO = @MAKEINFO@
184
 
MKDIR_P = @MKDIR_P@
185
221
MKINSTALLDIRS = @MKINSTALLDIRS@
186
222
MSGFMT = @MSGFMT@
187
223
MSGFMT_OPTS = @MSGFMT_OPTS@
216
252
VERSION = @VERSION@
217
253
WARN_CFLAGS = @WARN_CFLAGS@
218
254
WARN_CXXFLAGS = @WARN_CXXFLAGS@
 
255
WITH_GNOME_FALSE = @WITH_GNOME_FALSE@
 
256
WITH_GNOME_PRINT_FALSE = @WITH_GNOME_PRINT_FALSE@
 
257
WITH_GNOME_PRINT_TRUE = @WITH_GNOME_PRINT_TRUE@
 
258
WITH_GNOME_TRUE = @WITH_GNOME_TRUE@
 
259
WITH_GTK_PRINT_FALSE = @WITH_GTK_PRINT_FALSE@
 
260
WITH_GTK_PRINT_TRUE = @WITH_GTK_PRINT_TRUE@
 
261
WITH_TYPE1_FONTS_FALSE = @WITH_TYPE1_FONTS_FALSE@
 
262
WITH_TYPE1_FONTS_TRUE = @WITH_TYPE1_FONTS_TRUE@
219
263
XGETTEXT = @XGETTEXT@
220
 
abs_builddir = @abs_builddir@
221
 
abs_srcdir = @abs_srcdir@
222
 
abs_top_builddir = @abs_top_builddir@
223
 
abs_top_srcdir = @abs_top_srcdir@
 
264
ac_ct_AR = @ac_ct_AR@
224
265
ac_ct_CC = @ac_ct_CC@
225
266
ac_ct_CXX = @ac_ct_CXX@
226
267
ac_ct_F77 = @ac_ct_F77@
 
268
ac_ct_RANLIB = @ac_ct_RANLIB@
 
269
ac_ct_STRIP = @ac_ct_STRIP@
 
270
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
271
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
272
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
273
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
274
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
227
275
am__include = @am__include@
228
276
am__leading_dot = @am__leading_dot@
229
277
am__quote = @am__quote@
235
283
build_cpu = @build_cpu@
236
284
build_os = @build_os@
237
285
build_vendor = @build_vendor@
238
 
builddir = @builddir@
239
286
datadir = @datadir@
240
 
datarootdir = @datarootdir@
241
 
docdir = @docdir@
242
 
dvidir = @dvidir@
243
287
exec_prefix = @exec_prefix@
244
288
host = @host@
245
289
host_alias = @host_alias@
246
290
host_cpu = @host_cpu@
247
291
host_os = @host_os@
248
292
host_vendor = @host_vendor@
249
 
htmldir = @htmldir@
250
293
includedir = @includedir@
251
294
infodir = @infodir@
252
295
install_sh = @install_sh@
253
296
libdir = @libdir@
254
297
libexecdir = @libexecdir@
255
 
localedir = @localedir@
256
298
localstatedir = @localstatedir@
257
299
mandir = @mandir@
258
300
mkdir_p = @mkdir_p@
259
301
oldincludedir = @oldincludedir@
260
 
pdfdir = @pdfdir@
261
302
prefix = @prefix@
262
303
program_transform_name = @program_transform_name@
263
 
psdir = @psdir@
264
304
sbindir = @sbindir@
265
305
sharedstatedir = @sharedstatedir@
266
 
srcdir = @srcdir@
267
306
sysconfdir = @sysconfdir@
268
307
target_alias = @target_alias@
269
 
top_builddir = @top_builddir@
270
 
top_srcdir = @top_srcdir@
271
308
noinst_LTLIBRARIES = libtotemscrsaver.la
272
309
libtotemscrsaver_la_SOURCES = \
273
310
        totem-scrsaver.h \
323
360
          rm -f "$${dir}/so_locations"; \
324
361
        done
325
362
libtotemscrsaver.la: $(libtotemscrsaver_la_OBJECTS) $(libtotemscrsaver_la_DEPENDENCIES) 
326
 
        $(libtotemscrsaver_la_LINK)  $(libtotemscrsaver_la_OBJECTS) $(libtotemscrsaver_la_LIBADD) $(LIBS)
 
363
        $(LINK)  $(libtotemscrsaver_la_LDFLAGS) $(libtotemscrsaver_la_OBJECTS) $(libtotemscrsaver_la_LIBADD) $(LIBS)
327
364
 
328
365
mostlyclean-compile:
329
366
        -rm -f *.$(OBJEXT)
334
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Plo@am__quote@
335
372
 
336
373
.c.o:
337
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
374
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
375
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
339
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
378
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
342
379
 
343
380
.c.obj:
344
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
381
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
382
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
346
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
385
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
386
 
350
387
.c.lo:
351
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
388
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
389
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
353
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
392
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
356
393
 
357
394
libtotemscrsaver_la-totem-scrsaver.lo: totem-scrsaver.c
358
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtotemscrsaver_la_CFLAGS) $(CFLAGS) -MT libtotemscrsaver_la-totem-scrsaver.lo -MD -MP -MF $(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Tpo -c -o libtotemscrsaver_la-totem-scrsaver.lo `test -f 'totem-scrsaver.c' || echo '$(srcdir)/'`totem-scrsaver.c
359
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Tpo $(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Plo
 
395
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtotemscrsaver_la_CFLAGS) $(CFLAGS) -MT libtotemscrsaver_la-totem-scrsaver.lo -MD -MP -MF "$(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Tpo" -c -o libtotemscrsaver_la-totem-scrsaver.lo `test -f 'totem-scrsaver.c' || echo '$(srcdir)/'`totem-scrsaver.c; \
 
396
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Tpo" "$(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Plo"; else rm -f "$(DEPDIR)/libtotemscrsaver_la-totem-scrsaver.Tpo"; exit 1; fi
360
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-scrsaver.c' object='libtotemscrsaver_la-totem-scrsaver.lo' libtool=yes @AMDEPBACKSLASH@
361
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtotemscrsaver_la_CFLAGS) $(CFLAGS) -c -o libtotemscrsaver_la-totem-scrsaver.lo `test -f 'totem-scrsaver.c' || echo '$(srcdir)/'`totem-scrsaver.c
 
399
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtotemscrsaver_la_CFLAGS) $(CFLAGS) -c -o libtotemscrsaver_la-totem-scrsaver.lo `test -f 'totem-scrsaver.c' || echo '$(srcdir)/'`totem-scrsaver.c
363
400
 
364
401
mostlyclean-libtool:
365
402
        -rm -f *.lo
367
404
clean-libtool:
368
405
        -rm -rf .libs _libs
369
406
 
 
407
distclean-libtool:
 
408
        -rm -f libtool
 
409
uninstall-info-am:
 
410
 
370
411
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371
412
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372
413
        unique=`for i in $$list; do \
416
457
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
417
458
 
418
459
distdir: $(DISTFILES)
419
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
420
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421
 
        list='$(DISTFILES)'; \
422
 
          dist_files=`for file in $$list; do echo $$file; done | \
423
 
          sed -e "s|^$$srcdirstrip/||;t" \
424
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
425
 
        case $$dist_files in \
426
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
427
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
428
 
                           sort -u` ;; \
429
 
        esac; \
430
 
        for file in $$dist_files; do \
 
460
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
461
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
462
        list='$(DISTFILES)'; for file in $$list; do \
 
463
          case $$file in \
 
464
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
465
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
466
          esac; \
431
467
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
468
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
469
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
470
            dir="/$$dir"; \
 
471
            $(mkdir_p) "$(distdir)$$dir"; \
 
472
          else \
 
473
            dir=''; \
 
474
          fi; \
432
475
          if test -d $$d/$$file; then \
433
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
434
476
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
435
477
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
436
478
            fi; \
478
520
        -rm -rf ./$(DEPDIR)
479
521
        -rm -f Makefile
480
522
distclean-am: clean-am distclean-compile distclean-generic \
481
 
        distclean-tags
 
523
        distclean-libtool distclean-tags
482
524
 
483
525
dvi: dvi-am
484
526
 
492
534
 
493
535
install-data-am:
494
536
 
495
 
install-dvi: install-dvi-am
496
 
 
497
537
install-exec-am:
498
538
 
499
 
install-html: install-html-am
500
 
 
501
539
install-info: install-info-am
502
540
 
503
541
install-man:
504
542
 
505
 
install-pdf: install-pdf-am
506
 
 
507
 
install-ps: install-ps-am
508
 
 
509
543
installcheck-am:
510
544
 
511
545
maintainer-clean: maintainer-clean-am
526
560
 
527
561
ps-am:
528
562
 
529
 
uninstall-am:
530
 
 
531
 
.MAKE: install-am install-strip
 
563
uninstall-am: uninstall-info-am
532
564
 
533
565
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
534
566
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
535
567
        distclean-compile distclean-generic distclean-libtool \
536
568
        distclean-tags distdir dvi dvi-am html html-am info info-am \
537
 
        install install-am install-data install-data-am install-dvi \
538
 
        install-dvi-am install-exec install-exec-am install-html \
539
 
        install-html-am install-info install-info-am install-man \
540
 
        install-pdf install-pdf-am install-ps install-ps-am \
 
569
        install install-am install-data install-data-am install-exec \
 
570
        install-exec-am install-info install-info-am install-man \
541
571
        install-strip installcheck installcheck-am installdirs \
542
572
        maintainer-clean maintainer-clean-generic mostlyclean \
543
573
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
544
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
574
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
575
        uninstall-info-am
545
576
 
546
577
# Tell versions [3.59,3.63) of GNU make to not export all variables.
547
578
# Otherwise a system limit (for SysV at least) may be exceeded.