📄 makefile.am
字号:
AUTOMAKE_OPTIONS = foreignSUBDIRS = srcDEBIANFILES = \ debian/changelog \ debian/compat \ debian/control \ debian/control.in \ debian/copyright \ debian/rules \ debian/vdpau-video.installDEBIANGENFILES = \ debian/control \ debian/changelogEXTRA_DIST = \ $(DEBIANFILES)# Extra clean files so that maintainer-clean removes *everything*MAINTAINERCLEANFILES = \ aclocal.m4 compile config.guess config.sub \ configure depcomp install-sh ltmain.sh \ Makefile.in missing debian/controldeb: dist -mkdir debian-build cd debian-build && \ tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \ cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -uc -us$(DEBIANGENFILES): debian/%: debian/%.in Makefile -sed \ -e 's|\@PACKAGE_VERSION\@|$(PACKAGE_VERSION)|' \ -e 's|\@LIBVA_SDS_PACKAGE_VERSION\@|$(LIBVA_SDS_PACKAGE_VERSION)|' \ $< > $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -