~ubuntu-branches/ubuntu/lucid/gupnp-tools/lucid

« back to all changes in this revision

Viewing changes to src/av-cp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-02-16 22:17:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216221719-m23ajj6d2bhmyr40
Tags: 0.7-0ubuntu1
* New upstream release. (LP: #312551)
* debian/control
  - Added build dependency libglib2.0-dev (>= 2.12) as per upstream changes.
  - Added description for new tool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
55
51
gupnp_av_cp_OBJECTS = $(am_gupnp_av_cp_OBJECTS)
56
52
am__DEPENDENCIES_1 =
57
53
gupnp_av_cp_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
58
 
        $(am__DEPENDENCIES_1) ../common/libicons.a
59
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
54
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
55
        ../common/libicons.a
 
56
gupnp_av_cp_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
57
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
58
        $(gupnp_av_cp_LDFLAGS) $(LDFLAGS) -o $@
 
59
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
61
am__depfiles_maybe = depfiles
62
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
65
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
66
 
        $(AM_CFLAGS) $(CFLAGS)
 
64
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
65
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
67
CCLD = $(CC)
68
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
69
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
68
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
70
        $(LDFLAGS) -o $@
70
71
SOURCES = $(gupnp_av_cp_SOURCES)
71
72
DIST_SOURCES = $(gupnp_av_cp_SOURCES)
72
73
ETAGS = etags
73
74
CTAGS = ctags
74
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
76
ACLOCAL = @ACLOCAL@
76
 
AMDEP_FALSE = @AMDEP_FALSE@
77
 
AMDEP_TRUE = @AMDEP_TRUE@
78
77
AMTAR = @AMTAR@
79
78
AR = @AR@
80
79
AUTOCONF = @AUTOCONF@
81
80
AUTOHEADER = @AUTOHEADER@
82
81
AUTOMAKE = @AUTOMAKE@
83
82
AWK = @AWK@
84
 
BUILD_AV_FALSE = @BUILD_AV_FALSE@
85
 
BUILD_AV_TRUE = @BUILD_AV_TRUE@
86
83
CATALOGS = @CATALOGS@
87
84
CATOBJEXT = @CATOBJEXT@
88
85
CC = @CC@
108
105
F77 = @F77@
109
106
FFLAGS = @FFLAGS@
110
107
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
108
GIO_CFLAGS = @GIO_CFLAGS@
 
109
GIO_LIBS = @GIO_LIBS@
111
110
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
112
111
GMOFILES = @GMOFILES@
113
112
GMSGFMT = @GMSGFMT@
114
113
GNOME_ICON_THEME_CFLAGS = @GNOME_ICON_THEME_CFLAGS@
115
114
GNOME_ICON_THEME_LIBS = @GNOME_ICON_THEME_LIBS@
116
115
GREP = @GREP@
 
116
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
117
GTHREAD_LIBS = @GTHREAD_LIBS@
117
118
GTK_CFLAGS = @GTK_CFLAGS@
118
119
GTK_LIBS = @GTK_LIBS@
119
120
HAVE_LIBGUPNP_AV = @HAVE_LIBGUPNP_AV@
 
121
INSTALL = @INSTALL@
120
122
INSTALL_DATA = @INSTALL_DATA@
121
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
122
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
136
138
LN_S = @LN_S@
137
139
LTLIBOBJS = @LTLIBOBJS@
138
140
MAINT = @MAINT@
139
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141
141
MAKEINFO = @MAKEINFO@
 
142
MKDIR_P = @MKDIR_P@
142
143
MKINSTALLDIRS = @MKINSTALLDIRS@
143
144
MSGFMT = @MSGFMT@
144
145
MSGFMT_OPTS = @MSGFMT_OPTS@
161
162
SET_MAKE = @SET_MAKE@
162
163
SHELL = @SHELL@
163
164
STRIP = @STRIP@
164
 
UNINSTALLED_FALSE = @UNINSTALLED_FALSE@
165
 
UNINSTALLED_TRUE = @UNINSTALLED_TRUE@
166
165
USE_NLS = @USE_NLS@
167
166
VERSION = @VERSION@
168
167
XGETTEXT = @XGETTEXT@
 
168
abs_builddir = @abs_builddir@
 
169
abs_srcdir = @abs_srcdir@
 
170
abs_top_builddir = @abs_top_builddir@
 
171
abs_top_srcdir = @abs_top_srcdir@
169
172
ac_ct_CC = @ac_ct_CC@
170
173
ac_ct_CXX = @ac_ct_CXX@
171
174
ac_ct_F77 = @ac_ct_F77@
172
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
173
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
174
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
175
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
176
175
am__include = @am__include@
177
176
am__leading_dot = @am__leading_dot@
178
177
am__quote = @am__quote@
184
183
build_cpu = @build_cpu@
185
184
build_os = @build_os@
186
185
build_vendor = @build_vendor@
 
186
builddir = @builddir@
187
187
datadir = @datadir@
188
188
datarootdir = @datarootdir@
189
189
docdir = @docdir@
211
211
psdir = @psdir@
212
212
sbindir = @sbindir@
213
213
sharedstatedir = @sharedstatedir@
 
214
srcdir = @srcdir@
214
215
sysconfdir = @sysconfdir@
215
216
target_alias = @target_alias@
 
217
top_builddir = @top_builddir@
 
218
top_srcdir = @top_srcdir@
216
219
@UNINSTALLED_FALSE@shareddir = $(datadir)/gupnp-tools
217
220
@UNINSTALLED_TRUE@shareddir = $(abs_top_builddir)/data
218
 
AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(LIBGUPNP_AV_CFLAGS) $(LIBGLADE_CFLAGS) \
 
221
AM_CFLAGS = $(LIBGUPNP_CFLAGS) \
 
222
            $(LIBGUPNP_AV_CFLAGS) \
 
223
            $(LIBGLADE_CFLAGS) \
 
224
            $(GTHREAD_CFLAGS) \
219
225
            -I$(top_srcdir) -DDATA_DIR='"$(shareddir)"' \
220
226
            -I$(top_srcdir)/src/common
221
227
 
233
239
gupnp_av_cp_LDADD = $(LIBGLADE_LIBS) \
234
240
                    $(LIBGUPNP_LIBS) \
235
241
                    $(LIBGUPNP_AV_LIBS) \
 
242
                    $(GTHREAD_LIBS) \
236
243
                    ../common/libicons.a
237
244
 
238
245
gupnp_av_cp_LDFLAGS = -export-dynamic
272
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
280
install-binPROGRAMS: $(bin_PROGRAMS)
274
281
        @$(NORMAL_INSTALL)
275
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
282
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
276
283
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
277
284
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
278
285
          if test -f $$p \
279
286
             || test -f $$p1 \
280
287
          ; then \
281
288
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
282
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
283
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
289
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
290
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
284
291
          else :; fi; \
285
292
        done
286
293
 
300
307
        done
301
308
gupnp-av-cp$(EXEEXT): $(gupnp_av_cp_OBJECTS) $(gupnp_av_cp_DEPENDENCIES) 
302
309
        @rm -f gupnp-av-cp$(EXEEXT)
303
 
        $(LINK) $(gupnp_av_cp_LDFLAGS) $(gupnp_av_cp_OBJECTS) $(gupnp_av_cp_LDADD) $(LIBS)
 
310
        $(gupnp_av_cp_LINK) $(gupnp_av_cp_OBJECTS) $(gupnp_av_cp_LDADD) $(LIBS)
304
311
 
305
312
mostlyclean-compile:
306
313
        -rm -f *.$(OBJEXT)
315
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renderer-controls.Po@am__quote@
316
323
 
317
324
.c.o:
318
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
319
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
325
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
326
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
329
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
323
330
 
324
331
.c.obj:
325
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
326
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
332
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
333
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
327
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
336
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
330
337
 
331
338
.c.lo:
332
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
333
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
339
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
340
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
334
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
335
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336
343
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
341
348
clean-libtool:
342
349
        -rm -rf .libs _libs
343
350
 
344
 
distclean-libtool:
345
 
        -rm -f libtool
346
 
uninstall-info-am:
347
 
 
348
351
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349
352
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350
353
        unique=`for i in $$list; do \
351
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
355
          done | \
353
 
          $(AWK) '    { files[$$0] = 1; } \
354
 
               END { for (i in files) print i; }'`; \
 
356
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
357
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
358
        mkid -fID $$unique
356
359
tags: TAGS
357
360
 
363
366
        unique=`for i in $$list; do \
364
367
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
368
          done | \
366
 
          $(AWK) '    { files[$$0] = 1; } \
367
 
               END { for (i in files) print i; }'`; \
 
369
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
370
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
371
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369
372
          test -n "$$unique" || unique=$$empty_fix; \
370
373
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374
377
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375
378
                $(TAGS_FILES) $(LISP)
376
379
        tags=; \
377
 
        here=`pwd`; \
378
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379
381
        unique=`for i in $$list; do \
380
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
383
          done | \
382
 
          $(AWK) '    { files[$$0] = 1; } \
383
 
               END { for (i in files) print i; }'`; \
 
384
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
386
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
385
387
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386
388
             $$tags $$unique
394
396
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
397
 
396
398
distdir: $(DISTFILES)
397
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
398
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
399
 
        list='$(DISTFILES)'; for file in $$list; do \
400
 
          case $$file in \
401
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
402
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
403
 
          esac; \
 
399
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
400
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
401
        list='$(DISTFILES)'; \
 
402
          dist_files=`for file in $$list; do echo $$file; done | \
 
403
          sed -e "s|^$$srcdirstrip/||;t" \
 
404
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
405
        case $$dist_files in \
 
406
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
407
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
408
                           sort -u` ;; \
 
409
        esac; \
 
410
        for file in $$dist_files; do \
404
411
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
405
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
406
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
407
 
            dir="/$$dir"; \
408
 
            $(mkdir_p) "$(distdir)$$dir"; \
409
 
          else \
410
 
            dir=''; \
411
 
          fi; \
412
412
          if test -d $$d/$$file; then \
 
413
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
413
414
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
414
415
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
415
416
            fi; \
425
426
all-am: Makefile $(PROGRAMS)
426
427
installdirs:
427
428
        for dir in "$(DESTDIR)$(bindir)"; do \
428
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
429
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
429
430
        done
430
431
install: install-am
431
432
install-exec: install-exec-am
460
461
        -rm -rf ./$(DEPDIR)
461
462
        -rm -f Makefile
462
463
distclean-am: clean-am distclean-compile distclean-generic \
463
 
        distclean-libtool distclean-tags
 
464
        distclean-tags
464
465
 
465
466
dvi: dvi-am
466
467
 
474
475
 
475
476
install-data-am:
476
477
 
 
478
install-dvi: install-dvi-am
 
479
 
477
480
install-exec-am: install-binPROGRAMS
478
481
 
 
482
install-html: install-html-am
 
483
 
479
484
install-info: install-info-am
480
485
 
481
486
install-man:
482
487
 
 
488
install-pdf: install-pdf-am
 
489
 
 
490
install-ps: install-ps-am
 
491
 
483
492
installcheck-am:
484
493
 
485
494
maintainer-clean: maintainer-clean-am
500
509
 
501
510
ps-am:
502
511
 
503
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
512
uninstall-am: uninstall-binPROGRAMS
 
513
 
 
514
.MAKE: install-am install-strip
504
515
 
505
516
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
506
517
        clean-generic clean-libtool ctags distclean distclean-compile \
507
518
        distclean-generic distclean-libtool distclean-tags distdir dvi \
508
519
        dvi-am html html-am info info-am install install-am \
509
 
        install-binPROGRAMS install-data install-data-am install-exec \
510
 
        install-exec-am install-info install-info-am install-man \
 
520
        install-binPROGRAMS install-data install-data-am install-dvi \
 
521
        install-dvi-am install-exec install-exec-am install-html \
 
522
        install-html-am install-info install-info-am install-man \
 
523
        install-pdf install-pdf-am install-ps install-ps-am \
511
524
        install-strip installcheck installcheck-am installdirs \
512
525
        maintainer-clean maintainer-clean-generic mostlyclean \
513
526
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
514
527
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
515
 
        uninstall-binPROGRAMS uninstall-info-am
 
528
        uninstall-binPROGRAMS
516
529
 
517
530
# Tell versions [3.59,3.63) of GNU make to not export all variables.
518
531
# Otherwise a system limit (for SysV at least) may be exceeded.