~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
21
21
# Copyright (C) 2002, 2003, 2004  Alan W. Irwin
22
22
# Copyright (C) 2003  Joao Cardoso
23
23
# Copyright (C) 2003, 2004  Rafael Laboissiere
 
24
# Copyright (C) 2005  Thomas J. Duck
24
25
#
25
26
# This file is part of PLplot.
26
27
#
35
36
#
36
37
# You should have received a copy of the GNU Library General Public License
37
38
# along with PLplot; if not, write to the Free Software
38
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
39
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 
40
 
 
41
# This flag only required for top-level Makefile.am.  
 
42
# It insures you only have to run cf/bootstrap.sh once on the first
 
43
# clean install.  After that, aclocal (and automake, autoconf, and 
 
44
# ./configure) called automatically whenever required by a change to 
 
45
# configure.ac or any file in the cf subdirectory.
39
46
 
40
47
 
41
48
srcdir = @srcdir@
58
65
NORMAL_UNINSTALL = :
59
66
PRE_UNINSTALL = :
60
67
POST_UNINSTALL = :
 
68
build_triplet = @build@
61
69
host_triplet = @host@
62
70
@enable_dyndrivers_TRUE@@with_ltdlsystem_FALSE@am__append_1 = libltdl
63
71
subdir = .
69
77
        $(top_srcdir)/doc/docbook/www/index.html.in.in AUTHORS \
70
78
        COPYING.LIB ChangeLog INSTALL NEWS
71
79
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72
 
am__aclocal_m4_deps = $(top_srcdir)/cf/libtool.ac \
73
 
        $(top_srcdir)/cf/pthread.ac $(top_srcdir)/cf/freetype.ac \
74
 
        $(top_srcdir)/cf/csiro.ac $(top_srcdir)/cf/double.ac \
75
 
        $(top_srcdir)/cf/rpath.ac $(top_srcdir)/cf/instdirs.ac \
76
 
        $(top_srcdir)/cf/python.ac $(top_srcdir)/cf/java.ac \
77
 
        $(top_srcdir)/cf/swig.ac $(top_srcdir)/cf/octave.ac \
78
 
        $(top_srcdir)/cf/tcl.ac $(top_srcdir)/cf/c++.ac \
79
 
        $(top_srcdir)/cf/f77.ac $(top_srcdir)/cf/drivers-init.ac \
80
 
        $(top_srcdir)/cf/cgm.ac $(top_srcdir)/cf/gd.ac \
 
80
am__aclocal_m4_deps = $(top_srcdir)/cf/ac_pkg_swig.m4 \
 
81
        $(top_srcdir)/cf/ac_python_devel.m4 \
 
82
        $(top_srcdir)/cf/acinclude.m4 $(top_srcdir)/cf/docbook.m4 \
 
83
        $(top_srcdir)/cf/gnome.m4 $(top_srcdir)/cf/gnu-make.m4 \
 
84
        $(top_srcdir)/cf/gtk.m4 $(top_srcdir)/cf/pkg.m4 \
 
85
        $(top_srcdir)/cf/double.ac $(top_srcdir)/cf/rpath.ac \
 
86
        $(top_srcdir)/cf/instdirs.ac $(top_srcdir)/cf/c++.ac \
 
87
        $(top_srcdir)/cf/f77.ac $(top_srcdir)/cf/f95.ac \
 
88
        $(top_srcdir)/cf/libtool.ac $(top_srcdir)/cf/python.ac \
 
89
        $(top_srcdir)/cf/java.ac $(top_srcdir)/cf/swig.ac \
 
90
        $(top_srcdir)/cf/octave.ac $(top_srcdir)/cf/tcl.ac \
 
91
        $(top_srcdir)/cf/pdl.ac $(top_srcdir)/cf/pthread.ac \
 
92
        $(top_srcdir)/cf/freetype.ac $(top_srcdir)/cf/unicode.ac \
 
93
        $(top_srcdir)/cf/csiro.ac $(top_srcdir)/cf/pkg-config.ac \
 
