1# Library lmfit: 2# Levenberg-Marquardt least squares fitting 3# 4# File Makefile.am: 5# Input for the build process using GNU autotools. 6# 7# Copyright: 8# (C) 2013 Joachim Wuttke, Forschungszentrum Jülich GmbH 9# 10# Licence: 11# FreeBSD. See ../COPYING. 12# 13# Website: 14# http://apps.jcns.fz-juelich.de/lmfit 15 16pkgconfigdir = $(libdir)/pkgconfig 17pkgconfig_DATA = lmfit.pc 18 19SUBDIRS = lib test man demo 20ACLOCAL_AMFLAGS = -I m4 21