makefile.am
来自「非常好的RTP库」· AM 代码 · 共 18 行
AM
18 行
### all of the standard pc files we need to generatepcfiles = \ jthread.pcpcfiles_uninstalled = \ jthread-uninstalled.pcall-local: $(pcfiles) $(pcfiles_uninstalled)pkgconfigdir = $(libdir)/pkgconfigpkgconfig_DATA = $(pcfiles)EXTRA_DIST = \ jthread.pc.in \ jthread-uninstalled.pc.inCLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?