94
        $(top_srcdir)/cf/drivers-init.ac $(top_srcdir)/cf/cgm.ac \
 
95
        $(top_srcdir)/cf/gcw.ac $(top_srcdir)/cf/gd.ac \
81
96
        $(top_srcdir)/cf/gnome.ac $(top_srcdir)/cf/linuxvga.ac \
82
97
        $(top_srcdir)/cf/xwin.ac $(top_srcdir)/cf/tk.ac \
83
 
        $(top_srcdir)/cf/ps.ac $(top_srcdir)/cf/wingcc.ac \
 
98
        $(top_srcdir)/cf/psttf.ac $(top_srcdir)/cf/wingcc.ac \
 
99
        $(top_srcdir)/cf/aqt.ac $(top_srcdir)/cf/wxwidgets.ac \
84
100
        $(top_srcdir)/cf/drivers-finish.ac $(top_srcdir)/cf/test.ac \
85
 
        $(top_srcdir)/cf/docbook.ac $(top_srcdir)/cf/pkg-config.ac \
86
 
        $(top_srcdir)/cf/summary.ac $(top_srcdir)/configure.ac
 
101
        $(top_srcdir)/cf/docbook.ac $(top_srcdir)/cf/summary.ac \
 
102
        $(top_srcdir)/configure.ac
87
103
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88
104
        $(ACLOCAL_M4)
89
105
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
90
106
 configure.lineno configure.status.lineno
91
 
mkinstalldirs = $(mkdir_p)
 
107
mkinstalldirs = $(install_sh) -d
92
108
CONFIG_HEADER = config.h $(top_builddir)/include/plConfig.h \
93
109
        $(top_builddir)/include/plDevs.h
94
110
CONFIG_CLEAN_FILES = bindings/tk-x-plat/pkgIndex.tcl \
104
120
        install-recursive installcheck-recursive installdirs-recursive \
105
121
        pdf-recursive ps-recursive uninstall-info-recursive \
106
122
        uninstall-recursive
 
123
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
124
am__vpath_adj = case $$p in \
 
125
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
126
    *) f=$$p;; \
 
127
  esac;
 
128
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
107
129
docDATA_INSTALL = $(INSTALL_DATA)
108
130
DATA = $(doc_DATA)
109
131
ETAGS = etags
123
145
AMDEP_FALSE = @AMDEP_FALSE@
124
146
AMDEP_TRUE = @AMDEP_TRUE@
125
147
AMTAR = @AMTAR@
 
148
AQTINCCMD = @AQTINCCMD@
 
149
AQTLIBCMD = @AQTLIBCMD@
126
150
AR = @AR@
127
151
AS = @AS@
128
152
AUTOCONF = @AUTOCONF@
181
205
EXEEXT = @EXEEXT@
182
206
F77 = @F77@
183
207
F77_SOVERSION = @F77_SOVERSION@
 
208
F95_SOVERSION = @F95_SOVERSION@
 
209
FC = @FC@
 
210
FCFLAGS = @FCFLAGS@
184
211
FFLAGS = @FFLAGS@
185
212
FREETYPEINCCMD = @FREETYPEINCCMD@
186
213
FREETYPELIBCMD = @FREETYPELIBCMD@
 
214
GCWTHREAD_CFLAGS = @GCWTHREAD_CFLAGS@
 
215
GCWTHREAD_LIBS = @GCWTHREAD_LIBS@
 
216
GCW_CFLAGS = @GCW_CFLAGS@
 
217
GCW_LIBS = @GCW_LIBS@
 
218
GDI32INCCMD = @GDI32INCCMD@
187
219
GDI32LIBCMD = @GDI32LIBCMD@
188
220
GDINCCMD = @GDINCCMD@
189
221
GDLIBCMD = @GDLIBCMD@
195
227
GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
196
228
GNOME_LIBDIR = @GNOME_LIBDIR@
197
229
GNOME_LIBS = @GNOME_LIBS@
 
230
GNOME_PYTHON_CFLAGS = @GNOME_PYTHON_CFLAGS@
 
231
GNOME_PYTHON_LIBS = @GNOME_PYTHON_LIBS@
198
232
GTK_CFLAGS = @GTK_CFLAGS@
199
233
GTK_CONFIG = @GTK_CONFIG@
200
234
GTK_LIBS = @GTK_LIBS@
215
249
ITKLIBCMD = @ITKLIBCMD@
216
250
JADELOG = @JADELOG@
217
251
JADETEX = @JADETEX@
 
252
JAR = @JAR@
 
253
JAVAC = @JAVAC@
 
254
JAVADATA_HARDDIR = @JAVADATA_HARDDIR@
218
255
JAVAINCCMD = @JAVAINCCMD@
219
 
JAVA_INSTDIR = @JAVA_INSTDIR@
 
256
JAVAWRAPPER_DIR = @JAVAWRAPPER_DIR@
 
257
JAVAWRAPPER_HARDDIR = @JAVAWRAPPER_HARDDIR@
220
258
LDFLAGS = @LDFLAGS@
221
259
LIBLTDL = @LIBLTDL@
222
260
LIBOBJS = @LIBOBJS@
236
274
MKINDEX = @MKINDEX@
237
275
MKOCTFILE = @MKOCTFILE@
238
276
MKOCTFILE_VARS = @MKOCTFILE_VARS@
 
277
MODULESINCCMD = @MODULESINCCMD@
239
278
NNLIBS = @NNLIBS@
 
279
NUMERICINCCMD = @NUMERICINCCMD@
240
280
OBJDUMP = @OBJDUMP@
241
281
OBJEXT = @OBJEXT@
242
282
OCTAVE = @OCTAVE@
255
295
PDFJADETEX = @PDFJADETEX@
256
296
PERL = @PERL@
257
297
PKG_CONFIG = @PKG_CONFIG@
 
298
PKG_CONFIG_CHECK = @PKG_CONFIG_CHECK@
258
299
PKG_CONFIG_DIR = @PKG_CONFIG_DIR@
259
300
PKG_CONFIG_ENV = @PKG_CONFIG_ENV@
 
301
PLPLOTGNOME_SOVERSION = @PLPLOTGNOME_SOVERSION@
260
302
PLPLOTJAVAC_WRAP_DLL = @PLPLOTJAVAC_WRAP_DLL@
261
303
PLPLOT_OCTAVE_DIR = @PLPLOT_OCTAVE_DIR@
262
304
PLPLOT_TCL_VERSION = @PLPLOT_TCL_VERSION@
263
305
PLPLOT_WEBSITE = @PLPLOT_WEBSITE@
 
306
PSTTF_CFLAGS = @PSTTF_CFLAGS@
 
307
PSTTF_LIBS = @PSTTF_LIBS@
264
308
PTHREADLIBS = @PTHREADLIBS@
 
309
PYGCW_CFLAGS = @PYGCW_CFLAGS@
 
310
PYGCW_LIBS = @PYGCW_LIBS@
265
311
PYTHON = @PYTHON@
 
312
PYTHONINCCMD = @PYTHONINCCMD@
266
313
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
267
314
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
315
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
268
316
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
269
 
PYTHON_INC_DIR = @PYTHON_INC_DIR@
270
317
PYTHON_INSTDIR = @PYTHON_INSTDIR@
271
318
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
272
 
PYTHON_NUM_DIR = @PYTHON_NUM_DIR@
273
319
PYTHON_PLATFORM = @PYTHON_PLATFORM@
274
320
PYTHON_PREFIX = @PYTHON_PREFIX@
275
321
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
295
341
TCL_DIR = @TCL_DIR@
296
342
TKINCCMD = @TKINCCMD@
297
343
TKLIBCMD = @TKLIBCMD@
 
344
UNICODEINCS = @UNICODEINCS@
 
345
UNICODELIBS = @UNICODELIBS@
 
346
UNICODE_CONFIG = @UNICODE_CONFIG@
298
347
VERSION = @VERSION@
299
348
WWW_DIR = @WWW_DIR@
300
349
WWW_GROUP = @WWW_GROUP@
301
350
WWW_HOST = @WWW_HOST@
302
351
WWW_USER = @WWW_USER@
 
352
WXWIDGETSINCCMD = @WXWIDGETSINCCMD@
 
353
WXWIDGETSLIBCMD = @WXWIDGETSLIBCMD@
303
354
XML_DECL = @XML_DECL@
304
355
X_CFLAGS = @X_CFLAGS@
305
356
X_EXTRA_LIBS = @X_EXTRA_LIBS@
311
362
ac_ct_CXX = @ac_ct_CXX@
312
363
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
313
364
ac_ct_F77 = @ac_ct_F77@
 
365
ac_ct_FC = @ac_ct_FC@
314
366
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
315
367
ac_ct_RANLIB = @ac_ct_RANLIB@
316
368
ac_ct_STRIP = @ac_ct_STRIP@
321
373
am__include = @am__include@
322
374
am__leading_dot = @am__leading_dot@
323
375
am__quote = @am__quote@
 
376
am__tar = @am__tar@
 
377
am__untar = @am__untar@
324
378
bindir = @bindir@
325
379
build = @build@
326
380
build_alias = @build_alias@
327
381
build_cpu = @build_cpu@
328
382
build_os = @build_os@
329
383
build_vendor = @build_vendor@
 
384
cc_is_gcc_FALSE = @cc_is_gcc_FALSE@
 
385
cc_is_gcc_TRUE = @cc_is_gcc_TRUE@
330
386
darwin_os_FALSE = @darwin_os_FALSE@
331
387
darwin_os_TRUE = @darwin_os_TRUE@
332
388
datadir = @datadir@
342
398
enable_f77 = @enable_f77@
343
399
enable_f77_FALSE = @enable_f77_FALSE@
344
400
enable_f77_TRUE = @enable_f77_TRUE@
 
401
enable_f95 = @enable_f95@
 
402
enable_f95_FALSE = @enable_f95_FALSE@
 
403
enable_f95_TRUE = @enable_f95_TRUE@
 
404
enable_gcw = @enable_gcw@
 
405
enable_gcw_FALSE = @enable_gcw_FALSE@
 
406
enable_gcw_TRUE = @enable_gcw_TRUE@
345
407
enable_gnome_FALSE = @enable_gnome_FALSE@
346
408
enable_gnome_TRUE = @enable_gnome_TRUE@
347
409
enable_itcl_FALSE = @enable_itcl_FALSE@
352
414
enable_octave = @enable_octave@
353
415
enable_octave_FALSE = @enable_octave_FALSE@
354
416
enable_octave_TRUE = @enable_octave_TRUE@
 
417
enable_pdl = @enable_pdl@
 
418
enable_pdl_FALSE = @enable_pdl_FALSE@
 
419
enable_pdl_TRUE = @enable_pdl_TRUE@
 
420
enable_pygcw_FALSE = @enable_pygcw_FALSE@
 
421
enable_pygcw_TRUE = @enable_pygcw_TRUE@
355
422
enable_python = @enable_python@
356
423
enable_python_FALSE = @enable_python_FALSE@
357
424
enable_python_TRUE = @enable_python_TRUE@
366
433
enable_xwin_TRUE = @enable_xwin_TRUE@
367
434
exec_prefix = @exec_prefix@
368
435
found_kcc = @found_kcc@
 
436
gcw_false = @gcw_false@
 
437
gcw_true = @gcw_true@
369
438
has_db2x_texixml = @has_db2x_texixml@
370
439
has_db2x_xsltproc = @has_db2x_xsltproc@
371
440
has_dvips = @has_dvips@
 
441
has_file_cmd = @has_file_cmd@
372
442
has_jadetex = @has_jadetex@
373
443
has_makeinfo = @has_makeinfo@
374
444
has_matwrap = @has_matwrap@
422
492
with_qhull_TRUE = @with_qhull_TRUE@
423
493
with_rpath_FALSE = @with_rpath_FALSE@
424
494
with_rpath_TRUE = @with_rpath_TRUE@
425
 
src_dirs = lib src include data bindings
 
