📄 makefile.am
字号:
# X-based AWT support for standard Java libraries## Copyright (c) 1998, 1999# Transvirtual Technologies, Inc. All rights reserved.## See the file "license.terms" for information on usage and redistribution # of this file. native_LTLIBRARIES = libxawt.laAM_CPPFLAGS = \ -I$(top_builddir)/include \ -I$(top_srcdir)/kaffe/kaffevm/jni \ -I$(top_srcdir)/libraries/javalib/external/classpath/native/jni/classpathlibxawt_la_CFLAGS = \ $(CFLAGS_PG) \ $(X_CFLAGS) \ $(XI18N_CFLAGS)libxawt_la_LDFLAGS = \ $(KLIBFLAGS) \ -no-undefined \ -module \ -release $(PACKAGE_VERSION) \ -export-symbols-regex "^([Jj]ava|kaffe)_"libxawt_la_LIBADD = \ $(top_builddir)/kaffe/kaffevm/libkaffevm.la \ $(top_builddir)/libraries/javalib/external/classpath/native/jni/classpath/libclasspath.la \ $(AWT_LIBS)libxawt_la_SOURCES = \ tlk.c \ wnd.c \ evt.c \ gra.c \ fnt.c \ clr.c \ img.c \ imggif.c \ imgjpeg.c \ imgpng.c \ cbd.cnoinst_HEADERS = \ keysyms.h \ toolkit.h \ tlkprops.hCLEANFILES = so_locations
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -