Makefile
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- #-------------------------------------------------------------------------
- #
- # 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.global
- all: initlocation
- initlocation: initlocation.sh
- cp -p initlocation.sh initlocation
- install: initlocation
- $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
- clean:
- rm -f initlocation
- dep depend: