Makefile
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. #-------------------------------------------------------------------------
  2. #
  3. # Makefile.inc--
  4. #    Makefile for bin/initlocation
  5. #
  6. # Copyright (c) 1994, Regents of the University of California
  7. #
  8. #
  9. # IDENTIFICATION
  10. #    $Header: /usr/local/cvsroot/pgsql/src/bin/initlocation/Makefile,v 1.7 1999/06/04 21:12:06 tgl Exp $
  11. #
  12. #-------------------------------------------------------------------------
  13. SRCDIR= ../..
  14. include ../../Makefile.global
  15. all: initlocation
  16. initlocation: initlocation.sh
  17. cp -p initlocation.sh initlocation
  18. install: initlocation
  19. $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
  20. clean:
  21. rm -f initlocation
  22. dep depend: