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