diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-01-29 15:51:02 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-01-29 15:51:02 -0800 |
| commit | 3dce74ec0302c4a62d4b51406178cd7dac50e7ee (patch) | |
| tree | 74a03f95c451b21b89c8da0f5d7f843abcc06e9a /src/Makefile | |
| parent | 626426cbed64119d48458120d4a7bc8b281bf458 (diff) | |
autotools working a bit better
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile index 5237a3b..df7b968 100644 --- a/src/Makefile +++ b/src/Makefile @@ -60,10 +60,10 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/cli-dssi-host -pkgincludedir = $(includedir)/cli-dssi-host -pkglibdir = $(libdir)/cli-dssi-host -pkglibexecdir = $(libexecdir)/cli-dssi-host +pkgdatadir = $(datadir)/dssi-render +pkgincludedir = $(includedir)/dssi-render +pkglibdir = $(libdir)/dssi-render +pkglibexecdir = $(libexecdir)/dssi-render am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -221,7 +221,7 @@ CFLAGS = -g -O2 CPP = gcc -E CPPFLAGS = CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"cli-dssi-host\" -DVERSION=\"0.1.3\" +DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"dssi-render\" -DVERSION=\"0.0.1\" DEPDIR = .deps DLLTOOL = false DSSI_CFLAGS = @@ -258,7 +258,7 @@ OBJDUMP = objdump OBJEXT = o OTOOL = OTOOL64 = -PACKAGE = cli-dssi-host +PACKAGE = dssi-render PACKAGE_BUGREPORT = PACKAGE_NAME = PACKAGE_STRING = @@ -276,7 +276,7 @@ SHELL = /bin/sh SNDFILE_CFLAGS = SNDFILE_LIBS = -lsndfile STRIP = strip -VERSION = 0.1.3 +VERSION = 0.0.1 abs_builddir = /home/pepper/DSSI/dssi-render/src abs_srcdir = /home/pepper/DSSI/dssi-render/src abs_top_builddir = /home/pepper/DSSI/dssi-render |
