📄 makefile.am
字号:
# Esd files for Tritonus javax.sound implementation## Copyright (c) 2002, 2003, 2004# Dalibor Topic <robilad@kaffe.org>## See the file "license.terms" for information on usage and redistribution # of this file. AM_CPPFLAGS = -I$(top_builddir)/includenative_LTLIBRARIES = libtritonusesd.lalibtritonusesd_la_CFLAGS =\ $(CFLAGS_PG)libtritonusesd_la_LDFLAGS =\ $(KLIBFLAGS) \ -module \ -release $(PACKAGE_VERSION) \ -export-symbols-regex "^([Jj]ava|org)_"libtritonusesd_la_LIBADD = -lesdlibtritonusesd_la_SOURCES = \ common.c \ org_tritonus_lowlevel_esd_EsdRecordingStream.c \ org_tritonus_lowlevel_esd_EsdStream.cnoinst_HEADERS = \ common.h CLEANFILES = so_locations
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -