summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/Makefile.am
blob: 624b6d9ce199899c595b26674b506836b9eed3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##
##  -*- makefile -*-
##
## Makefile.am
## Made by  Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on  Thu Mar 22 16:39:30 2007 jofret
## Last update Thu Sep  6 14:22:15 2007 bruno
##
## Copyright INRIA 2007
##

SUBDIRS=	cos \
		cosh \
		acos \
		acosh \
		sin \
		sinh \
		asin \
		asinh \
		tan \
		tanh \
		atan \
		atanh \
		exp \
		exp10 \
		log \
		log10 \
		sqrt