⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 linux下建立JAVA虚拟机的源码KAFFE
💻 AM
字号:
# Alsa 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 = libtritonusalsa.lalibtritonusalsa_la_CFLAGS = \	$(CFLAGS_PG)libtritonusalsa_la_LDFLAGS = \	$(KLIBFLAGS) \	-module \	-release $(PACKAGE_VERSION) \	-export-symbols-regex "^([Jj]ava|org)_"libtritonusalsa_la_LIBADD = -lasoundlibtritonusalsa_la_SOURCES = \	common.c \	init.c \	org_tritonus_lowlevel_alsa_Alsa.c \	org_tritonus_lowlevel_alsa_AlsaCtl.c \	org_tritonus_lowlevel_alsa_AlsaCtlCardInfo.c \	org_tritonus_lowlevel_alsa_AlsaMixer.c \	org_tritonus_lowlevel_alsa_AlsaMixerElement.c \	org_tritonus_lowlevel_alsa_AlsaPcm.c \	org_tritonus_lowlevel_alsa_AlsaPcmHWParams.c \	org_tritonus_lowlevel_alsa_AlsaPcmHWParamsFormatMask.c \	org_tritonus_lowlevel_alsa_AlsaPcmSWParams.c \	org_tritonus_lowlevel_alsa_AlsaSeq.c \	org_tritonus_lowlevel_alsa_AlsaSeqClientInfo.c \	org_tritonus_lowlevel_alsa_AlsaSeqEvent.c \	org_tritonus_lowlevel_alsa_AlsaSeqPortInfo.c \	org_tritonus_lowlevel_alsa_AlsaSeqPortSubscribe.c \	org_tritonus_lowlevel_alsa_AlsaSeqQueueInfo.c \	org_tritonus_lowlevel_alsa_AlsaSeqQueueStatus.c \	org_tritonus_lowlevel_alsa_AlsaSeqQueueTempo.c \	org_tritonus_lowlevel_alsa_AlsaSeqRemoveEvents.c \	org_tritonus_lowlevel_alsa_AlsaSeqSystemInfo.cnoinst_HEADERS = \	common.h \	constants_check.hCLEANFILES = so_locations

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -