Makefile
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- #-------------------------------------------------------------------------
- #
- # Makefile.inc--
- # Makefile for bin/destroylang
- #
- # Copyright (c) 1994, Regents of the University of California
- #
- #
- # IDENTIFICATION
- # $Header: /usr/local/cvsroot/pgsql/src/bin/destroylang/Makefile,v 1.1 1999/05/20 16:50:02 wieck Exp $
- #
- #-------------------------------------------------------------------------
- SRCDIR= ../..
- include ../../Makefile.global
- all: destroylang
- destroylang: destroylang.sh
- cp destroylang.sh destroylang
- install: destroylang
- $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
- clean:
- rm -f destroylang
- dep depend: