makefile

来自「关系型数据库 Postgresql 6.5.2」· 代码 · 共 13 行

TXT
13
字号
# The Postgres make files exploit features of GNU make that other makes# do not have.  Because it is a common mistake for users to try to build# Postgres with a different make, we have this make file that does nothing# but tell the user to use GNU make.# If the user were using GNU make now, this file would not get used because# GNU make uses a make file named "GNUmakefile" in preference to "Makefile"# if it exists.  Postgres is shipped with a "GNUmakefile".all install clean dep depend:	@echo "You must use GNU make to use Postgres.  It may be installed"	@echo "on your system with the name 'gmake'."

⌨️ 快捷键说明

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