495
ACLOCAL_AMFLAGS = -I cf 2>&1 | grep -v underquoted
 
496
# The above is an inspired hack which may not work indefinitely.  
 
497
# Return to simpler more reliable form below as soon as 
 
498
# automake-1.8 underquoted warning messages quit being such an annoyance.
 
499
#ACLOCAL_AMFLAGS = -I cf
 
500
src_dirs = fonts lib include src data bindings
426
501
other_dirs = examples utils test scripts doc pkgcfg cf
427
502
@enable_dyndrivers_FALSE@SUBDIRS = drivers $(src_dirs) $(other_dirs)
428
 
@enable_dyndrivers_TRUE@SUBDIRS = $(am__append_1) $(src_dirs) drivers $(other_dirs)
 
503
@enable_dyndrivers_TRUE@SUBDIRS = $(am__append_1) $(src_dirs) drivers \
 
504
@enable_dyndrivers_TRUE@        $(other_dirs)
429
505
DIST_SUBDIRS = libltdl $(src_dirs) drivers $(other_dirs)
430
506
bin_SCRIPTS = plplot_libtool
431
507
docdir = $(datadir)/doc/plplot
437
513
        FAQ \
438
514
        NEWS \
439
515
        PROBLEMS \
440
 
        README
 
516
        README \
 
517
        README.release
441
518
 
442
519
CLEANFILES = plplot_libtool jadeout.log config.summary
443
520
EXTRA_DIST = \
444
 
        fonts \
445
521
        rpm \
446
522
        sys \
447
523
        Copyright \
448
524
        FAQ \
449
525
        PROBLEMS \
 
526
        README.developers \
 
527
        README.release \
 
528
        OLD-README.release  \
 
529
        README.Release_Manager_Cookbook \
450
530
        SERVICE \
451
531
        TODO.AM-LT \
452
532
        ToDo
545
625
        test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
546
626
        @list='$(doc_DATA)'; for p in $$list; do \
547
627
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
548
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
628
          f=$(am__strip_dir) \
549
629
          echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
550
630
          $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
551
631
        done
553
633
uninstall-docDATA:
554
634
        @$(NORMAL_UNINSTALL)
555
635
        @list='$(doc_DATA)'; for p in $$list; do \
556
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
636
          f=$(am__strip_dir) \
557
637
          echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
558
638
          rm -f "$(DESTDIR)$(docdir)/$$f"; \
559
639
        done
565
645
#     (which will cause the Makefiles to be regenerated when you run `make');
566
646
# (2) otherwise, pass the desired values on the `make' command line.
567
647
$(RECURSIVE_TARGETS):
568
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
648
        @failcom='exit 1'; \
 
649
        for f in x $$MAKEFLAGS; do \
 
650
          case $$f in \
 
651
            *=* | --[!k]*);; \
 
652
            *k*) failcom='fail=yes';; \
 
653
          esac; \
 
654
        done; \
569
655
        dot_seen=no; \
570
656
        target=`echo $@ | sed s/-recursive//`; \
571
657
        list='$(SUBDIRS)'; for subdir in $$list; do \
577
663
            local_target="$$target"; \
578
664
          fi; \
579
665
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
580
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
666
          || eval $$failcom; \
581
667
        done; \
582
668
        if test "$$dot_seen" = "no"; then \
583
669
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
585
671
 
586
672
mostlyclean-recursive clean-recursive distclean-recursive \
587
673
maintainer-clean-recursive:
588
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
674
        @failcom='exit 1'; \
 
675
        for f in x $$MAKEFLAGS; do \
 
676
          case $$f in \
 
677
            *=* | --[!k]*);; \
 
678
            *k*) failcom='fail=yes';; \
 
679
          esac; \
 
680
        done; \
589
681
        dot_seen=no; \
590
682
        case "$@" in \
591
683
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
606
698
            local_target="$$target"; \
607
699
          fi; \
608
700
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
609
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
701
          || eval $$failcom; \
610
702
        done && test -z "$$fail"
611
703
tags-recursive:
612
704
        list='$(SUBDIRS)'; for subdir in $$list; do \
681
773
distdir: $(DISTFILES)
682
774
        $(am__remove_distdir)
683
775
        mkdir $(distdir)
684
 
        $(mkdir_p) $(distdir)/bindings/f77 $(distdir)/bindings/java $(distdir)/bindings/octave $(distdir)/bindings/octave/PLplot $(distdir)/bindings/tcl $(distdir)/bindings/tk $(distdir)/bindings/tk-x-plat $(distdir)/cf $(distdir)/doc/docbook/bin $(distdir)/doc/docbook/src $(distdir)/doc/docbook/www $(distdir)/examples/c $(distdir)/examples/c++ $(distdir)/examples/f77 $(distdir)/examples/python $(distdir)/examples/tk $(distdir)/pkgcfg $(distdir)/scripts $(distdir)/test
 
776
        $(mkdir_p) $(distdir)/bindings/f77 $(distdir)/bindings/java $(distdir)/bindings/octave $(distdir)/bindings/octave/PLplot $(distdir)/bindings/tcl $(distdir)/bindings/tk $(distdir)/bindings/tk-x-plat $(distdir)/cf $(distdir)/doc/docbook/bin $(distdir)/doc/docbook/src $(distdir)/doc/docbook/www $(distdir)/examples/c $(distdir)/examples/c++ $(distdir)/examples/f77 $(distdir)/examples/f95 $(distdir)/examples/java $(distdir)/examples/python $(distdir)/examples/tk $(distdir)/pkgcfg $(distdir)/scripts $(distdir)/test
685
777
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
686
778
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
687
779
        list='$(DISTFILES)'; for file in $$list; do \
711
803
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
712
804
          if test "$$subdir" = .; then :; else \
713
805
            test -d "$(distdir)/$$subdir" \
714
 
            || mkdir "$(distdir)/$$subdir" \
 
806
            || $(mkdir_p) "$(distdir)/$$subdir" \
715
807
            || exit 1; \
 
808
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
809
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
716
810
            (cd $$subdir && \
717
811
              $(MAKE) $(AM_MAKEFLAGS) \
718
 
                top_distdir="../$(top_distdir)" \
719
 
                distdir="../$(distdir)/$$subdir" \
 
812
                top_distdir="$$top_distdir" \
 
813
                distdir="$$distdir/$$subdir" \
720
814
                distdir) \
721
815
              || exit 1; \
722
816
          fi; \
730
824
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
731
825
        || chmod -R a+r $(distdir)
732
826
dist-gzip: distdir
733
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
827
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
734
828
        $(am__remove_distdir)
735
829
 
736
830
dist-bzip2: distdir
737
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
831
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
738
832
        $(am__remove_distdir)
739
833
 
740
834
dist-tarZ: distdir
741
 
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
835
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
742
836
        $(am__remove_distdir)
743
837
 
744
838
dist-shar: distdir
751
845
        $(am__remove_distdir)
752
846
 
753
847
dist dist-all: distdir
754
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
848
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
755
849
        $(am__remove_distdir)
756
850
 
757
851
# This target untars the dist file and tries a VPATH configuration.  Then
760
854
distcheck: dist
761
855
        case '$(DIST_ARCHIVES)' in \
762
856
        *.tar.gz*) \
763
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
857
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
764
858
        *.tar.bz2*) \
765
 
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
859
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
766
860
        *.tar.Z*) \
767
 
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
861
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
768
862
        *.shar.gz*) \
769
863
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
770
864
        *.zip*) \
849
943
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
850
944
 
851
945
distclean-generic:
852
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
946
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
853
947
 
854
948
maintainer-clean-generic:
855
949
        @echo "This command is intended for maintainers to use"
909
1003
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
910
1004
        check-am clean clean-generic clean-libtool clean-recursive \
911
1005
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
912
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
1006
        dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
913
1007
        distclean-generic distclean-hdr distclean-libtool \
914
1008
        distclean-recursive distclean-tags distcleancheck distdir \
915
1009
        distuninstallcheck dvi dvi-am html html-am info info-am \