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

MySQL数据库

开发平台:

Visual C++

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version.
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18. # GNU General Public License for more details.
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; if not, write to the Free Software
  21. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  22. # This file is public domain and comes with NO WARRANTY of any kind
  23. SHELL = @SHELL@
  24. srcdir = @srcdir@
  25. top_srcdir = @top_srcdir@
  26. VPATH = @srcdir@
  27. prefix = @prefix@
  28. exec_prefix = @exec_prefix@
  29. bindir = @bindir@
  30. sbindir = @sbindir@
  31. libexecdir = @libexecdir@
  32. datadir = @datadir@
  33. sysconfdir = @sysconfdir@
  34. sharedstatedir = @sharedstatedir@
  35. localstatedir = @localstatedir@
  36. libdir = @libdir@
  37. infodir = @infodir@
  38. mandir = @mandir@
  39. includedir = @includedir@
  40. oldincludedir = /usr/include
  41. DESTDIR =
  42. pkgdatadir = $(datadir)/@PACKAGE@
  43. pkglibdir = $(libdir)/@PACKAGE@
  44. pkgincludedir = $(includedir)/@PACKAGE@
  45. top_builddir = ..
  46. ACLOCAL = @ACLOCAL@
  47. AUTOCONF = @AUTOCONF@
  48. AUTOMAKE = @AUTOMAKE@
  49. AUTOHEADER = @AUTOHEADER@
  50. INSTALL = @INSTALL@
  51. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  52. INSTALL_DATA = @INSTALL_DATA@
  53. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  54. transform = @program_transform_name@
  55. NORMAL_INSTALL = :
  56. PRE_INSTALL = :
  57. POST_INSTALL = :
  58. NORMAL_UNINSTALL = :
  59. PRE_UNINSTALL = :
  60. POST_UNINSTALL = :
  61. build_alias = @build_alias@
  62. build_triplet = @build@
  63. host_alias = @host_alias@
  64. host_triplet = @host@
  65. target_alias = @target_alias@
  66. target_triplet = @target@
  67. ALLOCA = @ALLOCA@
  68. AS = @AS@
  69. AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
  70. AVAILABLE_LANGUAGES_ERRORS = @AVAILABLE_LANGUAGES_ERRORS@
  71. AWK = @AWK@
  72. CC = @CC@
  73. CFLAGS = @CFLAGS@
  74. CHARSETS_NEED_SOURCE = @CHARSETS_NEED_SOURCE@
  75. CHARSET_OBJS = @CHARSET_OBJS@
  76. CHARSET_SRCS = @CHARSET_SRCS@
  77. CHECK_PID = @CHECK_PID@
  78. CHMOD = @CHMOD@
  79. CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
  80. CLIENT_LIBS = @CLIENT_LIBS@
  81. CMP = @CMP@
  82. COMPILATION_COMMENT = @COMPILATION_COMMENT@
  83. CONF_COMMAND = @CONF_COMMAND@
  84. CP = @CP@
  85. CPP = @CPP@
  86. CXX = @CXX@
  87. CXXFLAGS = @CXXFLAGS@
  88. CXXLDFLAGS = @CXXLDFLAGS@
  89. DLLTOOL = @DLLTOOL@
  90. DOT_FRM_VERSION = @DOT_FRM_VERSION@
  91. FIND_PROC = @FIND_PROC@
  92. GETCONF = @GETCONF@
  93. GXX = @GXX@
  94. HOSTNAME = @HOSTNAME@
  95. IS_LINUX = @IS_LINUX@
  96. KILL = @KILL@
  97. LD = @LD@
  98. LIBTOOL = @LIBTOOL@
  99. LM_CFLAGS = @LM_CFLAGS@
  100. LN = @LN@
  101. LN_CP_F = @LN_CP_F@
  102. LN_S = @LN_S@
  103. MACHINE_TYPE = @MACHINE_TYPE@
  104. MAINT = @MAINT@
  105. MAKEINFO = @MAKEINFO@
  106. MAKE_SHELL = @MAKE_SHELL@
  107. MT_INCLUDES = @MT_INCLUDES@
  108. MT_LD_ADD = @MT_LD_ADD@
  109. MV = @MV@
  110. MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
  111. MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
  112. MYSQLD_USER = @MYSQLD_USER@
  113. MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
  114. MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
  115. MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
  116. MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
  117. MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
  118. MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
  119. MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
  120. OBJDUMP = @OBJDUMP@
  121. PACKAGE = @PACKAGE@
  122. PDFMANUAL = @PDFMANUAL@
  123. PERL = @PERL@
  124. PERL5 = @PERL5@
  125. PROTOCOL_VERSION = @PROTOCOL_VERSION@
  126. PS = @PS@
  127. RANLIB = @RANLIB@
  128. RM = @RM@
  129. SAVE_CFLAGS = @SAVE_CFLAGS@
  130. SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
  131. SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
  132. SAVE_LDFLAGS = @SAVE_LDFLAGS@
  133. SED = @SED@
  134. SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
  135. SYSTEM_TYPE = @SYSTEM_TYPE@
  136. TERMCAP_LIB = @TERMCAP_LIB@
  137. THREAD_LOBJECTS = @THREAD_LOBJECTS@
  138. THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
  139. VERSION = @VERSION@
  140. WRAPLIBS = @WRAPLIBS@
  141. YACC = @YACC@
  142. bdb_includes = @bdb_includes@
  143. bdb_libs = @bdb_libs@
  144. bench_dirs = @bench_dirs@
  145. default_charset = @default_charset@
  146. docs_dirs = @docs_dirs@
  147. innobase_includes = @innobase_includes@
  148. innobase_libs = @innobase_libs@
  149. linked_client_targets = @linked_client_targets@
  150. readline_dir = @readline_dir@
  151. readline_link = @readline_link@
  152. server_scripts = @server_scripts@
  153. sql_client_dirs = @sql_client_dirs@
  154. sql_server_dirs = @sql_server_dirs@
  155. thread_dirs = @thread_dirs@
  156. uname_prog = @uname_prog@
  157. INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include
  158. pkglib_LIBRARIES = libmystrings.a
  159. #no assembler
  160. @ASSEMBLER_x86_TRUE@ASRCS = strings-x86.s longlong2str-x86.s
  161. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@ASRCS = bmove_upp-sparc.s strappend-sparc.s strend-sparc.s strinstr-sparc.s strmake-sparc.s strmov-sparc.s strnmov-sparc.s strstr-sparc.s strxmov-sparc.s
  162. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@ASRCS = 
  163. # These file MUST all be on the same line!! Otherwise automake
  164. # generats a very broken makefile
  165. @ASSEMBLER_x86_TRUE@CSRCS = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c atof.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c llstr.c ctype.c strnlen.c
  166. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@CSRCS = strcont.c strfill.c strcend.c is_prefix.c longlong2str.c bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c atof.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c llstr.c ctype.c strnlen.c
  167. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@CSRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c atof.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c llstr.c ctype.c strnlen.c
  168. libmystrings_a_SOURCES = @CHARSET_SRCS@ $(ASRCS) $(CSRCS)
  169. noinst_PROGRAMS = conf_to_src
  170. # Default charset definitions
  171. EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c                         ctype-gb2312.c ctype-gbk.c ctype-sjis.c                         ctype-tis620.c ctype-ujis.c                         ctype_autoconf.c                         strto.c strings-x86.s longlong2str-x86.s  strxmov.c bmove_upp.c strappend.c strcont.c strend.c  strfill.c strcend.c is_prefix.c strstr.c strinstr.c  strmake.c strnmov.c strmov.c strnlen.c  bmove_upp-sparc.s strappend-sparc.s strend-sparc.s  strinstr-sparc.s strmake-sparc.s strmov-sparc.s  strnmov-sparc.s strstr-sparc.s strxmov-sparc.s
  172. OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h  __math.h time.h __time.h unistd.h __unistd.h types.h  xtypes.h ac-types.h posix.h string.h __string.h  errno.h socket.h inet.h dirent.h netdb.h  cleanup.h cond.h debug_out.h fd.h kernel.h mutex.h  prio_queue.h pthread_attr.h pthread_once.h queue.h  sleep.h specific.h version.h pwd.h timers.h uio.h  cdefs.h machdep.h signal.h __signal.h util.h
  173. libmystrings_a_LIBADD = @CHARSET_OBJS@
  174. conf_to_src_SOURCES = conf_to_src.c
  175. conf_to_src_LDADD = 
  176. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  177. CONFIG_HEADER = ../config.h
  178. CONFIG_CLEAN_FILES = 
  179. LIBRARIES =  $(pkglib_LIBRARIES)
  180. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  181. CPPFLAGS = @CPPFLAGS@
  182. LDFLAGS = @LDFLAGS@
  183. LIBS = @LIBS@
  184. libmystrings_a_DEPENDENCIES = 
  185. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@libmystrings_a_OBJECTS =  
  186. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strings-x86.o 
  187. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@longlong2str-x86.o bfill.o 
  188. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@bmove.o bmove512.o bchange.o 
  189. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strxnmov.o int2str.o 
  190. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@str2int.o r_strinstr.o 
  191. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@atof.o bcmp.o strtol.o 
  192. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strtoul.o strtoll.o 
  193. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strtoull.o strxmov.o 
  194. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@bmove_upp.o strappend.o 
  195. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strcont.o strend.o strfill.o 
  196. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strcend.o is_prefix.o 
  197. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strstr.o strinstr.o 
  198. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@strmake.o strnmov.o strmov.o 
  199. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@longlong2str.o llstr.o 
  200. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_FALSE@ctype.o strnlen.o
  201. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@libmystrings_a_OBJECTS =  
  202. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@bmove_upp-sparc.o 
  203. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strappend-sparc.o 
  204. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strend-sparc.o 
  205. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strinstr-sparc.o 
  206. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strmake-sparc.o 
  207. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strmov-sparc.o 
  208. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strnmov-sparc.o 
  209. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strstr-sparc.o 
  210. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strxmov-sparc.o strcont.o 
  211. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strfill.o strcend.o 
  212. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@is_prefix.o longlong2str.o 
  213. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@bfill.o bmove.o bmove512.o 
  214. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@bchange.o strxnmov.o 
  215. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@int2str.o str2int.o 
  216. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@r_strinstr.o atof.o bcmp.o 
  217. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strtol.o strtoul.o strtoll.o 
  218. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strtoull.o llstr.o ctype.o 
  219. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@strnlen.o
  220. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@libmystrings_a_OBJECTS =  
  221. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strxmov.o bmove_upp.o 
  222. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strappend.o strcont.o 
  223. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strend.o strfill.o 
  224. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strcend.o is_prefix.o 
  225. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strstr.o strinstr.o 
  226. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strmake.o strnmov.o 
  227. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strmov.o longlong2str.o 
  228. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@bfill.o bmove.o bmove512.o 
  229. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@bchange.o strxnmov.o 
  230. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@int2str.o str2int.o 
  231. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@r_strinstr.o atof.o bcmp.o 
  232. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strtol.o strtoul.o 
  233. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@strtoll.o strtoull.o 
  234. @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@llstr.o ctype.o strnlen.o
  235. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@libmystrings_a_OBJECTS =  
  236. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strings-x86.o 
  237. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@longlong2str-x86.o bfill.o 
  238. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@bmove.o bmove512.o bchange.o 
  239. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strxnmov.o int2str.o 
  240. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@str2int.o r_strinstr.o atof.o 
  241. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@bcmp.o strtol.o strtoul.o 
  242. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strtoll.o strtoull.o 
  243. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strxmov.o bmove_upp.o 
  244. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strappend.o strcont.o 
  245. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strend.o strfill.o strcend.o 
  246. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@is_prefix.o strstr.o 
  247. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strinstr.o strmake.o 
  248. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@strnmov.o strmov.o 
  249. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@longlong2str.o llstr.o 
  250. @ASSEMBLER_x86_TRUE@@ASSEMBLER_sparc_TRUE@ctype.o strnlen.o
  251. AR = ar
  252. PROGRAMS =  $(noinst_PROGRAMS)
  253. conf_to_src_OBJECTS =  conf_to_src.o
  254. conf_to_src_DEPENDENCIES = 
  255. conf_to_src_LDFLAGS = 
  256. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  257. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  258. CCLD = $(CC)
  259. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  260. DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
  261. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  262. TAR = gtar
  263. GZIP_ENV = --best
  264. SOURCES = $(libmystrings_a_SOURCES) $(conf_to_src_SOURCES)
  265. OBJECTS = $(libmystrings_a_OBJECTS) $(conf_to_src_OBJECTS)
  266. all: all-redirect
  267. .SUFFIXES:
  268. .SUFFIXES: .S .c .lo .o .s
  269. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  270. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps strings/Makefile
  271. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  272. cd $(top_builddir) 
  273.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  274. mostlyclean-pkglibLIBRARIES:
  275. clean-pkglibLIBRARIES:
  276. -test -z "$(pkglib_LIBRARIES)" || rm -f $(pkglib_LIBRARIES)
  277. distclean-pkglibLIBRARIES:
  278. maintainer-clean-pkglibLIBRARIES:
  279. install-pkglibLIBRARIES: $(pkglib_LIBRARIES)
  280. @$(NORMAL_INSTALL)
  281. $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  282. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  283.   if test -f $$p; then 
  284.     echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p"; 
  285.     $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p; 
  286.   else :; fi; 
  287. done
  288. @$(POST_INSTALL)
  289. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  290.   if test -f $$p; then 
  291.     echo " $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p"; 
  292.     $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p; 
  293.   else :; fi; 
  294. done
  295. uninstall-pkglibLIBRARIES:
  296. @$(NORMAL_UNINSTALL)
  297. list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  298.   rm -f $(DESTDIR)$(pkglibdir)/$$p; 
  299. done
  300. .c.o:
  301. $(COMPILE) -c $<
  302. .s.o:
  303. $(COMPILE) -c $<
  304. .S.o:
  305. $(COMPILE) -c $<
  306. mostlyclean-compile:
  307. -rm -f *.o core *.core
  308. clean-compile:
  309. distclean-compile:
  310. -rm -f *.tab.c
  311. maintainer-clean-compile:
  312. .c.lo:
  313. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  314. .s.lo:
  315. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  316. .S.lo:
  317. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  318. mostlyclean-libtool:
  319. -rm -f *.lo
  320. clean-libtool:
  321. -rm -rf .libs _libs
  322. distclean-libtool:
  323. maintainer-clean-libtool:
  324. libmystrings.a: $(libmystrings_a_OBJECTS) $(libmystrings_a_DEPENDENCIES)
  325. -rm -f libmystrings.a
  326. $(AR) cru libmystrings.a $(libmystrings_a_OBJECTS) $(libmystrings_a_LIBADD)
  327. $(RANLIB) libmystrings.a
  328. mostlyclean-noinstPROGRAMS:
  329. clean-noinstPROGRAMS:
  330. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  331. distclean-noinstPROGRAMS:
  332. maintainer-clean-noinstPROGRAMS:
  333. conf_to_src: $(conf_to_src_OBJECTS) $(conf_to_src_DEPENDENCIES)
  334. @rm -f conf_to_src
  335. $(LINK) $(conf_to_src_LDFLAGS) $(conf_to_src_OBJECTS) $(conf_to_src_LDADD) $(LIBS)
  336. tags: TAGS
  337. ID: $(HEADERS) $(SOURCES) $(LISP)
  338. list='$(SOURCES) $(HEADERS)'; 
  339. unique=`for i in $$list; do echo $$i; done | 
  340.   awk '    { files[$$0] = 1; } 
  341.        END { for (i in files) print i; }'`; 
  342. here=`pwd` && cd $(srcdir) 
  343.   && mkid -f$$here/ID $$unique $(LISP)
  344. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  345. tags=; 
  346. here=`pwd`; 
  347. list='$(SOURCES) $(HEADERS)'; 
  348. unique=`for i in $$list; do echo $$i; done | 
  349.   awk '    { files[$$0] = 1; } 
  350.        END { for (i in files) print i; }'`; 
  351. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  352.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  353. mostlyclean-tags:
  354. clean-tags:
  355. distclean-tags:
  356. -rm -f TAGS ID
  357. maintainer-clean-tags:
  358. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  359. subdir = strings
  360. distdir: $(DISTFILES)
  361. @for file in $(DISTFILES); do 
  362.   d=$(srcdir); 
  363.   if test -d $$d/$$file; then 
  364.     cp -pr $$d/$$file $(distdir)/$$file; 
  365.   else 
  366.     test -f $(distdir)/$$file 
  367.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  368.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  369.   fi; 
  370. done
  371. atof.o: atof.c ../include/global.h ../include/my_config.h 
  372. ../mit-pthreads/include/bits/local_lim.h 
  373. ../mit-pthreads/include/endian.h ../include/dbug.h
  374. bchange.o: bchange.c ../include/global.h ../include/my_config.h 
  375. ../mit-pthreads/include/bits/local_lim.h 
  376. ../mit-pthreads/include/endian.h ../include/dbug.h 
  377. ../include/m_string.h
  378. bcmp.o: bcmp.c ../include/global.h ../include/my_config.h 
  379. ../mit-pthreads/include/bits/local_lim.h 
  380. ../mit-pthreads/include/endian.h ../include/dbug.h 
  381. ../include/m_string.h
  382. bfill.o: bfill.c ../include/global.h ../include/my_config.h 
  383. ../mit-pthreads/include/bits/local_lim.h 
  384. ../mit-pthreads/include/endian.h ../include/dbug.h 
  385. ../include/m_string.h
  386. bmove.o: bmove.c ../include/global.h ../include/my_config.h 
  387. ../mit-pthreads/include/bits/local_lim.h 
  388. ../mit-pthreads/include/endian.h ../include/dbug.h 
  389. ../include/m_string.h
  390. bmove512.o: bmove512.c ../include/global.h ../include/my_config.h 
  391. ../mit-pthreads/include/bits/local_lim.h 
  392. ../mit-pthreads/include/endian.h ../include/dbug.h 
  393. ../include/m_string.h
  394. bmove_upp.o: bmove_upp.c ../include/global.h ../include/my_config.h 
  395. ../mit-pthreads/include/bits/local_lim.h 
  396. ../mit-pthreads/include/endian.h ../include/dbug.h 
  397. ../include/m_string.h
  398. conf_to_src.o: conf_to_src.c ../mit-pthreads/include/endian.h
  399. ctype.o: ctype.c ../include/global.h ../include/my_config.h 
  400. ../mit-pthreads/include/bits/local_lim.h 
  401. ../mit-pthreads/include/endian.h ../include/dbug.h 
  402. ../include/m_ctype.h ctype_extra_sources.c ctype_autoconf.c
  403. int2str.o: int2str.c ../include/global.h ../include/my_config.h 
  404. ../mit-pthreads/include/bits/local_lim.h 
  405. ../mit-pthreads/include/endian.h ../include/dbug.h 
  406. ../include/m_string.h
  407. is_prefix.o: is_prefix.c ../include/global.h ../include/my_config.h 
  408. ../mit-pthreads/include/bits/local_lim.h 
  409. ../mit-pthreads/include/endian.h ../include/dbug.h 
  410. ../include/m_string.h
  411. llstr.o: llstr.c ../include/global.h ../include/my_config.h 
  412. ../mit-pthreads/include/bits/local_lim.h 
  413. ../mit-pthreads/include/endian.h ../include/dbug.h 
  414. ../include/m_string.h
  415. longlong2str.o: longlong2str.c ../include/global.h 
  416. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  417. ../mit-pthreads/include/endian.h ../include/dbug.h 
  418. ../include/m_string.h
  419. r_strinstr.o: r_strinstr.c ../include/global.h ../include/my_config.h 
  420. ../mit-pthreads/include/bits/local_lim.h 
  421. ../mit-pthreads/include/endian.h ../include/dbug.h 
  422. ../include/m_string.h
  423. str2int.o: str2int.c ../include/global.h ../include/my_config.h 
  424. ../mit-pthreads/include/bits/local_lim.h 
  425. ../mit-pthreads/include/endian.h ../include/dbug.h 
  426. ../include/m_string.h ../include/m_ctype.h ../include/my_sys.h 
  427. ../include/my_pthread.h 
  428. ../mit-pthreads/include/pthread/config.h 
  429. ../mit-pthreads/include/sched.h ../include/raid.h
  430. strappend.o: strappend.c ../include/global.h ../include/my_config.h 
  431. ../mit-pthreads/include/bits/local_lim.h 
  432. ../mit-pthreads/include/endian.h ../include/dbug.h 
  433. ../include/m_string.h
  434. strcend.o: strcend.c ../include/global.h ../include/my_config.h 
  435. ../mit-pthreads/include/bits/local_lim.h 
  436. ../mit-pthreads/include/endian.h ../include/dbug.h 
  437. ../include/m_string.h
  438. strcont.o: strcont.c ../include/global.h ../include/my_config.h 
  439. ../mit-pthreads/include/bits/local_lim.h 
  440. ../mit-pthreads/include/endian.h ../include/dbug.h 
  441. ../include/m_string.h
  442. strend.o: strend.c ../include/global.h ../include/my_config.h 
  443. ../mit-pthreads/include/bits/local_lim.h 
  444. ../mit-pthreads/include/endian.h ../include/dbug.h 
  445. ../include/m_string.h
  446. strfill.o: strfill.c ../include/global.h ../include/my_config.h 
  447. ../mit-pthreads/include/bits/local_lim.h 
  448. ../mit-pthreads/include/endian.h ../include/dbug.h 
  449. ../include/m_string.h
  450. strinstr.o: strinstr.c ../include/global.h ../include/my_config.h 
  451. ../mit-pthreads/include/bits/local_lim.h 
  452. ../mit-pthreads/include/endian.h ../include/dbug.h 
  453. ../include/m_string.h
  454. strmake.o: strmake.c ../include/global.h ../include/my_config.h 
  455. ../mit-pthreads/include/bits/local_lim.h 
  456. ../mit-pthreads/include/endian.h ../include/dbug.h 
  457. ../include/m_string.h
  458. strmov.o: strmov.c ../include/global.h ../include/my_config.h 
  459. ../mit-pthreads/include/bits/local_lim.h 
  460. ../mit-pthreads/include/endian.h ../include/dbug.h 
  461. ../include/m_string.h
  462. strnlen.o: strnlen.c ../include/global.h ../include/my_config.h 
  463. ../mit-pthreads/include/bits/local_lim.h 
  464. ../mit-pthreads/include/endian.h ../include/dbug.h 
  465. ../include/m_string.h
  466. strnmov.o: strnmov.c ../include/global.h ../include/my_config.h 
  467. ../mit-pthreads/include/bits/local_lim.h 
  468. ../mit-pthreads/include/endian.h ../include/dbug.h 
  469. ../include/m_string.h
  470. strstr.o: strstr.c ../include/global.h ../include/my_config.h 
  471. ../mit-pthreads/include/bits/local_lim.h 
  472. ../mit-pthreads/include/endian.h ../include/dbug.h 
  473. ../include/m_string.h
  474. strtol.o: strtol.c ../include/global.h ../include/my_config.h 
  475. ../mit-pthreads/include/bits/local_lim.h 
  476. ../mit-pthreads/include/endian.h ../include/dbug.h
  477. strtoll.o: strtoll.c ../include/global.h ../include/my_config.h 
  478. ../mit-pthreads/include/bits/local_lim.h 
  479. ../mit-pthreads/include/endian.h ../include/dbug.h 
  480. ../include/m_string.h
  481. strtoul.o: strtoul.c ../include/global.h ../include/my_config.h 
  482. ../mit-pthreads/include/bits/local_lim.h 
  483. ../mit-pthreads/include/endian.h ../include/dbug.h
  484. strtoull.o: strtoull.c ../include/global.h ../include/my_config.h 
  485. ../mit-pthreads/include/bits/local_lim.h 
  486. ../mit-pthreads/include/endian.h ../include/dbug.h 
  487. ../include/m_string.h
  488. strxmov.o: strxmov.c ../include/global.h ../include/my_config.h 
  489. ../mit-pthreads/include/bits/local_lim.h 
  490. ../mit-pthreads/include/endian.h ../include/dbug.h 
  491. ../include/m_string.h
  492. strxnmov.o: strxnmov.c ../include/global.h ../include/my_config.h 
  493. ../mit-pthreads/include/bits/local_lim.h 
  494. ../mit-pthreads/include/endian.h ../include/dbug.h 
  495. ../include/m_string.h
  496. info-am:
  497. info: info-am
  498. dvi-am:
  499. dvi: dvi-am
  500. check-am: all-am
  501. check: check-am
  502. installcheck-am:
  503. installcheck: installcheck-am
  504. install-exec-am: install-pkglibLIBRARIES
  505. install-exec: install-exec-am
  506. install-data-am:
  507. install-data: install-data-am
  508. install-am: all-am
  509. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  510. install: install-am
  511. uninstall-am: uninstall-pkglibLIBRARIES
  512. uninstall: uninstall-am
  513. all-am: Makefile $(LIBRARIES) $(PROGRAMS)
  514. all-redirect: all-am
  515. install-strip:
  516. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  517. installdirs:
  518. $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
  519. mostlyclean-generic:
  520. clean-generic:
  521. distclean-generic:
  522. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  523. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  524. maintainer-clean-generic:
  525. mostlyclean-am:  mostlyclean-pkglibLIBRARIES mostlyclean-compile 
  526. mostlyclean-libtool mostlyclean-noinstPROGRAMS 
  527. mostlyclean-tags mostlyclean-generic
  528. mostlyclean: mostlyclean-am
  529. clean-am:  clean-pkglibLIBRARIES clean-compile clean-libtool 
  530. clean-noinstPROGRAMS clean-tags clean-generic 
  531. mostlyclean-am clean-local
  532. clean: clean-am
  533. distclean-am:  distclean-pkglibLIBRARIES distclean-compile 
  534. distclean-libtool distclean-noinstPROGRAMS 
  535. distclean-tags distclean-generic clean-am
  536. -rm -f libtool
  537. distclean: distclean-am
  538. maintainer-clean-am:  maintainer-clean-pkglibLIBRARIES 
  539. maintainer-clean-compile maintainer-clean-libtool 
  540. maintainer-clean-noinstPROGRAMS maintainer-clean-tags 
  541. maintainer-clean-generic distclean-am
  542. @echo "This command is intended for maintainers to use;"
  543. @echo "it deletes files that may require special tools to rebuild."
  544. maintainer-clean: maintainer-clean-am
  545. .PHONY: mostlyclean-pkglibLIBRARIES distclean-pkglibLIBRARIES 
  546. clean-pkglibLIBRARIES maintainer-clean-pkglibLIBRARIES 
  547. uninstall-pkglibLIBRARIES install-pkglibLIBRARIES mostlyclean-compile 
  548. distclean-compile clean-compile maintainer-clean-compile 
  549. mostlyclean-libtool distclean-libtool clean-libtool 
  550. maintainer-clean-libtool mostlyclean-noinstPROGRAMS 
  551. distclean-noinstPROGRAMS clean-noinstPROGRAMS 
  552. maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags 
  553. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  554. check-am installcheck-am installcheck install-exec-am install-exec 
  555. install-data-am install-data install-am install uninstall-am uninstall 
  556. all-redirect all-am all installdirs mostlyclean-generic 
  557. distclean-generic clean-generic maintainer-clean-generic clean 
  558. mostlyclean distclean maintainer-clean
  559. ctype.o: ctype_extra_sources.c
  560. ctype_extra_sources.c: conf_to_src
  561. ./conf_to_src $(top_srcdir) @CHARSETS_NEED_SOURCE@ > 
  562.               $(srcdir)/ctype_extra_sources.c
  563. # This is because the dependency tracking misses @FOO@ vars in sources.
  564. strtoull.o: @CHARSET_OBJS@
  565. clean-local:
  566. rm -f ctype_extra_sources.c
  567. # On Linux gcc can compile the assembly files
  568. @ASSEMBLER_TRUE@%.o : %.s
  569. @ASSEMBLER_TRUE@ $(AS) -o $@ $<
  570. # Don't update the files from bitkeeper
  571. %::SCCS/s.%
  572. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  573. # Otherwise a system limit (for SysV at least) may be exceeded.
  574. .NOEXPORT: