You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
428 B
21 lines
428 B
# Library lmfit:
|
|
# Levenberg-Marquardt least squares fitting
|
|
#
|
|
# File Makefile.am:
|
|
# Input for the build process using GNU autotools.
|
|
#
|
|
# Copyright:
|
|
# (C) 2013 Joachim Wuttke, Forschungszentrum Jülich GmbH
|
|
#
|
|
# Licence:
|
|
# FreeBSD. See ../COPYING.
|
|
#
|
|
# Website:
|
|
# http://apps.jcns.fz-juelich.de/lmfit
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = lmfit.pc
|
|
|
|
SUBDIRS = lib test man demo
|
|
ACLOCAL_AMFLAGS = -I m4
|