--- fs-uae-3.1.66.orig/Makefile.in So. Dez. 19 04:24:49 2021 +++ fs-uae-3.1.66/Makefile.in Do. Juni 16 05:08:49 2022 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -179,10 +179,10 @@ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = dist/linux/Makefile dist/macos/Info.plist \ - dist/macos/Makefile dist/steamos/Makefile \ - dist/windows/fs-uae.iss dist/windows/Makefile \ - src/fs-uae/fs-uae.rc +CONFIG_CLEAN_FILES = dist/linux/Makefile dist/solaris/Makefile \ + dist/macos/Info.plist dist/macos/Makefile \ + dist/steamos/Makefile dist/windows/fs-uae.iss \ + dist/windows/Makefile src/fs-uae/fs-uae.rc CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) ARFLAGS = cru @@ -1139,6 +1139,7 @@ $(top_srcdir)/dist/linux/Makefile.in \ $(top_srcdir)/dist/macos/Info.plist.in \ $(top_srcdir)/dist/macos/Makefile.in \ + $(top_srcdir)/dist/solaris/Makefile.in \ $(top_srcdir)/dist/steamos/Makefile.in \ $(top_srcdir)/dist/windows/Makefile.in \ $(top_srcdir)/dist/windows/fs-uae.iss.in \ @@ -1234,7 +1235,7 @@ # LIBS += @OS_LIBS@ LIBS = @LIBS@ @CARBON_LIBS@ @FREETYPE_LIBS@ @GLEW_LIBS@ @GLIB_LIBS@ \ @IOKIT_LIBS@ @OPENAL_LIBS@ @OPENGL_LIBS@ @PNG_LIBS@ @QT_LIBS@ \ - @SDL2_LIBS@ @X11_LIBS@ @ZLIB_LIBS@ $(am__append_10) \ + @SDL2_LIBS@ @X11_LIBS@ @ZLIB_LIBS@ $(am__append_10) -lsocket lnsl \ $(am__append_49) LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ @@ -1330,7 +1331,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -2407,6 +2407,8 @@ -rm -f config.h stamp-h1 dist/linux/Makefile: $(top_builddir)/config.status $(top_srcdir)/dist/linux/Makefile.in cd $(top_builddir) && $(SHELL) ./config.status $@ +dist/solaris/Makefile: $(top_builddir)/config.status $(top_srcdir)/dist/solaris/Makefile.in + cd $(top_builddir) && $(SHELL) ./config.status $@ dist/macos/Info.plist: $(top_builddir)/config.status $(top_srcdir)/dist/macos/Info.plist.in cd $(top_builddir) && $(SHELL) ./config.status $@ dist/macos/Makefile: $(top_builddir)/config.status $(top_srcdir)/dist/macos/Makefile.in @@ -4565,7 +4567,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -4591,7 +4593,7 @@ @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -4609,7 +4611,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -4619,7 +4621,7 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac