OSDN Git Service

* store-motion.c Do not include params.h
[pf3gnuchains/gcc-fork.git] / libjava / classpath / native / Makefile.am
1 ## Input file for automake to generate the Makefile.in used by configure
2
3 if CREATE_JNI_LIBRARIES
4   JNIDIR = jni
5 endif
6
7 if CREATE_GTK_PEER_LIBRARIES
8   JAWTDIR = jawt
9 endif
10
11 if CREATE_PLUGIN
12   PLUGINDIR = plugin
13 endif
14
15 SUBDIRS = fdlibm $(JNIDIR) $(JAWTDIR) $(PLUGINDIR)
16 DIST_SUBDIRS = fdlibm jni jawt plugin
17