From 92b9deaf8d7c2a96c3977e1204341d6b6feb1fc1 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Wed, 14 Jan 2009 10:58:32 +0000 Subject: renamed [mtx_sh] to [mtx_spherical_harmonics]. svn path=/trunk/externals/iem/iemmatrix/; revision=10549 --- src/mtx_spherical_harmonics/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/mtx_spherical_harmonics/Makefile.am (limited to 'src/mtx_spherical_harmonics/Makefile.am') diff --git a/src/mtx_spherical_harmonics/Makefile.am b/src/mtx_spherical_harmonics/Makefile.am new file mode 100644 index 0000000..ab2ba6f --- /dev/null +++ b/src/mtx_spherical_harmonics/Makefile.am @@ -0,0 +1,13 @@ +SUBDIRS = . cmdline + +lib_LIBRARIES = libsharmonics.a + +libsharmonics_a_SOURCES = \ + legendre_a.c \ + sharmonics_normalization.c \ + chebyshev12.c \ + sharmonics.c + +include_HEADERS = \ + legendre_a.h \ + sharmonics_normalization.h -- cgit v1.2.1