diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-11-01 01:39:27 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-11-01 01:39:27 -0400 |
| commit | a9827d2477d00eafcdc6a640a47396925b071dc6 (patch) | |
| tree | 418489d384924f17e1b4f7d2d39080963f57d159 /src/Makefile | |
| parent | 2edeea27f4ed6770b2eab70e81ec9172e2807c57 (diff) | |
need to testunsure
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/src/Makefile b/src/Makefile index 88a68b4..4f6cca3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # src/Makefile. Generated from Makefile.in by configure. -# Copyright (C) 1994-2013 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, @@ -15,7 +15,17 @@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -80,12 +90,11 @@ build_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-unknown-linux-gnu bin_PROGRAMS = dssi-render$(EXEEXT) subdir = src -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @@ -179,6 +188,8 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ + $(top_srcdir)/mkinstalldirs DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -205,7 +216,7 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -ACLOCAL = ${SHELL} /home/pepper/dssi-render/missing aclocal-1.14 +ACLOCAL = ${SHELL} /home/pepper/dssi-render/missing aclocal-1.15 ALSA_CFLAGS = -I/usr/include/alsa ALSA_LIBS = -lasound AMTAR = $${TAR-tar} @@ -213,7 +224,7 @@ AM_DEFAULT_VERBOSITY = 1 AR = ar AUTOCONF = ${SHELL} /home/pepper/dssi-render/missing autoconf AUTOHEADER = ${SHELL} /home/pepper/dssi-render/missing autoheader -AUTOMAKE = ${SHELL} /home/pepper/dssi-render/missing automake-1.14 +AUTOMAKE = ${SHELL} /home/pepper/dssi-render/missing automake-1.15 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -231,10 +242,10 @@ DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = -EGREP = /bin/grep -E +EGREP = /usr/bin/grep -E EXEEXT = -FGREP = /bin/grep -F -GREP = /bin/grep +FGREP = /usr/bin/grep -F +GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} @@ -248,9 +259,10 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTLIBOBJS = +LT_SYS_LIBRARY_PATH = MAKEINFO = ${SHELL} /home/pepper/dssi-render/missing makeinfo MANIFEST_TOOL = : -MKDIR_P = /bin/mkdir -p +MKDIR_P = /usr/bin/mkdir -p NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump @@ -269,9 +281,9 @@ PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = RANLIB = ranlib -SED = /bin/sed +SED = /usr/bin/sed SET_MAKE = -SHELL = /bin/bash +SHELL = /bin/sh SNDFILE_CFLAGS = SNDFILE_LIBS = -lsndfile STRIP = strip @@ -350,7 +362,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -737,6 +748,8 @@ uninstall-am: uninstall-binPROGRAMS mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-binPROGRAMS +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |
