Makefile.am 609 Bytes
Newer Older
Emmanuel Bertin's avatar
Emmanuel Bertin committed
1
# Makefile.am for the levmar Levenberg-Marquardt fitting library
2
# Copyright (C) 2007-2010 Emmanuel Bertin.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
3
4
5
# levmar code by Manolis Lourakis <lourakis@ics.forth.gr> 
# http://www.ics.forth.gr/~lourakis/levmar/
noinst_LIBRARIES	= liblevmar.a
6
7
liblevmar_a_SOURCES	= Axb.c lmbc.c lm.c lmblec.c lmbleic.c lmlec.c misc.c \
			  compiler.h levmar.h misc.h
Emmanuel Bertin's avatar
Emmanuel Bertin committed
8
EXTRA_liblevmar_a_SOURCES = Axb_core.c lmbc_core.c lm_core.c \
9
10
11
12
13
			  lmblec_core.c lmbleic_core.c lmlec_core.c \
			  misc_core.c \
			  LICENSE README README.txt \
			  Makefile.icc Makefile.vc levmar.vcproj lmdemo.vcproj \
			  expfit.c lmdemo.c lm.h matlab