~ubuntu-branches/ubuntu/raring/nautilus-share/raring

« back to all changes in this revision

Viewing changes to interfaces/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-07-08 19:29:57 UTC
  • mfrom: (9.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110708192957-smtwyhrxx463r06g
Tags: 0.7.3-1
* [216b642] Update watch URL
* [5935de3] Imported Upstream version 0.7.3 (Closes: #630248)
* [aee4fd0] Drop upstreamed patches
* [8b469c0] Refresh 02_install_missing_samba.patch
* [b3611df] Refresh 99_ltmain_as-needed.patch
* [a049722] Drop explicit libglib2.0-dev build-dep
* [63b282f] Move to dh7

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.11.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, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
24
install_sh_DATA = $(install_sh) -c -m 644
27
25
install_sh_PROGRAM = $(install_sh) -c
28
26
install_sh_SCRIPT = $(install_sh) -c
45
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
44
CONFIG_HEADER = $(top_builddir)/config.h
47
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
48
47
SOURCES =
49
48
DIST_SOURCES =
50
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53
52
    *) f=$$p;; \
54
53
  esac;
55
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
56
70
am__installdirs = "$(DESTDIR)$(interfacesdir)"
57
 
interfacesDATA_INSTALL = $(INSTALL_DATA)
58
71
DATA = $(interfaces_DATA)
59
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
73
ACLOCAL = @ACLOCAL@
61
74
ALL_LINGUAS = @ALL_LINGUAS@
62
 
AMDEP_FALSE = @AMDEP_FALSE@
63
 
AMDEP_TRUE = @AMDEP_TRUE@
64
75
AMTAR = @AMTAR@
65
76
AR = @AR@
66
77
AUTOCONF = @AUTOCONF@
74
85
CFLAGS = @CFLAGS@
75
86
CPP = @CPP@
76
87
CPPFLAGS = @CPPFLAGS@
77
 
CXX = @CXX@
78
 
CXXCPP = @CXXCPP@
79
 
CXXDEPMODE = @CXXDEPMODE@
80
 
CXXFLAGS = @CXXFLAGS@
81
88
CYGPATH_W = @CYGPATH_W@
82
89
DATADIRNAME = @DATADIRNAME@
83
90
DEFS = @DEFS@
84
91
DEPDIR = @DEPDIR@
85
 
ECHO = @ECHO@
 
92
DSYMUTIL = @DSYMUTIL@
 
93
DUMPBIN = @DUMPBIN@
86
94
ECHO_C = @ECHO_C@
87
95
ECHO_N = @ECHO_N@
88
96
ECHO_T = @ECHO_T@
89
97
EGREP = @EGREP@
90
98
EXEEXT = @EXEEXT@
91
 
F77 = @F77@
92
 
FFLAGS = @FFLAGS@
 
99
FGREP = @FGREP@
93
100
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
94
101
GLIB_CFLAGS = @GLIB_CFLAGS@
95
102
GLIB_LIBS = @GLIB_LIBS@
97
104
GMSGFMT = @GMSGFMT@
98
105
GREP = @GREP@
99
106
HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
 
107
INSTALL = @INSTALL@
100
108
INSTALL_DATA = @INSTALL_DATA@
101
109
INSTALL_PROGRAM = @INSTALL_PROGRAM@
102
110
INSTALL_SCRIPT = @INSTALL_SCRIPT@
103
111
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104
112
INSTOBJEXT = @INSTOBJEXT@
105
113
INTLLIBS = @INTLLIBS@
106
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
107
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
108
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
109
114
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
110
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
111
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
112
115
INTLTOOL_MERGE = @INTLTOOL_MERGE@
113
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
114
116
INTLTOOL_PERL = @INTLTOOL_PERL@
115
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
116
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
117
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
118
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
119
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
120
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
121
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
122
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
123
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
124
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
125
117
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
126
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
127
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
128
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
118
LD = @LD@
129
119
LDFLAGS = @LDFLAGS@
130
 
LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
131
 
LIBGLADE_LIBS = @LIBGLADE_LIBS@
132
120
LIBOBJS = @LIBOBJS@
133
121
LIBS = @LIBS@
134
122
LIBTOOL = @LIBTOOL@
 
123
LIPO = @LIPO@
135
124
LN_S = @LN_S@
136
125
LTLIBOBJS = @LTLIBOBJS@
137
126
MAKEINFO = @MAKEINFO@
 
127
MKDIR_P = @MKDIR_P@
138
128
MKINSTALLDIRS = @MKINSTALLDIRS@
139
129
MSGFMT = @MSGFMT@
140
130
MSGFMT_OPTS = @MSGFMT_OPTS@
 
131
MSGMERGE = @MSGMERGE@
141
132
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
133
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
142
134
NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
135
NM = @NM@
 
136
NMEDIT = @NMEDIT@
 
137
OBJDUMP = @OBJDUMP@
143
138
OBJEXT = @OBJEXT@
 
139
OTOOL = @OTOOL@
 
140
OTOOL64 = @OTOOL64@
144
141
PACKAGE = @PACKAGE@
145
142
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146
143
PACKAGE_NAME = @PACKAGE_NAME@
147
144
PACKAGE_STRING = @PACKAGE_STRING@
148
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
146
PACKAGE_URL = @PACKAGE_URL@
149
147
PACKAGE_VERSION = @PACKAGE_VERSION@
150
148
PATH_SEPARATOR = @PATH_SEPARATOR@
151
149
PKG_CONFIG = @PKG_CONFIG@
 
150
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
151
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
152
152
POFILES = @POFILES@
153
153
POSUB = @POSUB@
154
154
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
161
161
USE_NLS = @USE_NLS@
162
162
VERSION = @VERSION@
163
163
XGETTEXT = @XGETTEXT@
 
164
abs_builddir = @abs_builddir@
 
165
abs_srcdir = @abs_srcdir@
 
166
abs_top_builddir = @abs_top_builddir@
 
167
abs_top_srcdir = @abs_top_srcdir@
164
168
ac_ct_CC = @ac_ct_CC@
165
 
ac_ct_CXX = @ac_ct_CXX@
166
 
ac_ct_F77 = @ac_ct_F77@
167
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
168
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
169
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
170
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
169
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
171
170
am__include = @am__include@
172
171
am__leading_dot = @am__leading_dot@
173
172
am__quote = @am__quote@
179
178
build_cpu = @build_cpu@
180
179
build_os = @build_os@
181
180
build_vendor = @build_vendor@
 
181
builddir = @builddir@
182
182
datadir = @datadir@
183
183
datarootdir = @datarootdir@
184
184
docdir = @docdir@
199
199
libexecdir = @libexecdir@
200
200
localedir = @localedir@
201
201
localstatedir = @localstatedir@
 
202
lt_ECHO = @lt_ECHO@
202
203
mandir = @mandir@
203
204
mkdir_p = @mkdir_p@
204
205
oldincludedir = @oldincludedir@
205
206
pdfdir = @pdfdir@
206
 
pixmapsdir = @pixmapsdir@
207
207
prefix = @prefix@
208
208
program_transform_name = @program_transform_name@
209
209
psdir = @psdir@
210
210
sbindir = @sbindir@
211
211
sharedstatedir = @sharedstatedir@
 
212
srcdir = @srcdir@
212
213
sysconfdir = @sysconfdir@
213
214
target_alias = @target_alias@
214
 
interfaces = \
215
 
        share-dialog.ui
216
 
 
217
 
interfaces_DATA = $(interfaces)
218
 
EXTRA_DIST = \
219
 
        $(interfaces) \
220
 
        fix.pl
221
 
 
222
 
CLEANFILES =
 
215
top_build_prefix = @top_build_prefix@
 
216
top_builddir = @top_builddir@
 
217
top_srcdir = @top_srcdir@
 
218
interfaces_DATA = share-dialog.ui
 
219
EXTRA_DIST = share-dialog.ui
223
220
all: all-am
224
221
 
225
222
.SUFFIXES:
227
224
        @for dep in $?; do \
228
225
          case '$(am__configure_deps)' in \
229
226
            *$$dep*) \
