1
- # Makefile.in generated by automake 1.13.4 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
5
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
17
17
# Makefile for pmbw
18
18
19
19
VPATH = @srcdir@
20
- am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
20
+ am__is_gnu_make = { \
21
+ if test -z '$(MAKELEVEL ) '; then \
22
+ false; \
23
+ elif test -n '$(MAKE_HOST ) '; then \
24
+ true; \
25
+ elif test -n '$(MAKE_VERSION ) ' && test -n '$(CURDIR ) '; then \
26
+ true; \
27
+ else \
28
+ false; \
29
+ fi; \
30
+ }
21
31
am__make_running_with_option = \
22
32
case $${target_option-} in \
23
33
?) ;; \
@@ -83,19 +93,12 @@ host_triplet = @host@
83
93
target_triplet = @target@
84
94
bin_PROGRAMS = pmbw$(EXEEXT ) stats2gnuplot$(EXEEXT )
85
95
subdir = .
86
- DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
87
- $(top_srcdir ) /configure $(am__configure_deps ) \
88
- $(top_srcdir ) /acscripts/depcomp AUTHORS COPYING \
89
- acscripts/config.guess acscripts/config.sub acscripts/depcomp \
90
- acscripts/install-sh acscripts/missing \
91
- $(top_srcdir ) /acscripts/config.guess \
92
- $(top_srcdir ) /acscripts/config.sub \
93
- $(top_srcdir ) /acscripts/install-sh \
94
- $(top_srcdir ) /acscripts/missing
95
96
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
96
97
am__aclocal_m4_deps = $(top_srcdir ) /configure.ac
97
98
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
98
99
$(ACLOCAL_M4 )
100
+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
101
+ $(am__configure_deps ) $(am__DIST_COMMON )
99
102
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100
103
configure.lineno config.status.lineno
101
104
mkinstalldirs = $(install_sh ) -d
@@ -123,7 +126,8 @@ am__v_at_0 = @
123
126
am__v_at_1 =
124
127
DEFAULT_INCLUDES = -I.@am__isrc@
125
128
depcomp = $(SHELL ) $(top_srcdir ) /acscripts/depcomp
126
- am__depfiles_maybe = depfiles
129
+ am__maybe_remake_depfiles = depfiles
130
+ am__depfiles_remade = ./$(DEPDIR ) /pmbw.Po ./$(DEPDIR ) /stats2gnuplot.Po
127
131
am__mv = mv -f
128
132
CXXCOMPILE = $(CXX ) $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) \
129
133
$(AM_CPPFLAGS ) $(CPPFLAGS ) $(AM_CXXFLAGS ) $(CXXFLAGS )
@@ -178,6 +182,14 @@ ETAGS = etags
178
182
CTAGS = ctags
179
183
CSCOPE = cscope
180
184
AM_RECURSIVE_TARGETS = cscope
185
+ am__DIST_COMMON = $(srcdir ) /Makefile.in \
186
+ $(top_srcdir ) /acscripts/config.guess \
187
+ $(top_srcdir ) /acscripts/config.sub \
188
+ $(top_srcdir ) /acscripts/depcomp \
189
+ $(top_srcdir ) /acscripts/install-sh \
190
+ $(top_srcdir ) /acscripts/missing AUTHORS COPYING \
191
+ acscripts/config.guess acscripts/config.sub acscripts/depcomp \
192
+ acscripts/install-sh acscripts/missing
181
193
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
182
194
distdir = $(PACKAGE ) -$(VERSION )
183
195
top_distdir = $(distdir )
@@ -314,15 +326,14 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
314
326
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
315
327
$(am__cd ) $(top_srcdir ) && \
316
328
$(AUTOMAKE ) --foreign Makefile
317
- .PRECIOUS : Makefile
318
329
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
319
330
@case ' $?' in \
320
331
* config.status* ) \
321
332
echo ' $(SHELL) ./config.status' ; \
322
333
$(SHELL ) ./config.status;; \
323
334
* ) \
324
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe )' ; \
325
- cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
335
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles )' ; \
336
+ cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__maybe_remake_depfiles ) ;; \
326
337
esac ;
327
338
328
339
$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
@@ -390,8 +401,14 @@ mostlyclean-compile:
390
401
distclean-compile :
391
402
-rm -f * .tab.c
392
403
393
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmbw.Po@am__quote@
394
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats2gnuplot.Po@am__quote@
404
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmbw.Po@am__quote@ # am--include-marker
405
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats2gnuplot.Po@am__quote@ # am--include-marker
406
+
407
+ $(am__depfiles_remade ) :
408
+ @$(MKDIR_P ) $(@D )
409
+ @echo ' # dummy' > $@ -t && $(am__mv ) $@ -t $@
410
+
411
+ am--depfiles : $(am__depfiles_remade )
395
412
396
413
.cc.o :
397
414
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -466,7 +483,10 @@ distclean-tags:
466
483
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
484
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
468
485
469
- distdir : $(DISTFILES )
486
+ distdir : $(BUILT_SOURCES )
487
+ $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
488
+
489
+ distdir-am : $(DISTFILES )
470
490
$(am__remove_distdir )
471
491
test -d " $( distdir) " || mkdir " $( distdir) "
472
492
@srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
@@ -506,7 +526,7 @@ distdir: $(DISTFILES)
506
526
! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
507
527
|| chmod -R a+r " $( distdir) "
508
528
dist-gzip : distdir
509
- tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
529
+ tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
510
530
$(am__post_remove_distdir )
511
531
512
532
dist-bzip2 : distdir
@@ -522,11 +542,17 @@ dist-xz: distdir
522
542
$(am__post_remove_distdir )
523
543
524
544
dist-tarZ : distdir
545
+ @echo WARNING: " Support for distribution archives compressed with" \
546
+ " legacy program 'compress' is deprecated." >&2
547
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
525
548
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
526
549
$(am__post_remove_distdir )
527
550
528
551
dist-shar : distdir
529
- shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
552
+ @echo WARNING: " Support for shar distribution archives is" \
553
+ " deprecated." >&2
554
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
555
+ shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
530
556
$(am__post_remove_distdir )
531
557
532
558
dist-zip : distdir
@@ -544,7 +570,7 @@ dist dist-all:
544
570
distcheck : dist
545
571
case ' $(DIST_ARCHIVES)' in \
546
572
* .tar.gz* ) \
547
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
573
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
548
574
* .tar.bz2* ) \
549
575
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
550
576
* .tar.lz* ) \
@@ -554,22 +580,23 @@ distcheck: dist
554
580
* .tar.Z* ) \
555
581
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
556
582
* .shar.gz* ) \
557
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
583
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
558
584
* .zip* ) \
559
585
unzip $(distdir ) .zip ;; \
560
586
esac
561
587
chmod -R a-w $(distdir )
562
588
chmod u+w $(distdir )
563
- mkdir $(distdir ) /_build $(distdir ) /_inst
589
+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
564
590
chmod a-w $(distdir )
565
591
test -d $(distdir ) /_build || exit 0; \
566
592
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
567
593
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
568
594
&& am__cwd=` pwd` \
569
- && $(am__cd ) $(distdir ) /_build \
570
- && ../configure --srcdir=.. --prefix= " $$ dc_install_base " \
595
+ && $(am__cd ) $(distdir ) /_build/sub \
596
+ && ../../configure \
571
597
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
572
598
$(DISTCHECK_CONFIGURE_FLAGS ) \
599
+ --srcdir=../.. --prefix=" $$ dc_install_base" \
573
600
&& $(MAKE ) $(AM_MAKEFLAGS ) \
574
601
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
575
602
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -665,7 +692,8 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
665
692
666
693
distclean : distclean-am
667
694
-rm -f $(am__CONFIG_DISTCLEAN_FILES )
668
- -rm -rf ./$(DEPDIR )
695
+ -rm -f ./$(DEPDIR ) /pmbw.Po
696
+ -rm -f ./$(DEPDIR ) /stats2gnuplot.Po
669
697
-rm -f Makefile
670
698
distclean-am : clean-am distclean-compile distclean-generic \
671
699
distclean-tags
@@ -713,7 +741,8 @@ installcheck-am:
713
741
maintainer-clean : maintainer-clean-am
714
742
-rm -f $(am__CONFIG_DISTCLEAN_FILES )
715
743
-rm -rf $(top_srcdir ) /autom4te.cache
716
- -rm -rf ./$(DEPDIR )
744
+ -rm -f ./$(DEPDIR ) /pmbw.Po
745
+ -rm -f ./$(DEPDIR ) /stats2gnuplot.Po
717
746
-rm -f Makefile
718
747
maintainer-clean-am : distclean-am maintainer-clean-generic
719
748
@@ -733,9 +762,9 @@ uninstall-am: uninstall-binPROGRAMS
733
762
734
763
.MAKE : install-am install-strip
735
764
736
- .PHONY : CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
737
- clean-binPROGRAMS clean-cscope clean-generic cscope \
738
- cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
765
+ .PHONY : CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
766
+ check-am clean clean -binPROGRAMS clean-cscope clean-generic \
767
+ cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
739
768
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
740
769
distcheck distclean distclean-compile distclean-generic \
741
770
distclean-tags distcleancheck distdir distuninstallcheck dvi \
@@ -749,6 +778,8 @@ uninstall-am: uninstall-binPROGRAMS
749
778
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
750
779
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
751
780
781
+ .PRECIOUS : Makefile
782
+
752
783
753
784
# Tell versions [3.59,3.63) of GNU make to not export all variables.
754
785
# Otherwise a system limit (for SysV at least) may be exceeded.
0 commit comments