
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@4 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
15 lines
173 B
Makefile
15 lines
173 B
Makefile
# $Id$
|
|
|
|
EXTRA_DIST = \
|
|
sample.vcproj
|
|
|
|
noinst_PROGRAMS = sample
|
|
|
|
sample_SOURCES = \
|
|
sample.c
|
|
|
|
sample_LDADD = ../lib/liblbfgs.la
|
|
|
|
AM_CFLAGS = @CFLAGS@
|
|
INCLUDES = @INCLUDES@
|