diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-29 23:17:32 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-29 23:17:32 -0800 |
| commit | 3b1f919e65c4c88d0d760121d61456eb68dc79b6 (patch) | |
| tree | 32f23a64ef33a41011fd857f5bf50021bbd768b3 /src/Makefile | |
| parent | aa2d7c0ec0a0c69dcf41993bf8bae9c2c97cea9d (diff) | |
still working out issues, fixed some cli things
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/src/Makefile b/src/Makefile index bc24694..45dd42a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -81,7 +81,7 @@ 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 + $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp TODO ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -205,15 +205,15 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -ACLOCAL = ${SHELL} /tmp/mybaby/dssi-render/missing aclocal-1.14 +ACLOCAL = ${SHELL} /home/pepper/dssi-render/missing aclocal-1.14 ALSA_CFLAGS = -I/usr/include/alsa ALSA_LIBS = -lasound AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar -AUTOCONF = ${SHELL} /tmp/mybaby/dssi-render/missing autoconf -AUTOHEADER = ${SHELL} /tmp/mybaby/dssi-render/missing autoheader -AUTOMAKE = ${SHELL} /tmp/mybaby/dssi-render/missing automake-1.14 +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 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -231,10 +231,10 @@ DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = -EGREP = /usr/bin/grep -E +EGREP = /bin/grep -E EXEEXT = -FGREP = /usr/bin/grep -F -GREP = /usr/bin/grep +FGREP = /bin/grep -F +GREP = /bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} @@ -248,10 +248,9 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTLIBOBJS = -LT_SYS_LIBRARY_PATH = -MAKEINFO = ${SHELL} /tmp/mybaby/dssi-render/missing makeinfo +MAKEINFO = ${SHELL} /home/pepper/dssi-render/missing makeinfo MANIFEST_TOOL = : -MKDIR_P = /usr/bin/mkdir -p +MKDIR_P = /bin/mkdir -p NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump @@ -270,17 +269,17 @@ PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = RANLIB = ranlib -SED = /usr/bin/sed +SED = /bin/sed SET_MAKE = -SHELL = /bin/sh +SHELL = /bin/bash SNDFILE_CFLAGS = SNDFILE_LIBS = -lsndfile STRIP = strip VERSION = 0.0.1 -abs_builddir = /tmp/mybaby/dssi-render/src -abs_srcdir = /tmp/mybaby/dssi-render/src -abs_top_builddir = /tmp/mybaby/dssi-render -abs_top_srcdir = /tmp/mybaby/dssi-render +abs_builddir = /home/pepper/dssi-render/src +abs_srcdir = /home/pepper/dssi-render/src +abs_top_builddir = /home/pepper/dssi-render +abs_top_srcdir = /home/pepper/dssi-render ac_ct_AR = ar ac_ct_CC = gcc ac_ct_DUMPBIN = @@ -309,7 +308,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /tmp/mybaby/dssi-render/install-sh +install_sh = ${SHELL} /home/pepper/dssi-render/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale |
