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

📄 makefile.am

📁 linux下网络收音机的源码
💻 AM
字号:
include $(top_srcdir)/common.makeplugins_LTLIBRARIES = python.lapython_la_SOURCES = \	pst.c			\	pst.h			\	pst-category.c		\	pst-category.h		\	pst-handler-config.c	\	pst-handler-config.h	\	pst-handler-field.c	\	pst-handler-field.h	\	pst-handler.c		\	pst-handler.h		\	pst-helpers.c		\	pst-helpers.h		\	pst-main.c		\	pst-stream.c		\	pst-stream.h		\	pst-transfer-session.c	\	pst-transfer-session.hpython_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS)scriptsdir = $(pkgdatadir)/python/scriptsiconsdir = $(pkgdatadir)/python/iconsAM_CPPFLAGS = $(WARN_CFLAGS) $(ST_CFLAGS) $(EMBEDDED_PYTHON_CFLAGS) $(PYGTK_CFLAGS) \	-DSCRIPTS_DIR="\"$(scriptsdir)\""	\	-DICONS_DIR="\"$(iconsdir)\""dist_scripts_DATA = basic.ch.py google-stations.py punkcast.com.pydist_icons_DATA = basic.ch.png google-stations.png punkcast.com.png

⌨️ 快捷键说明

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