makefile
来自「关系型数据库 Postgresql 6.5.2」· 代码 · 共 29 行
TXT
29 行
#-------------------------------------------------------------------------## Makefile.inc--# Makefile for bin/initlocation## Copyright (c) 1994, Regents of the University of California### IDENTIFICATION# $Header: /usr/local/cvsroot/pgsql/src/bin/initlocation/Makefile,v 1.7 1999/06/04 21:12:06 tgl Exp $##-------------------------------------------------------------------------SRCDIR= ../..include ../../Makefile.globalall: initlocationinitlocation: initlocation.sh cp -p initlocation.sh initlocationinstall: initlocation $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<clean: rm -f initlocationdep depend:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?