blob: 6cc309010c06e90cef24d903f0f37357abbcdf1b (
plain)
1
2
3
4
5
6
7
8
9
|
## Input file for automake to generate the Makefile.in used by configure
if CREATE_JNI_LIBRARIES
JNIDIR = jni
endif
SUBDIRS = fdlibm $(JNIDIR) target
DIST_SUBDIRS = fdlibm jni target
|