Skip to content

Commit 1a2f3ff

Browse files
committed
bump version to 0.6.3 due to aarch64
1 parent 44c44a9 commit 1a2f3ff

File tree

9 files changed

+754
-563
lines changed

9 files changed

+754
-563
lines changed

Makefile.in

Lines changed: 62 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.13.4 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -17,7 +17,17 @@
1717
# Makefile for pmbw
1818

1919
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+
}
2131
am__make_running_with_option = \
2232
case $${target_option-} in \
2333
?) ;; \
@@ -83,19 +93,12 @@ host_triplet = @host@
8393
target_triplet = @target@
8494
bin_PROGRAMS = pmbw$(EXEEXT) stats2gnuplot$(EXEEXT)
8595
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
9596
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9697
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
9798
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9899
$(ACLOCAL_M4)
100+
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101+
$(am__configure_deps) $(am__DIST_COMMON)
99102
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100103
configure.lineno config.status.lineno
101104
mkinstalldirs = $(install_sh) -d
@@ -123,7 +126,8 @@ am__v_at_0 = @
123126
am__v_at_1 =
124127
DEFAULT_INCLUDES = -I.@am__isrc@
125128
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
127131
am__mv = mv -f
128132
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
129133
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
@@ -178,6 +182,14 @@ ETAGS = etags
178182
CTAGS = ctags
179183
CSCOPE = cscope
180184
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
181193
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182194
distdir = $(PACKAGE)-$(VERSION)
183195
top_distdir = $(distdir)
@@ -314,15 +326,14 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
314326
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
315327
$(am__cd) $(top_srcdir) && \
316328
$(AUTOMAKE) --foreign Makefile
317-
.PRECIOUS: Makefile
318329
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319330
@case '$?' in \
320331
*config.status*) \
321332
echo ' $(SHELL) ./config.status'; \
322333
$(SHELL) ./config.status;; \
323334
*) \
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);; \
326337
esac;
327338

328339
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -390,8 +401,14 @@ mostlyclean-compile:
390401
distclean-compile:
391402
-rm -f *.tab.c
392403

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)
395412

396413
.cc.o:
397414
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -466,7 +483,10 @@ distclean-tags:
466483
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467484
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
468485

469-
distdir: $(DISTFILES)
486+
distdir: $(BUILT_SOURCES)
487+
$(MAKE) $(AM_MAKEFLAGS) distdir-am
488+
489+
distdir-am: $(DISTFILES)
470490
$(am__remove_distdir)
471491
test -d "$(distdir)" || mkdir "$(distdir)"
472492
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -506,7 +526,7 @@ distdir: $(DISTFILES)
506526
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
507527
|| chmod -R a+r "$(distdir)"
508528
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
510530
$(am__post_remove_distdir)
511531

512532
dist-bzip2: distdir
@@ -522,11 +542,17 @@ dist-xz: distdir
522542
$(am__post_remove_distdir)
523543

524544
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
525548
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
526549
$(am__post_remove_distdir)
527550

528551
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
530556
$(am__post_remove_distdir)
531557

532558
dist-zip: distdir
@@ -544,7 +570,7 @@ dist dist-all:
544570
distcheck: dist
545571
case '$(DIST_ARCHIVES)' in \
546572
*.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) ;;\
548574
*.tar.bz2*) \
549575
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
550576
*.tar.lz*) \
@@ -554,22 +580,23 @@ distcheck: dist
554580
*.tar.Z*) \
555581
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
556582
*.shar.gz*) \
557-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
583+
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
558584
*.zip*) \
559585
unzip $(distdir).zip ;;\
560586
esac
561587
chmod -R a-w $(distdir)
562588
chmod u+w $(distdir)
563-
mkdir $(distdir)/_build $(distdir)/_inst
589+
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
564590
chmod a-w $(distdir)
565591
test -d $(distdir)/_build || exit 0; \
566592
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
567593
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
568594
&& am__cwd=`pwd` \
569-
&& $(am__cd) $(distdir)/_build \
570-
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
595+
&& $(am__cd) $(distdir)/_build/sub \
596+
&& ../../configure \
571597
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
572598
$(DISTCHECK_CONFIGURE_FLAGS) \
599+
--srcdir=../.. --prefix="$$dc_install_base" \
573600
&& $(MAKE) $(AM_MAKEFLAGS) \
574601
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
575602
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -665,7 +692,8 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
665692

666693
distclean: distclean-am
667694
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
668-
-rm -rf ./$(DEPDIR)
695+
-rm -f ./$(DEPDIR)/pmbw.Po
696+
-rm -f ./$(DEPDIR)/stats2gnuplot.Po
669697
-rm -f Makefile
670698
distclean-am: clean-am distclean-compile distclean-generic \
671699
distclean-tags
@@ -713,7 +741,8 @@ installcheck-am:
713741
maintainer-clean: maintainer-clean-am
714742
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
715743
-rm -rf $(top_srcdir)/autom4te.cache
716-
-rm -rf ./$(DEPDIR)
744+
-rm -f ./$(DEPDIR)/pmbw.Po
745+
-rm -f ./$(DEPDIR)/stats2gnuplot.Po
717746
-rm -f Makefile
718747
maintainer-clean-am: distclean-am maintainer-clean-generic
719748

@@ -733,9 +762,9 @@ uninstall-am: uninstall-binPROGRAMS
733762

734763
.MAKE: install-am install-strip
735764

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 \
739768
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
740769
distcheck distclean distclean-compile distclean-generic \
741770
distclean-tags distcleancheck distdir distuninstallcheck dvi \
@@ -749,6 +778,8 @@ uninstall-am: uninstall-binPROGRAMS
749778
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
750779
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
751780

781+
.PRECIOUS: Makefile
782+
752783

753784
# Tell versions [3.59,3.63) of GNU make to not export all variables.
754785
# Otherwise a system limit (for SysV at least) may be exceeded.

0 commit comments

Comments
 (0)