230
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
231
 
                && exit 0; \
 
227
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
228
                && { if test -f $@; then exit 0; else break; fi; }; \
232
229
              exit 1;; \
233
230
          esac; \
234
231
        done; \
235
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  interfaces/Makefile'; \
236
 
        cd $(top_srcdir) && \
237
 
          $(AUTOMAKE) --foreign  interfaces/Makefile
 
232
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interfaces/Makefile'; \
 
233
        $(am__cd) $(top_srcdir) && \
 
234
          $(AUTOMAKE) --foreign interfaces/Makefile
238
235
.PRECIOUS: Makefile
239
236
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
237
        @case '$?' in \
252
249
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
250
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
254
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
252
$(am__aclocal_m4_deps):
255
253
 
256
254
mostlyclean-libtool:
257
255
        -rm -f *.lo
258
256
 
259
257
clean-libtool:
260
258
        -rm -rf .libs _libs
261
 
 
262
 
distclean-libtool:
263
 
        -rm -f libtool
264
 
uninstall-info-am:
265
259
install-interfacesDATA: $(interfaces_DATA)
266
260
        @$(NORMAL_INSTALL)
267
 
        test -z "$(interfacesdir)" || $(mkdir_p) "$(DESTDIR)$(interfacesdir)"
268
 
        @list='$(interfaces_DATA)'; for p in $$list; do \
 
