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

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. ##
  18. ## This file is public domain and comes with NO WARRANTY of any kind
  19. MYSQLDATAdir = $(localstatedir)
  20. MYSQLSHAREdir = $(pkgdatadir)
  21. MYSQLBASEdir= $(prefix)
  22. ## We'll use CLIENT_EXTRA_LDFLAGS for threaded and non-threaded
  23. ## until someone complains that they need separate options.
  24. LDADD = @CLIENT_EXTRA_LDFLAGS@ $(target)
  25. pkglib_LTLIBRARIES = $(target)
  26. noinst_PROGRAMS = conf_to_src
  27. # We need .lo, not .o files for everything.
  28. CHARSET_OBJS=@CHARSET_OBJS@
  29. LTCHARSET_OBJS= ${CHARSET_OBJS:.o=.lo}
  30. target_sources = libmysql.c net.c violite.c password.c 
  31.     get_password.c errmsg.c
  32. mystringsobjects = strmov.lo strxmov.lo strnmov.lo strmake.lo strend.lo 
  33. strnlen.lo strfill.lo is_prefix.lo 
  34. int2str.lo str2int.lo strinstr.lo strcont.lo 
  35. strcend.lo 
  36. bchange.lo bmove.lo bmove_upp.lo longlong2str.lo 
  37. strtoull.lo strtoll.lo llstr.lo 
  38. ctype.lo $(LTCHARSET_OBJS)
  39. mystringsextra=  strto.c ctype_autoconf.c
  40. dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo
  41. mysysheaders = mysys_priv.h my_static.h
  42. mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo 
  43. my_create.lo my_delete.lo mf_tempfile.lo my_open.lo 
  44. mf_casecnv.lo my_read.lo my_write.lo errors.lo 
  45. my_error.lo my_getwd.lo my_div.lo 
  46. mf_pack.lo my_messnc.lo mf_dirname.lo mf_fn_ext.lo
  47. mf_wcomp.lo typelib.lo safemalloc.lo my_alloc.lo 
  48. mf_format.lo mf_path.lo mf_unixpath.lo my_fopen.lo 
  49. my_fstream.lo 
  50. mf_loadpath.lo my_pthread.lo my_thr_init.lo 
  51. thr_mutex.lo mulalloc.lo string.lo default.lo 
  52. my_compress.lo array.lo my_once.lo list.lo my_net.lo 
  53.                         charset.lo hash.lo
  54. # Not needed in the minimum library
  55. mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo
  56. mysysobjects = $(mysysobjects1) $(mysysobjects2)
  57. target_libadd = $(mysysobjects) $(mystringsobjects) $(dbugobjects)
  58. target_ldflags = -version-info @SHARED_LIB_VERSION@
  59. CLEANFILES = $(target_libadd) $(SHLIBOBJS) 
  60. $(target)
  61. DEFS = -DDEFAULT_CHARSET_HOME=""$(MYSQLBASEdir)"" 
  62. -DDATADIR=""$(MYSQLDATAdir)"" 
  63. -DSHAREDIR=""$(MYSQLSHAREdir)"" $(target_defs)
  64. # The automatic dependencies miss this
  65. bmove_upp.lo: $(LTCHARSET_OBJS)
  66. ctype.lo: ctype_extra_sources.c
  67. clean-local:
  68. rm -f `echo $(mystringsobjects) | sed "s;.lo;.c;g"` 
  69.       `echo $(dbugobjects) | sed "s;.lo;.c;g"` 
  70.       `echo $(mysysobjects) | sed "s;.lo;.c;g"` 
  71.        $(mystringsextra) $(mysysheaders) ctype_extra_sources.c 
  72.        ../linked_client_sources
  73. ctype_extra_sources.c: conf_to_src
  74. ./conf_to_src $(top_srcdir) @CHARSETS_NEED_SOURCE@ > 
  75.               $(srcdir)/ctype_extra_sources.c
  76. conf_to_src_SOURCES = conf_to_src.c
  77. conf_to_src_LDADD=
  78. # Don't update the files from bitkeeper
  79. %::SCCS/s.%