📄 makefile.am
字号:
# Net support for standard Java libraries## Copyright (c) 1996, 1997, 1998, 1999# Transvirtual Technologies, Inc. All rights reserved.## See the file "license.terms" for information on usage and redistribution # of this file. native_LTLIBRARIES = libjavanet.laAM_CPPFLAGS = \ -I$(top_srcdir)/kaffe \ -I$(top_builddir)/include \ -I$(top_srcdir)/kaffe/kaffevm/jnilibjavanet_la_CFLAGS = \ $(CFLAGS_PG)libjavanet_la_LDFLAGS = \ $(KLIBFLAGS) \ -no-undefined \ -module \ -release $(PACKAGE_VERSION) \ -export-symbols-regex "^([Jj]ava|kaffe|gnu)_"libjavanet_la_LIBADD = \ $(top_builddir)/kaffe/kaffevm/libkaffevm.la \ $(NET_LIBS) \ $(top_builddir)/replace/libreplace.la \ $(LTLIBINTL)libjavanet_la_SOURCES = \ InetAddressImpl.c \ NetworkInterface.c \ PlainDatagramSocketImpl.c \ PlainSocketImpl.cCLEANFILES = so_locations
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -