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

📄 makefile

📁 PostgreSQL7.4.6 for Linux
💻
字号:
#-------------------------------------------------------------------------## Makefile for src/bin/initlocation## Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group# Portions Copyright (c) 1994, Regents of the University of California## $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.14 2002/06/20 20:29:41 momjian Exp $##-------------------------------------------------------------------------subdir = src/bin/initlocationtop_builddir = ../../..include $(top_builddir)/src/Makefile.globalall: initlocationinitlocation: initlocation.sh	cp $< $@	chmod a+x $@install: all installdirs	$(INSTALL_SCRIPT) initlocation $(DESTDIR)$(bindir)/initlocationinstalldirs:	$(mkinstalldirs) $(DESTDIR)$(bindir)uninstall:	rm -f $(DESTDIR)$(bindir)/initlocationclean distclean maintainer-clean:	rm -f initlocation

⌨️ 快捷键说明

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