~ubuntu-branches/ubuntu/natty/jhbuild/natty

« back to all changes in this revision

Viewing changes to jhbuild/versioncontrol/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Loic Minier, Emilio Pozuelo Monfort
  • Date: 2009-11-09 20:28:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091109202848-m9ec7dmzptqtchtj
Tags: 2.28.0-1
[ Loic Minier ]
* Cleanups.
* Ship scripts.
* Don't set GNOME_MODULE as it equals the name of the source package.

[ Emilio Pozuelo Monfort ]
* New upstream release. Closes: #524504.
  - Use 'git rev-parse' rather than 'git-rev-parse'. Closes: #544642.
* Ship install-check. Closes: #441008.
* Uploaders list regenerated. Closes: #523542, #554071.
* debian/control.in,
  debian/rules:
  - Stop shipping a copy of subprocess.py. Require python >= 2.4.
  - Switch to python-support.
* debian/control.in:
  - Bump Standards-Version to 3.8.3, no changes needed.
  - Build depend on intltool >= 0.35.0.
  - Build depend on pkg-config, gnome-doc-utils and rarian-compat to build
    the documentation.
  - Make jhbuild arch any since install-check is a binary. Depend on
    ${shlibs:Depends}.
  - Recommend, and not suggest, git-core. Also recommend mercurial.
* debian/watch:
  - Added.
* debian/patches/01_import_from_pkgdatadir.patch:
  - Added, import jhbuild from pkgdatadir if everything else fails.
    This way we can ship the jhbuild private modules in /usr/sharejhbuild.
* debian/jhbuild.docs:
  - Removed, the necessary docs are now installed by the upstream Makefile.
* debian/rules:
  - Include autotools.mk and gnome.mk.
  - Remove all the manual build process, autotools.mk does everything now.
  - Install the jhbuild modules in /usr/share/jhbuild.
* debian/install:
  - Install the modulesets and patches from here since the upstream build
    system doesn't install them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
subdir = jhbuild/versioncontrol
 
35
DIST_COMMON = $(app_PYTHON) $(srcdir)/Makefile.am \
 
36
        $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
42
CONFIG_CLEAN_FILES =
 
43
CONFIG_CLEAN_VPATH_FILES =
 
44
SOURCES =
 
45
DIST_SOURCES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
52
am__install_max = 40
 
53
am__nobase_strip_setup = \
 
54
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
55
am__nobase_strip = \
 
56
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
57
am__nobase_list = $(am__nobase_strip_setup); \
 
58
  for p in $$list; do echo "$$p $$p"; done | \
 
59
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
60
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
61
    if (++n[$$2] == $(am__install_max)) \
 
62
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
63
    END { for (dir in files) print dir, files[dir] }'
 
64
am__base_list = \
 
65
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
66
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
67
am__installdirs = "$(DESTDIR)$(appdir)"
 
68
py_compile = $(top_srcdir)/py-compile
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
ACLOCAL = @ACLOCAL@
 
71
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
72
ALL_LINGUAS = @ALL_LINGUAS@
 
73
AMTAR = @AMTAR@
 
74
AUTOCONF = @AUTOCONF@
 
75
AUTOHEADER = @AUTOHEADER@
 
76
AUTOMAKE = @AUTOMAKE@
 
77
AWK = @AWK@
 
78
CATALOGS = @CATALOGS@
 
79
CATOBJEXT = @CATOBJEXT@
 
80
CC = @CC@
 
81
CCDEPMODE = @CCDEPMODE@
 
82
CFLAGS = @CFLAGS@
 
83
CPP = @CPP@
 
84
CPPFLAGS = @CPPFLAGS@
 
85
CYGPATH_W = @CYGPATH_W@
 
86
DATADIRNAME = @DATADIRNAME@
 
87
DEFS = @DEFS@
 
88
DEPDIR = @DEPDIR@
 
89
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
90
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
91
ECHO_C = @ECHO_C@
 
92
ECHO_N = @ECHO_N@
 
93
ECHO_T = @ECHO_T@
 
94
EGREP = @EGREP@
 
95
EXEEXT = @EXEEXT@
 
96
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
97
GMOFILES = @GMOFILES@
 
98
GMSGFMT = @GMSGFMT@
 
99
GREP = @GREP@
 
100
HELP_DIR = @HELP_DIR@
 
101
INSTALL = @INSTALL@
 
102
INSTALL_DATA = @INSTALL_DATA@
 
103
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
104
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
105
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
106
INSTOBJEXT = @INSTOBJEXT@
 
107
INTLLIBS = @INTLLIBS@
 
108
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
109
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
110
INTLTOOL_PERL = @INTLTOOL_PERL@
 
111
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
112
LDFLAGS = @LDFLAGS@
 
113
LIBOBJS = @LIBOBJS@
 
114
LIBS = @LIBS@
 
115
LN_S = @LN_S@
 
116
LTLIBOBJS = @LTLIBOBJS@
 
117
MAINT = @MAINT@
 
118
MAKEINFO = @MAKEINFO@
 
119
MKDIR_P = @MKDIR_P@
 
120
MKINSTALLDIRS = @MKINSTALLDIRS@
 
121
MSGFMT = @MSGFMT@
 
122
MSGFMT_OPTS = @MSGFMT_OPTS@
 
123
MSGMERGE = @MSGMERGE@
 
124
OBJEXT = @OBJEXT@
 
125
OMF_DIR = @OMF_DIR@
 
126
PACKAGE = @PACKAGE@
 
127
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
128
PACKAGE_NAME = @PACKAGE_NAME@
 
129
PACKAGE_STRING = @PACKAGE_STRING@
 
130
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
131
PACKAGE_URL = @PACKAGE_URL@
 
132
PACKAGE_VERSION = @PACKAGE_VERSION@
 
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
PKG_CONFIG = @PKG_CONFIG@
 
135
POFILES = @POFILES@
 
136
POSUB = @POSUB@
 
137
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
138
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
139
PYTHON = @PYTHON@
 
140
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
141
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
142
PYTHON_PREFIX = @PYTHON_PREFIX@
 
143
PYTHON_VERSION = @PYTHON_VERSION@
 
144
SET_MAKE = @SET_MAKE@
 
145
SHELL = @SHELL@
 
146
STRIP = @STRIP@
 
147
USE_NLS = @USE_NLS@
 
148
VERSION = @VERSION@
 
149
XGETTEXT = @XGETTEXT@
 
150
abs_builddir = @abs_builddir@
 
151
abs_srcdir = @abs_srcdir@
 
152
abs_top_builddir = @abs_top_builddir@
 
153
abs_top_srcdir = @abs_top_srcdir@
 
154
ac_ct_CC = @ac_ct_CC@
 
155
am__include = @am__include@
 
156
am__leading_dot = @am__leading_dot@
 
157
am__quote = @am__quote@
 
158
am__tar = @am__tar@
 
159
am__untar = @am__untar@
 
160
bindir = @bindir@
 
161
build_alias = @build_alias@
 
162
builddir = @builddir@
 
163
datadir = @datadir@
 
164
datarootdir = @datarootdir@
 
165
docdir = @docdir@
 
166
dvidir = @dvidir@
 
167
exec_prefix = @exec_prefix@
 
168
host_alias = @host_alias@
 
169
htmldir = @htmldir@
 
170
includedir = @includedir@
 
171
infodir = @infodir@
 
172
install_sh = @install_sh@
 
173
libdir = @libdir@
 
174
libexecdir = @libexecdir@
 
175
localedir = @localedir@
 
176
localstatedir = @localstatedir@
 
177
mandir = @mandir@
 
178
mkdir_p = @mkdir_p@
 
179
oldincludedir = @oldincludedir@
 
180
pdfdir = @pdfdir@
 
181
pkgpyexecdir = @pkgpyexecdir@
 
182
pkgpythondir = @pkgpythondir@
 
183
prefix = @prefix@
 
184
program_transform_name = @program_transform_name@
 
185
psdir = @psdir@
 
186
pyexecdir = @pyexecdir@
 
187
pythondir = @pythondir@
 
188
sbindir = @sbindir@
 
