Makefile.am
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  2. #
  3. # This library is free software; you can redistribute it and/or
  4. # modify it under the terms of the GNU Library General Public
  5. # License as published by the Free Software Foundation; either
  6. # version 2 of the License, or (at your option) any later version.
  7. #
  8. # This library is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  11. # Library General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU Library General Public
  14. # License along with this library; if not, write to the Free
  15. # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  16. # MA 02111-1307, USA
  17. BUILT_SOURCES = mysql_version.h m_ctype.h my_config.h
  18. pkginclude_HEADERS = dbug.h m_string.h my_sys.h mysql.h mysql_com.h 
  19. mysqld_error.h my_list.h 
  20.         my_pthread.h my_no_pthread.h raid.h errmsg.h 
  21. my_global.h my_net.h 
  22. sslopt-case.h sslopt-longopts.h sslopt-usage.h 
  23. sslopt-vars.h $(BUILT_SOURCES)
  24. noinst_HEADERS = global.h config-win.h 
  25. nisam.h heap.h merge.h my_bitmap.h
  26. myisam.h myisampack.h myisammrg.h ft_global.h
  27. my_dir.h mysys_err.h my_base.h 
  28. my_nosys.h my_alarm.h queues.h 
  29. my_tree.h hash.h thr_alarm.h thr_lock.h 
  30. getopt.h t_ctype.h violite.h 
  31. mysql_version.h.in
  32. # mysql_version.h are generated
  33. SUPERCLEANFILES = mysql_version.h my_global.h my_config.h
  34. # Some include files that may be moved and patched by configure
  35. DISTCLEANFILES = sched.h
  36. all-local: my_global.h my_config.h
  37. # Since we include my_config.h it better exist from the beginning
  38. link_sources:
  39. $(CP) ../config.h my_config.h
  40. # Keep automake happy 
  41. my_config.h: ../config.h
  42. $(CP) ../config.h my_config.h
  43. # This should be changed in the source and removed.
  44. my_global.h: global.h
  45. $(RM) -f my_global.h
  46. $(CP) global.h my_global.h
  47. # These files should not be included in distributions since they are
  48. # generated by configure from the .h.in files
  49. dist-hook:
  50. $(RM) -f $(distdir)/mysql_version.h $(distdir)/my_config.h
  51. # Don't update the files from bitkeeper
  52. %::SCCS/s.%