261
        test -z "$(interfacesdir)" || $(MKDIR_P) "$(DESTDIR)$(interfacesdir)"
 
262
        @list='$(interfaces_DATA)'; test -n "$(interfacesdir)" || list=; \
 
263
        for p in $$list; do \
269
264
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
270
 
          f=$(am__strip_dir) \
271
 
          echo " $(interfacesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(interfacesdir)/$$f'"; \
272
 
          $(interfacesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(interfacesdir)/$$f"; \
 
265
          echo "$$d$$p"; \
 
266
        done | $(am__base_list) | \
 
267
        while read files; do \
 
268
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(interfacesdir)'"; \
 
269
          $(INSTALL_DATA) $$files "$(DESTDIR)$(interfacesdir)" || exit $$?; \
273
270
        done
274
271
 
275
272
uninstall-interfacesDATA:
276
273
        @$(NORMAL_UNINSTALL)
277
 
        @list='$(interfaces_DATA)'; for p in $$list; do \
278
 
          f=$(am__strip_dir) \
279
 
          echo " rm -f '$(DESTDIR)$(interfacesdir)/$$f'"; \
280
 
          rm -f "$(DESTDIR)$(interfacesdir)/$$f"; \
281
 
        done
 
274
        @list='$(interfaces_DATA)'; test -n "$(interfacesdir)" || list=; \
 
275
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
276
        test -n "$$files" || exit 0; \
 
277
        echo " ( cd '$(DESTDIR)$(interfacesdir)' && rm -f" $$files ")"; \
 
278
        cd "$(DESTDIR)$(interfacesdir)" && rm -f $$files
282
279
tags: TAGS
283
280
TAGS:
284
281
 
287
284
 
288
285
 
289
286
distdir: $(DISTFILES)
290
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
291
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
292
 
        list='$(DISTFILES)'; for file in $$list; do \
293
 
          case $$file in \
294
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
295
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
296
 
          esac; \
 
287
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
288
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
289
        list='$(DISTFILES)'; \
 
290
          dist_files=`for file in $$list; do echo $$file; done | \
 
291
          sed -e "s|^$$srcdirstrip/||;t" \
 
292
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
293
        case $$dist_files in \
 
294
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
295
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
296
                           sort -u` ;; \
 
297
        esac; \
 
298
        for file in $$dist_files; do \
297
299
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
298
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
299
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
300
 
            dir="/$$dir"; \
301
 
            $(mkdir_p) "$(distdir)$$dir"; \
302
 
          else \
303
 
            dir=''; \
304
 
          fi; \
305
300
          if test -d $$d/$$file; then \
 
301
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
302
            if test -d "$(distdir)/$$file"; then \
 
303
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
304
            fi; \
306
305
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
307
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
306
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
307
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
308
308
            fi; \
309
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
309
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
310
310
          else \
311
 
            test -f $(distdir)/$$file \
312
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
311
            test -f "$(distdir)/$$file" \
 
312
            || cp -p $$d/$$file "$(distdir)/$$file" \
313
313
            || exit 1; \
314
314
          fi; \
315
315
        done
318
318
all-am: Makefile $(DATA)
319
319
installdirs:
320
320
        for dir in "$(DESTDIR)$(interfacesdir)"; do \
321
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
321
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
322
322
        done
323
323
install: install-am
324
324
install-exec: install-exec-am
337
337
mostlyclean-generic:
338
338
 
339
339
clean-generic:
340
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
341
340
 
342
341
distclean-generic:
343
342
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
343
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
344
344
 
345
345
maintainer-clean-generic:
346
346
        @echo "This command is intended for maintainers to use"
351
351
 
352
352
distclean: distclean-am
353
353
        -rm -f Makefile
354
 
distclean-am: clean-am distclean-generic distclean-libtool
 
354
distclean-am: clean-am distclean-generic
355
355
 
356
356
dvi: dvi-am
357
357
 
359
359
 
360
360
html: html-am
361
361
 
 
362
html-am:
 
363
 
362
364
info: info-am
363
365
 
364
366
info-am:
365
367
 
366
368
install-data-am: install-interfacesDATA
367
369
 
 
370
install-dvi: install-dvi-am
 
371
 
 
372
install-dvi-am:
 
373
 
368
374
install-exec-am:
369
375
 
 
376
install-html: install-html-am
 
377
 
 
378
install-html-am:
 
379
 
370
380
install-info: install-info-am
371
381
 
 
382
install-info-am:
 
383
 
372
384
install-man:
373
385
 
 
386
install-pdf: install-pdf-am
 
387
 
 
388
install-pdf-am:
 
389
 
 
390
install-ps: install-ps-am
 
391
 
 
392
install-ps-am:
 
393
 
374
394
installcheck-am:
375
395
 
376
396
maintainer-clean: maintainer-clean-am
389
409
 
390
410
ps-am:
391
411
 
392
 
uninstall-am: uninstall-info-am uninstall-interfacesDATA
 
412
uninstall-am: uninstall-interfacesDATA
 
413
 
 
414
.MAKE: install-am install-strip
393
415
 
394
416
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
395
417
        distclean distclean-generic distclean-libtool distdir dvi \
396
418
        dvi-am html html-am info info-am install install-am \
397
 
        install-data install-data-am install-exec install-exec-am \
 
419
        install-data install-data-am install-dvi install-dvi-am \
 
420
        install-exec install-exec-am install-html install-html-am \
398
421
        install-info install-info-am install-interfacesDATA \
399
 
        install-man install-strip installcheck installcheck-am \
 
422
        install-man install-pdf install-pdf-am install-ps \
 
423
        install-ps-am install-strip installcheck installcheck-am \
400
424
        installdirs maintainer-clean maintainer-clean-generic \
401
425
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
402
 
        ps ps-am uninstall uninstall-am uninstall-info-am \
403
 
        uninstall-interfacesDATA
 
426
        ps ps-am uninstall uninstall-am uninstall-interfacesDATA
 
427
 
404
428
 
405
429
# Tell versions [3.59,3.63) of GNU make to not export all variables.
406
430
# Otherwise a system limit (for SysV at least) may be exceeded.