📄 makefile.am
字号:
# New IO subsystem (NIO) support for Java libraries## Copyright (c) 2003 Kaffe's team## See the file "license.terms" for information on usage and redistribution # of this file. AM_CPPFLAGS = \ $(CLASSPATH_INCLUDES) \ -I$(top_builddir)/include \ -I$(top_srcdir)/kaffe/kaffevm/jni \ -I$(top_srcdir)/libraries/javalib/external/classpath/native/jni/classpathnative_LTLIBRARIES = libjavanio.lalibjavanio_la_CFLAGS = \ $(CFLAGS_PG)libjavanio_la_LDFLAGS = \ $(KLIBFLAGS) \ -no-undefined \ -module \ -release $(PACKAGE_VERSION) \ -export-symbols-regex "^([Jj]ava|kaffe|gnu)_"libjavanio_la_SOURCES = \ java_nio_MappedByteBufferImpl.c \ java_nio_VMDirectByteBuffer.c \ gnu_java_nio_charset_iconv_IconvDecoder.c \ gnu_java_nio_charset_iconv_IconvEncoder.c \ gnu_java_nio_channels_FileChannelImpl.c \ gnu_java_nio_VMSelector.c \ gnu_java_nio_VMPipe.c libjavanio_la_LIBADD = \ $(LTLIBICONV) \ $(top_builddir)/kaffe/kaffevm/libkaffevm.la \ $(top_builddir)/libraries/javalib/external/classpath/native/jni/classpath/libclasspath.laCLEANFILES = so_locations
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -