mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-23 09:20:05 +02:00
clean up
This commit is contained in:
@ -240,14 +240,14 @@ am__relativize = \
|
||||
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
||||
done; \
|
||||
reldir="$$dir2"
|
||||
ACLOCAL = ${SHELL} /src/cwp/ant-plugins/antd-lua-plugin/missing aclocal-1.15
|
||||
ACLOCAL = ${SHELL} /home/mrsang/build/antd-lua-plugin/missing aclocal-1.15
|
||||
AMTAR = $${TAR-tar}
|
||||
AM_DEFAULT_VERBOSITY = 1
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /src/cwp/ant-plugins/antd-lua-plugin/missing autoconf
|
||||
AUTOHEADER = ${SHELL} /src/cwp/ant-plugins/antd-lua-plugin/missing autoheader
|
||||
AUTOMAKE = ${SHELL} /src/cwp/ant-plugins/antd-lua-plugin/missing automake-1.15
|
||||
AWK = mawk
|
||||
AUTOCONF = ${SHELL} /home/mrsang/build/antd-lua-plugin/missing autoconf
|
||||
AUTOHEADER = ${SHELL} /home/mrsang/build/antd-lua-plugin/missing autoheader
|
||||
AUTOMAKE = ${SHELL} /home/mrsang/build/antd-lua-plugin/missing automake-1.15
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -g -O2
|
||||
@ -280,7 +280,7 @@ LIPO =
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
LT_SYS_LIBRARY_PATH =
|
||||
MAKEINFO = ${SHELL} /src/cwp/ant-plugins/antd-lua-plugin/missing makeinfo
|
||||
MAKEINFO = ${SHELL} /home/mrsang/build/antd-lua-plugin/missing makeinfo
|
||||
MANIFEST_TOOL = :
|
||||
MKDIR_P = /bin/mkdir -p
|
||||
NM = /usr/bin/nm -B
|
||||
@ -300,13 +300,13 @@ PATH_SEPARATOR = :
|
||||
RANLIB = ranlib
|
||||
SED = /bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
SHELL = /bin/bash
|
||||
STRIP = strip
|
||||
VERSION = 0.5.2b
|
||||
abs_builddir = /src/cwp/ant-plugins/antd-lua-plugin/lib/ann
|
||||
abs_srcdir = /src/cwp/ant-plugins/antd-lua-plugin/lib/ann
|
||||
abs_top_builddir = /src/cwp/ant-plugins/antd-lua-plugin
|
||||
abs_top_srcdir = /src/cwp/ant-plugins/antd-lua-plugin
|
||||
abs_builddir = /home/mrsang/build/antd-lua-plugin/lib/ann
|
||||
abs_srcdir = /home/mrsang/build/antd-lua-plugin/lib/ann
|
||||
abs_top_builddir = /home/mrsang/build/antd-lua-plugin
|
||||
abs_top_srcdir = /home/mrsang/build/antd-lua-plugin
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_DUMPBIN =
|
||||
@ -336,7 +336,7 @@ host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /src/cwp/ant-plugins/antd-lua-plugin/install-sh
|
||||
install_sh = ${SHELL} /home/mrsang/build/antd-lua-plugin/install-sh
|
||||
libdir = $(prefix)/lib/lua/
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
@ -345,7 +345,7 @@ mandir = ${datarootdir}/man
|
||||
mkdir_p = $(MKDIR_P)
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /src/www
|
||||
prefix = /opt/www
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
runstatedir = ${localstatedir}/run
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <doublefann.h>
|
||||
|
||||
#include "../lualib.h"
|
||||
#include "../../lua-api.h"
|
||||
//#include "../../lua-api.h"
|
||||
|
||||
#define LIB_NAME "ann"
|
||||
|
||||
|
Reference in New Issue
Block a user