~ubuntu-branches/debian/squeeze/snappea/squeeze

« back to all changes in this revision

Viewing changes to SnapPeaPython/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2002-01-01 18:22:53 UTC
  • Revision ID: james.westby@ubuntu.com-20020101182253-i3tj653xzomocpbv
Tags: 3.0d3-10
* Happy new year!
* Added autoconf/automake infrastructure.
* Added shared library plus snappea-dev package (closes: Bug#126531).
* Moved from python1.5 to python2.1.
* Shaved README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
CC = @CC@
 
64
DLLTOOL = @DLLTOOL@
 
65
ECHO = @ECHO@
 
66
EXEEXT = @EXEEXT@
 
67
LIBTOOL = @LIBTOOL@
 
68
LN_S = @LN_S@
 
69
MAINT = @MAINT@
 
70
MAKEINFO = @MAKEINFO@
 
71
OBJDUMP = @OBJDUMP@
 
72
OBJEXT = @OBJEXT@
 
73
PACKAGE = @PACKAGE@
 
74
RANLIB = @RANLIB@
 
75
STRIP = @STRIP@
 
76
VERSION = @VERSION@
 
77
 
 
78
SUBDIRS = CuspedCensusData installation
 
79
 
 
80
INCLUDES = -I../SnapPeaKernel/headers -I../SnapPeaKernel/unix_kit   -I/usr/include/python2.1
 
81
 
 
82
 
 
83
pkglib_LTLIBRARIES = SnapPeaC.la
 
84
 
 
85
SnapPeaC_la_SOURCES = SnapPeaC.c
 
86
SnapPeaC_la_LDFLAGS = -no-undefined -module -avoid-version
 
87
SnapPeaC_la_LIBADD = $(top_srcdir)/SnapPeaKernel/libsnappea.la
 
88
 
 
89
bin_SCRIPTS = snappea snappea-console
 
90
 
 
91
pythondir = $(pkgdatadir)/SnapPeaPython
 
92
 
 
93
python_DATA = Pmw.py PmwBlt.py PmwColor.py SnapPea.py SnapPeaGUI.py links.py
 
94
 
 
95
EXTRA_DIST = SnapPea.c makefile open
 
96
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
97
CONFIG_CLEAN_FILES = 
 
98
LTLIBRARIES =  $(pkglib_LTLIBRARIES)
 
99
 
 
100
 
 
101
DEFS = @DEFS@ -I. -I$(srcdir) 
 
102
CPPFLAGS = @CPPFLAGS@
 
103
LDFLAGS = @LDFLAGS@
 
104
LIBS = @LIBS@
 
105
SnapPeaC_la_DEPENDENCIES =  $(top_srcdir)/SnapPeaKernel/libsnappea.la
 
106
SnapPeaC_la_OBJECTS =  SnapPeaC.lo
 
107
SCRIPTS =  $(bin_SCRIPTS)
 
108
 
 
109
CFLAGS = @CFLAGS@
 
110
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
111
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
112
CCLD = $(CC)
 
113
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
114
DATA =  $(python_DATA)
 
115
 
 
116
DIST_COMMON =  Makefile.am Makefile.in
 
117
 
 
118
 
 
119
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
120
 
 
121
TAR = tar
 
122
GZIP_ENV = --best
 
123
DEP_FILES =  .deps/SnapPeaC.P
 
124
SOURCES = $(SnapPeaC_la_SOURCES)
 
125
OBJECTS = $(SnapPeaC_la_OBJECTS)
 
126
 
 
127
all: all-redirect
 
128
.SUFFIXES:
 
129
.SUFFIXES: .S .c .lo .o .obj .s
 
130
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
131
        cd $(top_srcdir) && $(AUTOMAKE) --gnu SnapPeaPython/Makefile
 
132
 
 
133
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
134
        cd $(top_builddir) \
 
135
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
136
 
 
137
 
 
138
mostlyclean-pkglibLTLIBRARIES:
 
139
 
 
140
clean-pkglibLTLIBRARIES:
 
141
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
142
 
 
143
distclean-pkglibLTLIBRARIES:
 
144
 
 
145
maintainer-clean-pkglibLTLIBRARIES:
 
146
 
 
147
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
148
        @$(NORMAL_INSTALL)
 
149
        $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
 
150
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
151
          if test -f $$p; then \
 
152
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
 
153
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
 
154
          else :; fi; \
 
155
        done
 
156
 
 
157
uninstall-pkglibLTLIBRARIES:
 
158
        @$(NORMAL_UNINSTALL)
 
159
        list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
160
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
 
161
        done
 
162
 
 
163
# FIXME: We should only use cygpath when building on Windows,
 
164
# and only if it is available.
 
165
.c.obj:
 
166
        $(COMPILE) -c `cygpath -w $<`
 
167
 
 
168
.s.o:
 
169
        $(COMPILE) -c $<
 
170
 
 
171
.S.o:
 
172
        $(COMPILE) -c $<
 
173
 
 
174
mostlyclean-compile:
 
175
        -rm -f *.o core *.core
 
176
        -rm -f *.$(OBJEXT)
 
177
 
 
178
clean-compile:
 
179
 
 
180
distclean-compile:
 
181
        -rm -f *.tab.c
 
182
 
 
183
maintainer-clean-compile:
 
184
 
 
185
.s.lo:
 
186
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
187
 
 
188
.S.lo:
 
189
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
190
 
 
191
mostlyclean-libtool:
 
192
        -rm -f *.lo
 
193
 
 
194
clean-libtool:
 
195
        -rm -rf .libs _libs
 
196
 
 
197
distclean-libtool:
 
198
 
 
199
maintainer-clean-libtool:
 
200
 
 
201
SnapPeaC.la: $(SnapPeaC_la_OBJECTS) $(SnapPeaC_la_DEPENDENCIES)
 
202
        $(LINK) -rpath $(pkglibdir) $(SnapPeaC_la_LDFLAGS) $(SnapPeaC_la_OBJECTS) $(SnapPeaC_la_LIBADD) $(LIBS)
 
203
 
 
204
install-binSCRIPTS: $(bin_SCRIPTS)
 
205
        @$(NORMAL_INSTALL)
 
206
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
207
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
208
          if test -f $$p; then \
 
209
            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
210
            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
211
          else if test -f $(srcdir)/$$p; then \
 
212
            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
213
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
214
          else :; fi; fi; \
 
215
        done
 
216
 
 
217
uninstall-binSCRIPTS:
 
218
        @$(NORMAL_UNINSTALL)
 
219
        list='$(bin_SCRIPTS)'; for p in $$list; do \
 
220
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
221
        done
 
222
 
 
223
install-pythonDATA: $(python_DATA)
 
224
        @$(NORMAL_INSTALL)
 
225
        $(mkinstalldirs) $(DESTDIR)$(pythondir)
 
226
        @list='$(python_DATA)'; for p in $$list; do \
 
227
          if test -f $(srcdir)/$$p; then \
 
228
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pythondir)/$$p"; \
 
229
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pythondir)/$$p; \
 
230
          else if test -f $$p; then \
 
231
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pythondir)/$$p"; \
 
232
            $(INSTALL_DATA) $$p $(DESTDIR)$(pythondir)/$$p; \
 
233
          fi; fi; \
 
234
        done
 
235
 
 
236
uninstall-pythonDATA:
 
237
        @$(NORMAL_UNINSTALL)
 
238
        list='$(python_DATA)'; for p in $$list; do \
 
239
          rm -f $(DESTDIR)$(pythondir)/$$p; \
 
240
        done
 
241
 
 
242
# This directory's subdirectories are mostly independent; you can cd
 
243
# into them and run `make' without going through this Makefile.
 
244
# To change the values of `make' variables: instead of editing Makefiles,
 
245
# (1) if the variable is set in `config.status', edit `config.status'
 
246
#     (which will cause the Makefiles to be regenerated when you run `make');
 
247
# (2) otherwise, pass the desired values on the `make' command line.
 
248
 
 
249
@SET_MAKE@
 
250
 
 
251
all-recursive install-data-recursive install-exec-recursive \
 
252
installdirs-recursive install-recursive uninstall-recursive  \
 
253
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
254
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
255
        dot_seen=no; \
 
256
        target=`echo $@ | sed s/-recursive//`; \
 
257
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
258
          echo "Making $$target in $$subdir"; \
 
259
          if test "$$subdir" = "."; then \
 
260
            dot_seen=yes; \
 
261
            local_target="$$target-am"; \
 
262
          else \
 
263
            local_target="$$target"; \
 
264
          fi; \
 
265
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
266
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
267
        done; \
 
268
        if test "$$dot_seen" = "no"; then \
 
269
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
270
        fi; test -z "$$fail"
 
271
 
 
272
mostlyclean-recursive clean-recursive distclean-recursive \
 
273
maintainer-clean-recursive:
 
274
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
275
        dot_seen=no; \
 
276
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
277
          rev="$$subdir $$rev"; \
 
278
          test "$$subdir" = "." && dot_seen=yes; \
 
279
        done; \
 
280
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
281
        target=`echo $@ | sed s/-recursive//`; \
 
282
        for subdir in $$rev; do \
 
283
          echo "Making $$target in $$subdir"; \
 
284
          if test "$$subdir" = "."; then \
 
285
            local_target="$$target-am"; \
 
286
          else \
 
287
            local_target="$$target"; \
 
288
          fi; \
 
289
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
290
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
291
        done && test -z "$$fail"
 
292
tags-recursive:
 
293
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
294
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
295
        done
 
296
 
 
297
tags: TAGS
 
298
 
 
299
ID: $(HEADERS) $(SOURCES) $(LISP)
 
300
        list='$(SOURCES) $(HEADERS)'; \
 
301
        unique=`for i in $$list; do echo $$i; done | \
 
302
          awk '    { files[$$0] = 1; } \
 
303
               END { for (i in files) print i; }'`; \
 
304
        here=`pwd` && cd $(srcdir) \
 
305
          && mkid -f$$here/ID $$unique $(LISP)
 
306
 
 
307
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
308
        tags=; \
 
309
        here=`pwd`; \
 
310
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
311
   if test "$$subdir" = .; then :; else \
 
312
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
313
   fi; \
 
314
        done; \
 
315
        list='$(SOURCES) $(HEADERS)'; \
 
316
        unique=`for i in $$list; do echo $$i; done | \
 
317
          awk '    { files[$$0] = 1; } \
 
318
               END { for (i in files) print i; }'`; \
 
319
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
320
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
321
 
 
322
mostlyclean-tags:
 
323
 
 
324
clean-tags:
 
325
 
 
326
distclean-tags:
 
327
        -rm -f TAGS ID
 
328
 
 
329
maintainer-clean-tags:
 
330
 
 
331
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
332
 
 
333
subdir = SnapPeaPython
 
334
 
 
335
distdir: $(DISTFILES)
 
336
        here=`cd $(top_builddir) && pwd`; \
 
337
        top_distdir=`cd $(top_distdir) && pwd`; \
 
338
        distdir=`cd $(distdir) && pwd`; \
 
339
        cd $(top_srcdir) \
 
340
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu SnapPeaPython/Makefile
 
341
        @for file in $(DISTFILES); do \
 
342
          d=$(srcdir); \
 
343
          if test -d $$d/$$file; then \
 
344
            cp -pr $$d/$$file $(distdir)/$$file; \
 
345
          else \
 
346
            test -f $(distdir)/$$file \
 
347
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
348
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
349
          fi; \
 
350
        done
 
351
        for subdir in $(SUBDIRS); do \
 
352
          if test "$$subdir" = .; then :; else \
 
353
            test -d $(distdir)/$$subdir \
 
354
            || mkdir $(distdir)/$$subdir \
 
355
            || exit 1; \
 
356
            chmod 777 $(distdir)/$$subdir; \
 
357
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
358
              || exit 1; \
 
359
          fi; \
 
360
        done
 
361
 
 
362
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
363
 
 
364
-include $(DEP_FILES)
 
365
 
 
366
mostlyclean-depend:
 
367
 
 
368
clean-depend:
 
369
 
 
370
distclean-depend:
 
371
        -rm -rf .deps
 
372
 
 
373
maintainer-clean-depend:
 
374
 
 
375
%.o: %.c
 
376
        @echo '$(COMPILE) -c $<'; \
 
377
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
378
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
379
        tr ' ' '\012' < .deps/$(*F).pp \
 
380
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
381
            >> .deps/$(*F).P; \
 
382
        rm .deps/$(*F).pp
 
383
 
 
384
%.lo: %.c
 
385
        @echo '$(LTCOMPILE) -c $<'; \
 
386
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
387
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
388
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
389
        tr ' ' '\012' < .deps/$(*F).pp \
 
390
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
391
            >> .deps/$(*F).P; \
 
392
        rm -f .deps/$(*F).pp
 
393
info-am:
 
394
info: info-recursive
 
395
dvi-am:
 
396
dvi: dvi-recursive
 
397
check-am: all-am
 
398
check: check-recursive
 
399
installcheck-am:
 
400
installcheck: installcheck-recursive
 
401
install-exec-am: install-pkglibLTLIBRARIES install-binSCRIPTS
 
402
install-exec: install-exec-recursive
 
403
 
 
404
install-data-am: install-pythonDATA
 
405
install-data: install-data-recursive
 
406
 
 
407
install-am: all-am
 
408
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
409
install: install-recursive
 
410
uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-binSCRIPTS \
 
411
                uninstall-pythonDATA
 
412
uninstall: uninstall-recursive
 
413
all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA)
 
414
all-redirect: all-recursive
 
415
install-strip:
 
416
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
417
installdirs: installdirs-recursive
 
418
installdirs-am:
 
419
        $(mkinstalldirs)  $(DESTDIR)$(pkglibdir) $(DESTDIR)$(bindir) \
 
420
                $(DESTDIR)$(pythondir)
 
421
 
 
422
 
 
423
mostlyclean-generic:
 
424
 
 
425
clean-generic:
 
426
 
 
427
distclean-generic:
 
428
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
429
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
430
 
 
431
maintainer-clean-generic:
 
432
mostlyclean-am:  mostlyclean-pkglibLTLIBRARIES mostlyclean-compile \
 
433
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
 
434
                mostlyclean-generic
 
435
 
 
436
mostlyclean: mostlyclean-recursive
 
437
 
 
438
clean-am:  clean-pkglibLTLIBRARIES clean-compile clean-libtool \
 
439
                clean-tags clean-depend clean-generic mostlyclean-am
 
440
 
 
441
clean: clean-recursive
 
442
 
 
443
distclean-am:  distclean-pkglibLTLIBRARIES distclean-compile \
 
444
                distclean-libtool distclean-tags distclean-depend \
 
445
                distclean-generic clean-am
 
446
        -rm -f libtool
 
447
 
 
448
distclean: distclean-recursive
 
449
 
 
450
maintainer-clean-am:  maintainer-clean-pkglibLTLIBRARIES \
 
451
                maintainer-clean-compile maintainer-clean-libtool \
 
452
                maintainer-clean-tags maintainer-clean-depend \
 
453
                maintainer-clean-generic distclean-am
 
454
        @echo "This command is intended for maintainers to use;"
 
455
        @echo "it deletes files that may require special tools to rebuild."
 
456
 
 
457
maintainer-clean: maintainer-clean-recursive
 
458
 
 
459
.PHONY: mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
 
460
clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
 
461
uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
 
462
mostlyclean-compile distclean-compile clean-compile \
 
463
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
464
clean-libtool maintainer-clean-libtool uninstall-binSCRIPTS \
 
465
install-binSCRIPTS uninstall-pythonDATA install-pythonDATA \
 
466
install-data-recursive uninstall-data-recursive install-exec-recursive \
 
467
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
468
all-recursive check-recursive installcheck-recursive info-recursive \
 
469
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
470
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
471
distclean-tags clean-tags maintainer-clean-tags distdir \
 
472
mostlyclean-depend distclean-depend clean-depend \
 
473
maintainer-clean-depend info-am info dvi-am dvi check check-am \
 
474
installcheck-am installcheck install-exec-am install-exec \
 
475
install-data-am install-data install-am install uninstall-am uninstall \
 
476
all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
 
477
distclean-generic clean-generic maintainer-clean-generic clean \
 
478
mostlyclean distclean maintainer-clean
 
479
 
 
480
 
 
481
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
482
# Otherwise a system limit (for SysV at least) may be exceeded.
 
483
.NOEXPORT: