Makefile.am 1.49 KB
Newer Older
Emmanuel Bertin's avatar
Emmanuel Bertin committed
1
2
3
4
5
6
7
8
9
#
#				Makefile.am
#
# LevMar Makefile.am. Process this file with automake to generate a Makefile
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#
#	This file part of:	AstrOmatic software
#
10
11
#	Copyright:		(C) 2007-2012 Emmanuel Bertin -- IAP/CNRS/UPMC
##				(C) 2004-2011 Manolis Lourakis (orig. LevMar)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
#	Licenses:		GNU General Public License
#
#	AstrOmatic software is free software: you can redistribute it and/or
#	modify it under the terms of the GNU General Public License as
#	published by the Free Software Foundation, either version 3 of the
#	License, or (at your option) any later version.
#	AstrOmatic software is distributed in the hope that it will be useful,
#	but WITHOUT ANY WARRANTY; without even the implied warranty of
#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#	GNU General Public License for more details.
#	You should have received a copy of the GNU General Public License
#	along with AstrOmatic software.
#	If not, see <http://www.gnu.org/licenses/>.
#
27
#	Last modified:		10/07/2012
Emmanuel Bertin's avatar
Emmanuel Bertin committed
28
29
30
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Emmanuel Bertin's avatar
Emmanuel Bertin committed
31
noinst_LIBRARIES	= liblevmar.a
32
33
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
34
EXTRA_liblevmar_a_SOURCES = Axb_core.c lmbc_core.c lm_core.c \
35
36
37
			  lmblec_core.c lmbleic_core.c lmlec_core.c \
			  misc_core.c \
			  LICENSE README README.txt \
38
39
			  Makefile.icc Makefile.vc expfit.c levmar.h.in \
			  lmdemo.c lm.h matlab
40