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/cmdline/Makefile.am | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/mtx_spherical_harmonics/cmdline/Makefile.am (limited to 'src/mtx_spherical_harmonics/cmdline/Makefile.am') diff --git a/src/mtx_spherical_harmonics/cmdline/Makefile.am b/src/mtx_spherical_harmonics/cmdline/Makefile.am new file mode 100644 index 0000000..8a9391f --- /dev/null +++ b/src/mtx_spherical_harmonics/cmdline/Makefile.am @@ -0,0 +1,29 @@ +#check_PROGRAMS = \ + # + +bin_PROGRAMS = \ + legendre_a_cmd \ + sharmonics_normalization_cmd \ + chebyshev12_cmd \ + sharmonics_cmd + +#TESTS = $(check_PROGRAMS) + +AM_CPPFLAGS = -I$(top_srcdir) + +legendre_a_cmd_LDADD = ../libsharmonics.a + +sharmonics_normalization_cmd_LDADD = ../libsharmonics.a + +chebyshev12_cmd_LDADD = ../libsharmonics.a + +sharmonics_cmd_LDADD = ../libsharmonics.a + +legendre_a_cmd_SOURCES = legendre_a_cmd.c + +sharmonics_normalization_cmd_SOURCES = sharmonics_normalization_cmd.c + +chebyshev12_cmd_SOURCES = chebyshev12_cmd.c + +sharmonics_cmd_SOURCES = sharmonics_cmd.c + -- cgit v1.2.1