189
sharedstatedir = @sharedstatedir@
 
190
srcdir = @srcdir@
 
191
sysconfdir = @sysconfdir@
 
192
target_alias = @target_alias@
 
193
top_build_prefix = @top_build_prefix@
 
194
top_builddir = @top_builddir@
 
195
top_srcdir = @top_srcdir@
 
196
appdir = $(pythondir)/jhbuild/versioncontrol/
 
197
app_PYTHON = \
 
198
        __init__.py \
 
199
        arch.py \
 
200
        bzr.py \
 
201
        cvs.py \
 
202
        darcs.py \
 
203
        git.py \
 
204
        hg.py \
 
205
        mtn.py \
 
206
        svn.py \
 
207
        tarball.py
 
208
 
 
209
all: all-am
 
210
 
 
211
.SUFFIXES:
 
212
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
213
        @for dep in $?; do \
 
214
          case '$(am__configure_deps)' in \
 
215
            *$$dep*) \
 
216
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
217
                && { if test -f $@; then exit 0; else break; fi; }; \
 
218
              exit 1;; \
 
219
          esac; \
 
220
        done; \
 
221
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu jhbuild/versioncontrol/Makefile'; \
 
222
        $(am__cd) $(top_srcdir) && \
 
223
          $(AUTOMAKE) --gnu jhbuild/versioncontrol/Makefile
 
224
.PRECIOUS: Makefile
 
225
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
226
        @case '$?' in \
 
227
          *config.status*) \
 
228
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
229
          *) \
 
230
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
231
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
232
        esac;
 
233
 
 
234
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
236
 
 
237
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
241
$(am__aclocal_m4_deps):
 
242
install-appPYTHON: $(app_PYTHON)
 
243
        @$(NORMAL_INSTALL)
 
244
        test -z "$(appdir)" || $(MKDIR_P) "$(DESTDIR)$(appdir)"
 
245
        @list='$(app_PYTHON)'; dlist=; list2=; test -n "$(appdir)" || list=; \
 
246
        for p in $$list; do \
 
247
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 
248
          if test -f $$b$$p; then \
 
249
            $(am__strip_dir) \
 
250
            dlist="$$dlist $$f"; \
 
251
            list2="$$list2 $$b$$p"; \
 
252
          else :; fi; \
 
253
        done; \
 
254
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
255
        while read files; do \
 
256
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdir)'"; \
 
257
          $(INSTALL_DATA) $$files "$(DESTDIR)$(appdir)" || exit $$?; \
 
258
        done || exit $$?; \
 
259
        if test -n "$$dlist"; then \
 
260
          if test -z "$(DESTDIR)"; then \
 
261
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(appdir)" $$dlist; \
 
262
          else \
 
263
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(appdir)" $$dlist; \
 
264
          fi; \
 
265
        else :; fi
 
266
 
 
267
uninstall-appPYTHON:
 
268
        @$(NORMAL_UNINSTALL)
 
269
        @list='$(app_PYTHON)'; test -n "$(appdir)" || list=; \
 
270
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
271
        test -n "$$files" || exit 0; \
 
272
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
273
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
274
        echo " ( cd '$(DESTDIR)$(appdir)' && rm -f" $$files ")"; \
 
275
        cd "$(DESTDIR)$(appdir)" && rm -f $$files || exit $$?; \
 
276
        echo " ( cd '$(DESTDIR)$(appdir)' && rm -f" $$filesc ")"; \
 
277
        cd "$(DESTDIR)$(appdir)" && rm -f $$filesc || exit $$?; \
 
278
        echo " ( cd '$(DESTDIR)$(appdir)' && rm -f" $$fileso ")"; \
 
279
        cd "$(DESTDIR)$(appdir)" && rm -f $$fileso
 
280
tags: TAGS
 
281
TAGS:
 
282
 
 
283
ctags: CTAGS
 
284
CTAGS:
 
285
 
 
286
 
 
287
distdir: $(DISTFILES)
 
288
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
289
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
290
        list='$(DISTFILES)'; \
 
