URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [native/] [Makefile.am] - Rev 774
Compare with Previous | Blame | View Log
## Input file for automake to generate the Makefile.in used by configure
if CREATE_JNI_LIBRARIES
JNIDIR = jni
endif
if CREATE_GTK_PEER_LIBRARIES
JAWTDIR = jawt
endif
if CREATE_PLUGIN
PLUGINDIR = plugin
endif
SUBDIRS = fdlibm $(JNIDIR) $(JAWTDIR) $(PLUGINDIR)
DIST_SUBDIRS = fdlibm jni jawt plugin