summaryrefslogtreecommitdiff
path: root/native/Makefile.am
blob: eb848a03aadb9af330b533b3b74f181d8d5d3c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Input file for automake to generate the Makefile.in used by configure

if CREATE_JNI_LIBRARIES

if CREATE_CNI_LIBRARIES
sUBDIRS = fdlibm cni jni
else
SUBDIRS = fdlibm jni 
endif

else
if CREATE_CNI_LIBRARIES
SUBDIRS = fdlibm cni
endif
endif