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

📄 makefile.am

📁 lzo-1.08-src.zip 高效的压缩解压代码
💻 AM
字号:
## Process this file with automake to create Makefile.in## Copyright (C) 1996-2002 Markus F.X.J. Oberhumer#AUTOMAKE_OPTIONS = 1.6 gnuSUBDIRS = include src ltest examples tests minilzoEXTRA_DIST = BUGSACLOCAL_AMFLAGS = -I acconfig/m4# /***********************************************************************# // automake targets# ************************************************************************/dist-hook:	-rm -rf ./$(distdir)/acconfig/	cp -rpi $(srcdir)/B/ $(srcdir)/acconfig/ $(srcdir)/doc/ $(srcdir)/util/ $(distdir)/	-rm -f `find ./$(distdir)/ -type l -print`	-rm -f ./$(distdir)/util/*.filcheck-local: all-am	./ltest/ltest -mlzo -n2 -q $(top_srcdir)/COPYING	@echo	@echo "All checks passed."	@echo# /***********************************************************************# // special targets# ************************************************************************/basic-test: all	./ltest/ltest -mlzo -n2 -q $(top_srcdir)/COPYING	./tests/align	./tests/chksum	./examples/simple	./minilzo/testminitest: all	./ltest/ltest -mavail -n10 -q $(top_srcdir)/COPYING	$(SHELL) -e $(top_srcdir)/util/check.sh $(top_srcdir)	./tests/align	./tests/chksum	./examples/simple	./minilzo/testmini	@echo	@echo "All tests passed. Now you are ready to install LZO."	@echoltest:	cd src && $(MAKE)	cd ltest && $(MAKE) ltest@MAINT@linux-shared:@MAINT@	CC="$(CC)" $(SHELL) -e $(srcdir)/b/linux/shared.sh@MAINT@@GMAKE_TRUE@.PHONY: basic-test check-local dist-hook linux-shared ltest test@MAINT@@GMAKE_TRUE@-include $(top_srcdir)/maint/make/top.mk

⌨️ 快捷键说明

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