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

数据库系统

开发平台:

Unix_Linux

  1. #-------------------------------------------------------------------------
  2. #
  3. # Makefile --
  4. #
  5. #    Makefile for contrib tools.
  6. #
  7. #-------------------------------------------------------------------------
  8. PGDIR = ../..
  9. SRCDIR = $(PGDIR)/src
  10. include $(SRCDIR)/Makefile.global
  11. all:
  12. install:
  13. clean:
  14. rm -f *~
  15. distclean: clean