makefile

来自「PostgreSQL7.4.6 for Linux」· 代码 · 共 33 行

TXT
33
字号
#-------------------------------------------------------------------------## 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 + =
减小字号Ctrl + -
显示快捷键?