Makefile
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- #-------------------------------------------------------------------------
- #
- # Makefile--
- # Makefile for bin/vacuumdb
- #
- # Copyright (c) 1994, Regents of the University of California
- #
- #
- # IDENTIFICATION
- # $Header: /usr/local/cvsroot/pgsql/src/bin/vacuumdb/Makefile,v 1.1 1998/11/14 01:58:14 thomas Exp $
- #
- #-------------------------------------------------------------------------
- SRCDIR= ../..
- include ../../Makefile.global
- all: vacuumdb
- install: vacuumdb
- $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
- clean:
- dep depend: