~ubuntu-branches/ubuntu/quantal/globus-gram-job-manager-fork/quantal

« back to all changes in this revision

Viewing changes to pkgdata/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-04-30 06:05:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120430060506-tygxunwoloic0nbu
Tags: 1.5-1
* Update to Globus Toolkit 5.2.1
* Drop patch globus-gram-job-manager-fork-desc.patch (fixed upstream)

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
46
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
45
        $(ACLOCAL_M4)
48
46
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_CLEAN_FILES = $pkgconffile pkg_data_src.gpt
 
47
CONFIG_CLEAN_FILES = pkg_data_src.gpt
 
48
CONFIG_CLEAN_VPATH_FILES =
50
49
depcomp =
51
50
am__depfiles_maybe =
52
51
SOURCES =
56
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57
56
    *) f=$$p;; \
58
57
  esac;
59
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
58
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
59
am__install_max = 40
 
60
am__nobase_strip_setup = \
 
61
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
62
am__nobase_strip = \
 
63
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
64
am__nobase_list = $(am__nobase_strip_setup); \
 
65
  for p in $$list; do echo "$$p $$p"; done | \
 
66
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
67
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
68
    if (++n[$$2] == $(am__install_max)) \
 
69
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
70
    END { for (dir in files) print dir, files[dir] }'
 
71
am__base_list = \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
60
74
am__installdirs = "$(DESTDIR)$(pkgdir)" "$(DESTDIR)$(pkgconfdir)"
61
 
pkgDATA_INSTALL = $(INSTALL_DATA)
62
 
pkgconfDATA_INSTALL = $(INSTALL_DATA)
63
75
DATA = $(pkg_DATA) $(pkgconf_DATA)
64
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65
77
ACLOCAL = @ACLOCAL@
66
 
AMDEP_FALSE = @AMDEP_FALSE@
67
 
AMDEP_TRUE = @AMDEP_TRUE@
68
78
AMTAR = @AMTAR@
69
79
AR = @AR@
70
80
ARFLAGS = @ARFLAGS@
80
90
CROSS = @CROSS@
81
91
CXX = @CXX@
82
92
CXXCPP = @CXXCPP@
83
 
CXXDEPMODE = @CXXDEPMODE@
84
93
CXXFLAGS = @CXXFLAGS@
85
94
CYGPATH_W = @CYGPATH_W@
86
95
DEFS = @DEFS@
90
99
DOT = @DOT@
91
100
DOXYFILE = @DOXYFILE@
92
101
DOXYGEN = @DOXYGEN@
93
 
ECHO = @ECHO@
 
102
DSYMUTIL = @DSYMUTIL@
 
103
DUMPBIN = @DUMPBIN@
94
104
ECHO_C = @ECHO_C@
95
105
ECHO_N = @ECHO_N@
96
106
ECHO_T = @ECHO_T@
97
107
EGREP = @EGREP@
98
 
ENABLE_PROGRAMS_FALSE = @ENABLE_PROGRAMS_FALSE@
99
 
ENABLE_PROGRAMS_TRUE = @ENABLE_PROGRAMS_TRUE@
100
108
EXEEXT = @EXEEXT@
101
109
F77 = @F77@
102
110
F77FLAGS = @F77FLAGS@
103
111
F90 = @F90@
104
112
F90FLAGS = @F90FLAGS@
105
 
FFLAGS = @FFLAGS@
 
113
FGREP = @FGREP@
106
114
FILELIST_FILE = @FILELIST_FILE@
107
 
GENERATE_MANPAGES_FALSE = @GENERATE_MANPAGES_FALSE@
108
 
GENERATE_MANPAGES_TRUE = @GENERATE_MANPAGES_TRUE@
109
115
GLOBUS_FLAVOR_NAME = @GLOBUS_FLAVOR_NAME@
110
116
GPT_AGE_VERSION = @GPT_AGE_VERSION@
111
117
GPT_CFLAGS = @GPT_CFLAGS@
127
133
GPT_PGM_LINKS = @GPT_PGM_LINKS@
128
134
GPT_PKGCONFIG_DEPENDENCIES = @GPT_PKGCONFIG_DEPENDENCIES@
129
135
GPT_PKG_CFLAGS = @GPT_PKG_CFLAGS@
 
136
GREP = @GREP@
130
137
HAVE_DOT = @HAVE_DOT@
 
138
INSTALL = @INSTALL@
131
139
INSTALL_DATA = @INSTALL_DATA@
132
140
INSTALL_PROGRAM = @INSTALL_PROGRAM@
133
141
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
146
LIBOBJS = @LIBOBJS@
139
147
LIBS = @LIBS@
140
148
LIBTOOL = @LIBTOOL@
 
149
LIPO = @LIPO@
141
150
LN_S = @LN_S@
142
151
LTLIBOBJS = @LTLIBOBJS@
143
152
MAINT = @MAINT@
144
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
145
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
146
153
MAKEINFO = @MAKEINFO@
 
154
MKDIR_P = @MKDIR_P@
147
155
MPIEXEC = @MPIEXEC@
148
156
MPIRUN = @MPIRUN@
 
157
NM = @NM@
 
158
NMEDIT = @NMEDIT@
 
159
OBJDUMP = @OBJDUMP@
149
160
OBJECT_MODE = @OBJECT_MODE@
150
161
OBJEXT = @OBJEXT@
 
162
OTOOL = @OTOOL@
 
163
OTOOL64 = @OTOOL64@
151
164
PACKAGE = @PACKAGE@
152
165
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153
166
PACKAGE_NAME = @PACKAGE_NAME@
159
172
RANLIB = @RANLIB@
160
173
SED = @SED@
161
174
SEG_CLAUSE = @SEG_CLAUSE@
162
 
SEG_ENABLED_COND_FALSE = @SEG_ENABLED_COND_FALSE@
163
 
SEG_ENABLED_COND_TRUE = @SEG_ENABLED_COND_TRUE@
164
175
SET_MAKE = @SET_MAKE@
165
176
SHELL = @SHELL@
166
177
SOFTENV_DIR = @SOFTENV_DIR@
167
178
STRIP = @STRIP@
168
179
VERSION = @VERSION@
169
 
WITHOUT_FLAVORS_FALSE = @WITHOUT_FLAVORS_FALSE@
170
 
WITHOUT_FLAVORS_TRUE = @WITHOUT_FLAVORS_TRUE@
171
180
XMLLINT = @XMLLINT@
172
181
XML_CATALOG_PATH = @XML_CATALOG_PATH@
173
182
XSLTPROC = @XSLTPROC@
174
 
ac_ct_AR = @ac_ct_AR@
 
183
abs_builddir = @abs_builddir@
 
184
abs_srcdir = @abs_srcdir@
 
185
abs_top_builddir = @abs_top_builddir@
 
186
abs_top_srcdir = @abs_top_srcdir@
175
187
ac_ct_CC = @ac_ct_CC@
176
 
ac_ct_CXX = @ac_ct_CXX@
177
 
ac_ct_F77 = @ac_ct_F77@
178
 
ac_ct_RANLIB = @ac_ct_RANLIB@
179
 
ac_ct_STRIP = @ac_ct_STRIP@
 
188
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
180
189
aclocaldir = @aclocaldir@
181
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
182
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
183
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
184
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
185
190
am__include = @am__include@
186
191
am__leading_dot = @am__leading_dot@
187
192
am__quote = @am__quote@
199
204
datarootdir = @datarootdir@
200
205
docdir = @docdir@
201
206
doxygendir = @doxygendir@
 
207
dvidir = @dvidir@
202
208
exec_prefix = @exec_prefix@
203
209
flavorincludedir = @flavorincludedir@
204
210
globusstatedir = @globusstatedir@
207
213
host_cpu = @host_cpu@
208
214
host_os = @host_os@
209
215
host_vendor = @host_vendor@
 
216
htmldir = @htmldir@
210
217
includedir = @includedir@
211
218
infodir = @infodir@
212
219
install_sh = @install_sh@
222
229
lac_doxygen_tagfiles = @lac_doxygen_tagfiles@
223
230
libdir = @libdir@
224
231
libexecdir = @libexecdir@
 
232
localedir = @localedir@
225
233
localstatedir = @localstatedir@
 
234
lt_ECHO = @lt_ECHO@
226
235
mandir = @mandir@
227
236
mkdir_p = @mkdir_p@
228
237
oldincludedir = @oldincludedir@
 
238
pdfdir = @pdfdir@
229
239
perlmoduledir = @perlmoduledir@
230
240
pkgconfdir = @pkgconfdir@
231
241
pkgconffile = @pkgconffile@
233
243
pkgdir = @pkgdir@
234
244
prefix = @prefix@
235
245
program_transform_name = @program_transform_name@
 
246
psdir = @psdir@
236
247
sbindir = @sbindir@
237
248
setupdir = @setupdir@
238
249
sharedstatedir = @sharedstatedir@
 
250
srcdir = @srcdir@
239
251
sysconfdir = @sysconfdir@
240
252
target_alias = @target_alias@
241
253
testdir = @testdir@
 
254
top_build_prefix = @top_build_prefix@
 
255
top_builddir = @top_builddir@
 
256
top_srcdir = @top_srcdir@
242
257
scriptsysconfdir = ${sysconfdir}
243
258
amdirdir = ${datadir}/globus_amdir
244
259
LINK_BAK = orig
268
283
        @for dep in $?; do \
269
284
          case '$(am__configure_deps)' in \
270
285
            *$$dep*) \
271
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
272
 
                && exit 0; \
 
286
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
287
                && { if test -f $@; then exit 0; else break; fi; }; \
273
288
              exit 1;; \
274
289
          esac; \
275
290
        done; \
276
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pkgdata/Makefile'; \
277
 
        cd $(top_srcdir) && \
278
 
          $(AUTOMAKE) --foreign  pkgdata/Makefile
 
291
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pkgdata/Makefile'; \
 
292
        $(am__cd) $(top_srcdir) && \
 
293
          $(AUTOMAKE) --foreign pkgdata/Makefile
279
294
.PRECIOUS: Makefile
280
295
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281
296
        @case '$?' in \
293
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
309
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
295
310
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
 
$pkgconffile: $(top_builddir)/config.status $(srcdir)/pkg_data_src.pc.in
297
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
311
$(am__aclocal_m4_deps):
298
312
pkg_data_src.gpt: $(top_builddir)/config.status $(srcdir)/pkg_data_src.gpt.in
299
313
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
300
314
 
304
318
clean-libtool:
305
319
        -rm -rf .libs _libs
306
320
 
307
 
distclean-libtool:
308
 
        -rm -f libtool
309
 
uninstall-info-am:
310
 
 
311
321
uninstall-pkgDATA:
312
322
        @$(NORMAL_UNINSTALL)
313
 
        @list='$(pkg_DATA)'; for p in $$list; do \
314
 
          f=$(am__strip_dir) \
315
 
          echo " rm -f '$(DESTDIR)$(pkgdir)/$$f'"; \
316
 
          rm -f "$(DESTDIR)$(pkgdir)/$$f"; \
317
 
        done
 
323
        @list='$(pkg_DATA)'; test -n "$(pkgdir)" || list=; \
 
324
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
325
        test -n "$$files" || exit 0; \
 
326
        echo " ( cd '$(DESTDIR)$(pkgdir)' && rm -f" $$files ")"; \
 
327
        cd "$(DESTDIR)$(pkgdir)" && rm -f $$files
318
328
install-pkgconfDATA: $(pkgconf_DATA)
319
329
        @$(NORMAL_INSTALL)
320
 
        test -z "$(pkgconfdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfdir)"
321
 
        @list='$(pkgconf_DATA)'; for p in $$list; do \
 
330
        test -z "$(pkgconfdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfdir)"
 
331
        @list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
 
332
        for p in $$list; do \
322
333
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
323
 
          f=$(am__strip_dir) \
324
 
          echo " $(pkgconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfdir)/$$f'"; \
325
 
          $(pkgconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfdir)/$$f"; \
 
334
          echo "$$d$$p"; \
 
335
        done | $(am__base_list) | \
 
336
        while read files; do \
 
337
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfdir)'"; \
 
338
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfdir)" || exit $$?; \
326
339
        done
327
340
 
328
341
uninstall-pkgconfDATA:
329
342
        @$(NORMAL_UNINSTALL)
330
 
        @list='$(pkgconf_DATA)'; for p in $$list; do \
331
 
          f=$(am__strip_dir) \
332
 
          echo " rm -f '$(DESTDIR)$(pkgconfdir)/$$f'"; \
333
 
          rm -f "$(DESTDIR)$(pkgconfdir)/$$f"; \
334
 
        done
 
343
        @list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
 
344
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
345
        test -n "$$files" || exit 0; \
 
346
        echo " ( cd '$(DESTDIR)$(pkgconfdir)' && rm -f" $$files ")"; \
 
347
        cd "$(DESTDIR)$(pkgconfdir)" && rm -f $$files
335
348
tags: TAGS
336
349
TAGS:
337
350
 
340
353
 
341
354
 
342
355
distdir: $(DISTFILES)
343
 
        $(mkdir_p) $(distdir)/..
344
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
345
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
346
 
        list='$(DISTFILES)'; for file in $$list; do \
347
 
          case $$file in \
348
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
349
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
350
 
          esac; \
 
356
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
357
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
358
        list='$(DISTFILES)'; \
 
359
          dist_files=`for file in $$list; do echo $$file; done | \
 
360
          sed -e "s|^$$srcdirstrip/||;t" \
 
361
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
362
        case $$dist_files in \
 
363
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
364
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
365
                           sort -u` ;; \
 
366
        esac; \
 
367
        for file in $$dist_files; do \
351
368
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
352
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
353
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
354
 
            dir="/$$dir"; \
355
 
            $(mkdir_p) "$(distdir)$$dir"; \
356
 
          else \
357
 
            dir=''; \
358
 
          fi; \
359
369
          if test -d $$d/$$file; then \
 
370
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
371
            if test -d "$(distdir)/$$file"; then \
 
372
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
373
            fi; \
360
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
361
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
375
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
376
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
362
377
            fi; \
363
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
378
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
364
379
          else \
365
 
            test -f $(distdir)/$$file \
366
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
380
            test -f "$(distdir)/$$file" \
 
381
            || cp -p $$d/$$file "$(distdir)/$$file" \
367
382
            || exit 1; \
368
383
          fi; \
369
384
        done
372
387
all-am: Makefile $(DATA)
373
388
installdirs:
374
389
        for dir in "$(DESTDIR)$(pkgdir)" "$(DESTDIR)$(pkgconfdir)"; do \
375
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
390
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
376
391
        done
377
392
install: install-am
378
393
install-exec: install-exec-am
394
409
 
395
410
distclean-generic:
396
411
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
412
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
397
413
 
398
414
maintainer-clean-generic:
399
415
        @echo "This command is intended for maintainers to use"
404
420
 
405
421
distclean: distclean-am
406
422
        -rm -f Makefile
407
 
distclean-am: clean-am distclean-generic distclean-libtool \
408
 
        distclean-local
 
423
distclean-am: clean-am distclean-generic distclean-local
409
424
 
410
425
dvi: dvi-am
411
426
 
413
428
 
414
429
html: html-am
415
430
 
 
431
html-am:
 
432
 
416
433
info: info-am
417
434
 
418
435
info-am:
419
436
 
420
437
install-data-am: install-pkgDATA install-pkgconfDATA
421
438
 
 
439
install-dvi: install-dvi-am
 
440
 
 
441
install-dvi-am:
 
442
 
422
443
install-exec-am:
423
444
 
 
445
install-html: install-html-am
 
446
 
 
447
install-html-am:
 
448
 
424
449
install-info: install-info-am
425
450
 
 
451
install-info-am:
 
452
 
426
453
install-man:
427
454
 
 
455
install-pdf: install-pdf-am
 
456
 
 
457
install-pdf-am:
 
458
 
 
459
install-ps: install-ps-am
 
460
 
 
461
install-ps-am:
 
462
 
428
463
installcheck-am:
429
464
 
430
465
maintainer-clean: maintainer-clean-am
443
478
 
444
479
ps-am:
445
480
 
446
 
uninstall-am: uninstall-info-am uninstall-pkgDATA \
447
 
        uninstall-pkgconfDATA
 
481
uninstall-am: uninstall-pkgDATA uninstall-pkgconfDATA
 
482
 
 
483
.MAKE: install-am install-strip
448
484
 
449
485
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
450
486
        distclean distclean-generic distclean-libtool distclean-local \
451
487
        distdir dvi dvi-am html html-am info info-am install \
452
 
        install-am install-data install-data-am install-exec \
453
 
        install-exec-am install-info install-info-am install-man \
454
 
        install-pkgDATA install-pkgconfDATA install-strip installcheck \
 
488
        install-am install-data install-data-am install-dvi \
 
489
        install-dvi-am install-exec install-exec-am install-html \
 
490
        install-html-am install-info install-info-am install-man \
 
491
        install-pdf install-pdf-am install-pkgDATA install-pkgconfDATA \
 
492
        install-ps install-ps-am install-strip installcheck \
455
493
        installcheck-am installdirs maintainer-clean \
456
494
        maintainer-clean-generic mostlyclean mostlyclean-generic \
457
495
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
458
 
        uninstall-info-am uninstall-pkgDATA uninstall-pkgconfDATA
 
496
        uninstall-pkgDATA uninstall-pkgconfDATA
459
497
 
460
498
 
461
499
filelist_file: $(MAKEFILE_AMS)
506
544
        if test -f pkg_data_noflavor_data.gpt; then \
507
545
                rm pkg_data_*.gpt; \
508
546
        fi
 
547
 
509
548
# Tell versions [3.59,3.63) of GNU make to not export all variables.
510
549
# Otherwise a system limit (for SysV at least) may be exceeded.
511
550
.NOEXPORT: