makefile

来自「aee是一种易使用的文本编辑器。你可以不用说明书来使用它。它提供终端接口和本地的」· 代码 · 共 41 行

TXT
41
字号
# This is the make file for aee, "another easy editor".## A file called 'make.aee' will be generated which will contain information # specific to the local system, such as if it is a BSD or System V based # version of UNIX, whether or not it has catgets, or select.  ## The "install" target ("make install") will copy the aee and xae binaries to # the /usr/local/bin directory on the local system.  The man page (aee.1) # will be copied into the /usr/local/man/man1 directory.## The "clean" target ("make clean") will remove the # object files, and the aee and xae binaries.#main :	localaee buildaee all :	bothboth :	main xaexae :	localxae buildxaebuildaee :		make -f make.aeelocalaee:	@./create.mk.aeebuildxae :		(cd xae_dir; make -f make.xae)localxae:	@./create.mk.xaeinstall :	@./install-shclean :	rm -f *.o aee xae xae_dir/*.o

⌨️ 快捷键说明

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