makefile.am

来自「linux下网络收音机的源码」· AM 代码 · 共 33 行

AM
33
字号
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 + =
减小字号Ctrl + -
显示快捷键?