aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_spherical_harmonics/Makefile.am
blob: a93380bf7c09aa81d45e0186f796f645f0a94207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = . cmdline

lib_LIBRARIES = libsharmonics.a

libsharmonics_a_CPPFLAGS = -I$(top_srcdir)/..

libsharmonics_a_SOURCES = \
	legendre_a.c \
	sharmonics_normalization.c \
	chebyshev12.c \
	sharmonics.c

include_HEADERS = \
	legendre_a.h \
	sharmonics_normalization.h