Makefile
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 2k
Category:

MySQL

Development Platform:

Visual C++

  1. # Generated automatically from Makefile.in by configure.
  2. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  3. # This program is free software; you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation; either version 2 of the License, or
  6. # (at your option) any later version.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  10. # GNU General Public License for more details.
  11. # You should have received a copy of the GNU General Public License
  12. # along with this program; if not, write to the Free Software
  13. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  14. # Adaptor makefile to translate between what automake expects and what
  15. # BDB provides (or vice versa).
  16. srcdir = .
  17. top_srcdir = ..
  18. # distdir and top_distdir are set by the calling Makefile
  19. bdb_build = build_unix
  20. files = LICENSE Makefile Makefile.in README
  21. subdirs = btree build_vxworks build_win32 clib common cxx db db185 
  22. db_archive db_checkpoint db_deadlock db_dump db_dump185 db_load 
  23. db_printlog db_recover db_stat db_upgrade db_verify dbm dist docs 
  24. env examples_c examples_cxx hash hsearch include java libdb_java 
  25. lock log mp mutex os os_vxworks os_win32 perl.BerkeleyDB 
  26. perl.DB_File qam rpc_client rpc_server tcl test txn xa
  27. all:
  28. cd $(bdb_build) && $(MAKE) all
  29. # May want to fix this, and MYSQL/configure, to install things
  30. install dvi check installcheck:
  31. distdir:
  32. for s in $(subdirs); do 
  33.   cp -pr $(srcdir)/$$s $(distdir)/$$s; 
  34. done
  35. for f in $(files); do 
  36.   test -f $(distdir)/$$f || cp -p $(srcdir)/$$f $(distdir)/$$f; 
  37. done
  38. mkdir $(distdir)/$(bdb_build)
  39. cp -p $(srcdir)/$(bdb_build)/.IGNORE_ME $(distdir)/$(bdb_build)