
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@4 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
25 lines
386 B
Makefile
25 lines
386 B
Makefile
# $Id$
|
|
|
|
EXTRA_DIST = \
|
|
lib.vcproj
|
|
|
|
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@
|