mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-25 12:55:52 +00:00
f911ba985a
From-SVN: r102074
10 lines
188 B
Makefile
10 lines
188 B
Makefile
## 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
|
|
|