291
          dist_files=`for file in $$list; do echo $$file; done | \
 
292
          sed -e "s|^$$srcdirstrip/||;t" \
 
293
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
294
        case $$dist_files in \
 
295
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
296
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
297
                           sort -u` ;; \
 
298
        esac; \
 
299
        for file in $$dist_files; do \
 
300
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
301
          if test -d $$d/$$file; then \
 
302
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
303
            if test -d "$(distdir)/$$file"; then \
 
304
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
305
            fi; \
 
306
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
307
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
308
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
309
            fi; \
 
310
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
311
          else \
 
312
            test -f "$(distdir)/$$file" \
 
313
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
314
            || exit 1; \
 
315
          fi; \
 
316
        done
 
317
check-am: all-am
 
318
check: check-am
 
319
all-am: Makefile
 
320
installdirs:
 
321
        for dir in "$(DESTDIR)$(appdir)"; do \
 
322
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
323
        done
 
324
install: install-am
 
325
install-exec: install-exec-am
 
326
install-data: install-data-am
 
327
uninstall: uninstall-am
 
328
 
 
329
install-am: all-am
 
330
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
331
 
 
332
installcheck: installcheck-am
 
333
install-strip:
 
334
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
335
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
336
          `test -z '$(STRIP)' || \
 
337
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
338
mostlyclean-generic:
 
339
 
 
340
clean-generic:
 
341
 
 
342
distclean-generic:
 
343
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
344
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
345
 
 
346
maintainer-clean-generic:
 
347
        @echo "This command is intended for maintainers to use"
 
348
        @echo "it deletes files that may require special tools to rebuild."
 
349
clean: clean-am
 
350
 
 
351
clean-am: clean-generic mostlyclean-am
 
352
 
 
353
distclean: distclean-am
 
354
        -rm -f Makefile
 
355
distclean-am: clean-am distclean-generic
 
356
 
 
357
dvi: dvi-am
 
358
 
 
359
dvi-am:
 
360
 
 
361
html: html-am
 
362
 
 
363
html-am:
 
364
 
 
365
info: info-am
 
366
 
 
367
info-am:
 
368
 
 
369
install-data-am: install-appPYTHON
 
370
 
 
371
install-dvi: install-dvi-am
 
372
 
 
373
install-dvi-am:
 
374
 
 
375
install-exec-am:
 
376
 
 
377
install-html: install-html-am
 
378
 
 
379
install-html-am:
 
380
 
 
381
install-info: install-info-am
 
382
 
 
383
install-info-am:
 
384
 
 
385
install-man:
 
386
 
 
387
install-pdf: install-pdf-am
 
388
 
 
389
install-pdf-am:
 
390
 
 
391
install-ps: install-ps-am
 
392
 
 
393
install-ps-am:
 
394
 
 
395
installcheck-am:
 
396
 
 
397
maintainer-clean: maintainer-clean-am
 
398
        -rm -f Makefile
 
399
maintainer-clean-am: distclean-am maintainer-clean-generic
 
400
 
 
401
mostlyclean: mostlyclean-am
 
402
 
 
403
mostlyclean-am: mostlyclean-generic
 
404
 
 
405
pdf: pdf-am
 
406
 
 
407
pdf-am:
 
408
 
 
409
ps: ps-am
 
410
 
 
411
ps-am:
 
412
 
 
413
uninstall-am: uninstall-appPYTHON
 
414
 
 
415
.MAKE: install-am install-strip
 
416
 
 
417
.PHONY: all all-am check check-am clean clean-generic distclean \
 
418
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
419
        install install-am install-appPYTHON install-data \
 
420
        install-data-am install-dvi install-dvi-am install-exec \
 
421
        install-exec-am install-html install-html-am install-info \
 
422
        install-info-am install-man install-pdf install-pdf-am \
 
423
        install-ps install-ps-am install-strip installcheck \
 
424
        installcheck-am installdirs maintainer-clean \
 
425
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
426
        pdf-am ps ps-am uninstall uninstall-am uninstall-appPYTHON
 
427
 
 
428
 
 
429
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
430
# Otherwise a system limit (for SysV at least) may be exceeded.
 
431
.NOEXPORT: