2008-04-25 15:54:10 +08:00
|
|
|
# $Id$
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2010-12-21 00:06:29 +08:00
|
|
|
lib.vcxproj
|
2008-04-25 15:54:10 +08:00
|
|
|
|
|
|
|
liblbfgsincludedir = $(includedir)
|
|
|
|
liblbfgsinclude_HEADERS = \
|
|
|
|
../include/lbfgs.h
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = liblbfgs.la
|
|
|
|
|
|
|
|
liblbfgs_la_SOURCES = \
|
|
|
|
arithmetic_ansi.h \
|
|
|
|
arithmetic_sse_double.h \
|
|
|
|
arithmetic_sse_float.h \
|
|
|
|
../include/lbfgs.h \
|
|
|
|
lbfgs.c
|
|
|
|
|
|
|
|
liblbfgs_la_LDFLAGS = \
|
|
|
|
-no-undefined \
|
|
|
|
-release @VERSION@
|
|
|
|
|
|
|
|
AM_CFLAGS = @CFLAGS@
|
|
|
|
INCLUDES = @INCLUDES@
|