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. SHELL = @SHELL@
  23. srcdir = @srcdir@
  24. top_srcdir = @top_srcdir@
  25. VPATH = @srcdir@
  26. prefix = @prefix@
  27. exec_prefix = @exec_prefix@
  28. bindir = @bindir@
  29. sbindir = @sbindir@
  30. libexecdir = @libexecdir@
  31. datadir = @datadir@
  32. sysconfdir = @sysconfdir@
  33. sharedstatedir = @sharedstatedir@
  34. localstatedir = @localstatedir@
  35. libdir = @libdir@
  36. infodir = @infodir@
  37. mandir = @mandir@
  38. includedir = @includedir@
  39. oldincludedir = /usr/include
  40. DESTDIR =
  41. pkgdatadir = $(datadir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44. top_builddir = ..
  45. ACLOCAL = @ACLOCAL@
  46. AUTOCONF = @AUTOCONF@
  47. AUTOMAKE = @AUTOMAKE@
  48. AUTOHEADER = @AUTOHEADER@
  49. INSTALL = @INSTALL@
  50. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  51. INSTALL_DATA = @INSTALL_DATA@
  52. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  53. transform = @program_transform_name@
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. build_alias = @build_alias@
  61. build_triplet = @build@
  62. host_alias = @host_alias@
  63. host_triplet = @host@
  64. target_alias = @target_alias@
  65. target_triplet = @target@
  66. ALLOCA = @ALLOCA@
  67. AS = @AS@
  68. AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
  69. AVAILABLE_LANGUAGES_ERRORS = @AVAILABLE_LANGUAGES_ERRORS@
  70. AWK = @AWK@
  71. CC = @CC@
  72. CFLAGS = @CFLAGS@
  73. CHARSETS_NEED_SOURCE = @CHARSETS_NEED_SOURCE@
  74. CHARSET_OBJS = @CHARSET_OBJS@
  75. CHARSET_SRCS = @CHARSET_SRCS@
  76. CHECK_PID = @CHECK_PID@
  77. CHMOD = @CHMOD@
  78. CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
  79. CLIENT_LIBS = @CLIENT_LIBS@
  80. CMP = @CMP@
  81. COMPILATION_COMMENT = @COMPILATION_COMMENT@
  82. CONF_COMMAND = @CONF_COMMAND@
  83. CP = @CP@
  84. CPP = @CPP@
  85. CXX = @CXX@
  86. CXXFLAGS = @CXXFLAGS@
  87. CXXLDFLAGS = @CXXLDFLAGS@
  88. DLLTOOL = @DLLTOOL@
  89. DOT_FRM_VERSION = @DOT_FRM_VERSION@
  90. FIND_PROC = @FIND_PROC@
  91. GETCONF = @GETCONF@
  92. GXX = @GXX@
  93. HOSTNAME = @HOSTNAME@
  94. IS_LINUX = @IS_LINUX@
  95. KILL = @KILL@
  96. LD = @LD@
  97. LIBTOOL = @LIBTOOL@
  98. LM_CFLAGS = @LM_CFLAGS@
  99. LN = @LN@
  100. LN_CP_F = @LN_CP_F@
  101. LN_S = @LN_S@
  102. MACHINE_TYPE = @MACHINE_TYPE@
  103. MAINT = @MAINT@
  104. MAKEINFO = @MAKEINFO@
  105. MAKE_SHELL = @MAKE_SHELL@
  106. MT_INCLUDES = @MT_INCLUDES@
  107. MT_LD_ADD = @MT_LD_ADD@
  108. MV = @MV@
  109. MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
  110. MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
  111. MYSQLD_USER = @MYSQLD_USER@
  112. MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
  113. MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
  114. MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
  115. MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
  116. MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
  117. MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
  118. MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
  119. OBJDUMP = @OBJDUMP@
  120. PACKAGE = @PACKAGE@
  121. PDFMANUAL = @PDFMANUAL@
  122. PERL = @PERL@
  123. PERL5 = @PERL5@
  124. PROTOCOL_VERSION = @PROTOCOL_VERSION@
  125. PS = @PS@
  126. RANLIB = @RANLIB@
  127. RM = @RM@
  128. SAVE_CFLAGS = @SAVE_CFLAGS@
  129. SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
  130. SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
  131. SAVE_LDFLAGS = @SAVE_LDFLAGS@
  132. SED = @SED@
  133. SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
  134. SYSTEM_TYPE = @SYSTEM_TYPE@
  135. TERMCAP_LIB = @TERMCAP_LIB@
  136. THREAD_LOBJECTS = @THREAD_LOBJECTS@
  137. THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
  138. VERSION = @VERSION@
  139. WRAPLIBS = @WRAPLIBS@
  140. YACC = @YACC@
  141. bdb_includes = @bdb_includes@
  142. bdb_libs = @bdb_libs@
  143. bench_dirs = @bench_dirs@
  144. default_charset = @default_charset@
  145. docs_dirs = @docs_dirs@
  146. innobase_includes = @innobase_includes@
  147. innobase_libs = @innobase_libs@
  148. linked_client_targets = @linked_client_targets@
  149. readline_dir = @readline_dir@
  150. readline_link = @readline_link@
  151. server_scripts = @server_scripts@
  152. sql_client_dirs = @sql_client_dirs@
  153. sql_server_dirs = @sql_server_dirs@
  154. thread_dirs = @thread_dirs@
  155. uname_prog = @uname_prog@
  156. INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include 
  157. LDADD = libheap.a ../mysys/libmysys.a ../dbug/libdbug.a  ../strings/libmystrings.a
  158. pkglib_LIBRARIES = libheap.a
  159. noinst_PROGRAMS = hp_test1 hp_test2
  160. noinst_HEADERS = heapdef.h
  161. libheap_a_SOURCES = hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c  hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c  hp_rsame.c hp_create.c hp_rename.c hp_rfirst.c  hp_rnext.c hp_rlast.c hp_rprev.c hp_clear.c  hp_rkey.c hp_block.c  hp_hash.c _check.c _rectest.c hp_static.c
  162. 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
  163. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  164. CONFIG_HEADER = ../config.h
  165. CONFIG_CLEAN_FILES = 
  166. LIBRARIES =  $(pkglib_LIBRARIES)
  167. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  168. CPPFLAGS = @CPPFLAGS@
  169. LDFLAGS = @LDFLAGS@
  170. LIBS = @LIBS@
  171. libheap_a_LIBADD = 
  172. libheap_a_OBJECTS =  hp_open.o hp_extra.o hp_close.o hp_panic.o 
  173. hp_info.o hp_rrnd.o hp_scan.o hp_update.o hp_write.o hp_delete.o 
  174. hp_rsame.o hp_create.o hp_rename.o hp_rfirst.o hp_rnext.o hp_rlast.o 
  175. hp_rprev.o hp_clear.o hp_rkey.o hp_block.o hp_hash.o _check.o 
  176. _rectest.o hp_static.o
  177. AR = ar
  178. PROGRAMS =  $(noinst_PROGRAMS)
  179. hp_test1_SOURCES = hp_test1.c
  180. hp_test1_OBJECTS =  hp_test1.o
  181. hp_test1_LDADD = $(LDADD)
  182. hp_test1_DEPENDENCIES =  libheap.a ../mysys/libmysys.a ../dbug/libdbug.a 
  183. ../strings/libmystrings.a
  184. hp_test1_LDFLAGS = 
  185. hp_test2_SOURCES = hp_test2.c
  186. hp_test2_OBJECTS =  hp_test2.o
  187. hp_test2_LDADD = $(LDADD)
  188. hp_test2_DEPENDENCIES =  libheap.a ../mysys/libmysys.a ../dbug/libdbug.a 
  189. ../strings/libmystrings.a
  190. hp_test2_LDFLAGS = 
  191. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  192. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  193. CCLD = $(CC)
  194. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  195. HEADERS =  $(noinst_HEADERS)
  196. DIST_COMMON =  ChangeLog Makefile.am Makefile.in
  197. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  198. TAR = gtar
  199. GZIP_ENV = --best
  200. SOURCES = $(libheap_a_SOURCES) hp_test1.c hp_test2.c
  201. OBJECTS = $(libheap_a_OBJECTS) hp_test1.o hp_test2.o
  202. all: all-redirect
  203. .SUFFIXES:
  204. .SUFFIXES: .S .c .lo .o .s
  205. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  206. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps heap/Makefile
  207. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  208. cd $(top_builddir) 
  209.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  210. mostlyclean-pkglibLIBRARIES:
  211. clean-pkglibLIBRARIES:
  212. -test -z "$(pkglib_LIBRARIES)" || rm -f $(pkglib_LIBRARIES)
  213. distclean-pkglibLIBRARIES:
  214. maintainer-clean-pkglibLIBRARIES:
  215. install-pkglibLIBRARIES: $(pkglib_LIBRARIES)
  216. @$(NORMAL_INSTALL)
  217. $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  218. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  219.   if test -f $$p; then 
  220.     echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p"; 
  221.     $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p; 
  222.   else :; fi; 
  223. done
  224. @$(POST_INSTALL)
  225. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  226.   if test -f $$p; then 
  227.     echo " $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p"; 
  228.     $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p; 
  229.   else :; fi; 
  230. done
  231. uninstall-pkglibLIBRARIES:
  232. @$(NORMAL_UNINSTALL)
  233. list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  234.   rm -f $(DESTDIR)$(pkglibdir)/$$p; 
  235. done
  236. .c.o:
  237. $(COMPILE) -c $<
  238. .s.o:
  239. $(COMPILE) -c $<
  240. .S.o:
  241. $(COMPILE) -c $<
  242. mostlyclean-compile:
  243. -rm -f *.o core *.core
  244. clean-compile:
  245. distclean-compile:
  246. -rm -f *.tab.c
  247. maintainer-clean-compile:
  248. .c.lo:
  249. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  250. .s.lo:
  251. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  252. .S.lo:
  253. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  254. mostlyclean-libtool:
  255. -rm -f *.lo
  256. clean-libtool:
  257. -rm -rf .libs _libs
  258. distclean-libtool:
  259. maintainer-clean-libtool:
  260. libheap.a: $(libheap_a_OBJECTS) $(libheap_a_DEPENDENCIES)
  261. -rm -f libheap.a
  262. $(AR) cru libheap.a $(libheap_a_OBJECTS) $(libheap_a_LIBADD)
  263. $(RANLIB) libheap.a
  264. mostlyclean-noinstPROGRAMS:
  265. clean-noinstPROGRAMS:
  266. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  267. distclean-noinstPROGRAMS:
  268. maintainer-clean-noinstPROGRAMS:
  269. hp_test1: $(hp_test1_OBJECTS) $(hp_test1_DEPENDENCIES)
  270. @rm -f hp_test1
  271. $(LINK) $(hp_test1_LDFLAGS) $(hp_test1_OBJECTS) $(hp_test1_LDADD) $(LIBS)
  272. hp_test2: $(hp_test2_OBJECTS) $(hp_test2_DEPENDENCIES)
  273. @rm -f hp_test2
  274. $(LINK) $(hp_test2_LDFLAGS) $(hp_test2_OBJECTS) $(hp_test2_LDADD) $(LIBS)
  275. tags: TAGS
  276. ID: $(HEADERS) $(SOURCES) $(LISP)
  277. list='$(SOURCES) $(HEADERS)'; 
  278. unique=`for i in $$list; do echo $$i; done | 
  279.   awk '    { files[$$0] = 1; } 
  280.        END { for (i in files) print i; }'`; 
  281. here=`pwd` && cd $(srcdir) 
  282.   && mkid -f$$here/ID $$unique $(LISP)
  283. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  284. tags=; 
  285. here=`pwd`; 
  286. list='$(SOURCES) $(HEADERS)'; 
  287. unique=`for i in $$list; do echo $$i; done | 
  288.   awk '    { files[$$0] = 1; } 
  289.        END { for (i in files) print i; }'`; 
  290. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  291.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  292. mostlyclean-tags:
  293. clean-tags:
  294. distclean-tags:
  295. -rm -f TAGS ID
  296. maintainer-clean-tags:
  297. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  298. subdir = heap
  299. distdir: $(DISTFILES)
  300. @for file in $(DISTFILES); do 
  301.   d=$(srcdir); 
  302.   if test -d $$d/$$file; then 
  303.     cp -pr $$d/$$file $(distdir)/$$file; 
  304.   else 
  305.     test -f $(distdir)/$$file 
  306.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  307.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  308.   fi; 
  309. done
  310. _check.o: _check.c heapdef.h ../include/my_base.h ../include/global.h 
  311. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  312. ../mit-pthreads/include/endian.h ../include/dbug.h 
  313. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  314. ../mit-pthreads/include/pthread/config.h 
  315. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  316. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  317. ../include/heap.h ../include/thr_lock.h
  318. _rectest.o: _rectest.c heapdef.h ../include/my_base.h 
  319. ../include/global.h ../include/my_config.h 
  320. ../mit-pthreads/include/bits/local_lim.h 
  321. ../mit-pthreads/include/endian.h ../include/dbug.h 
  322. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  323. ../mit-pthreads/include/pthread/config.h 
  324. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  325. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  326. ../include/heap.h ../include/thr_lock.h
  327. hp_block.o: hp_block.c heapdef.h ../include/my_base.h 
  328. ../include/global.h ../include/my_config.h 
  329. ../mit-pthreads/include/bits/local_lim.h 
  330. ../mit-pthreads/include/endian.h ../include/dbug.h 
  331. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  332. ../mit-pthreads/include/pthread/config.h 
  333. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  334. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  335. ../include/heap.h ../include/thr_lock.h
  336. hp_clear.o: hp_clear.c heapdef.h ../include/my_base.h 
  337. ../include/global.h ../include/my_config.h 
  338. ../mit-pthreads/include/bits/local_lim.h 
  339. ../mit-pthreads/include/endian.h ../include/dbug.h 
  340. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  341. ../mit-pthreads/include/pthread/config.h 
  342. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  343. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  344. ../include/heap.h ../include/thr_lock.h
  345. hp_close.o: hp_close.c heapdef.h ../include/my_base.h 
  346. ../include/global.h ../include/my_config.h 
  347. ../mit-pthreads/include/bits/local_lim.h 
  348. ../mit-pthreads/include/endian.h ../include/dbug.h 
  349. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  350. ../mit-pthreads/include/pthread/config.h 
  351. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  352. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  353. ../include/heap.h ../include/thr_lock.h
  354. hp_create.o: hp_create.c heapdef.h ../include/my_base.h 
  355. ../include/global.h ../include/my_config.h 
  356. ../mit-pthreads/include/bits/local_lim.h 
  357. ../mit-pthreads/include/endian.h ../include/dbug.h 
  358. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  359. ../mit-pthreads/include/pthread/config.h 
  360. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  361. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  362. ../include/heap.h ../include/thr_lock.h
  363. hp_delete.o: hp_delete.c heapdef.h ../include/my_base.h 
  364. ../include/global.h ../include/my_config.h 
  365. ../mit-pthreads/include/bits/local_lim.h 
  366. ../mit-pthreads/include/endian.h ../include/dbug.h 
  367. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  368. ../mit-pthreads/include/pthread/config.h 
  369. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  370. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  371. ../include/heap.h ../include/thr_lock.h
  372. hp_extra.o: hp_extra.c heapdef.h ../include/my_base.h 
  373. ../include/global.h ../include/my_config.h 
  374. ../mit-pthreads/include/bits/local_lim.h 
  375. ../mit-pthreads/include/endian.h ../include/dbug.h 
  376. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  377. ../mit-pthreads/include/pthread/config.h 
  378. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  379. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  380. ../include/heap.h ../include/thr_lock.h
  381. hp_hash.o: hp_hash.c heapdef.h ../include/my_base.h ../include/global.h 
  382. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  383. ../mit-pthreads/include/endian.h ../include/dbug.h 
  384. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  385. ../mit-pthreads/include/pthread/config.h 
  386. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  387. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  388. ../include/heap.h ../include/thr_lock.h
  389. hp_info.o: hp_info.c heapdef.h ../include/my_base.h ../include/global.h 
  390. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  391. ../mit-pthreads/include/endian.h ../include/dbug.h 
  392. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  393. ../mit-pthreads/include/pthread/config.h 
  394. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  395. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  396. ../include/heap.h ../include/thr_lock.h
  397. hp_open.o: hp_open.c heapdef.h ../include/my_base.h ../include/global.h 
  398. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  399. ../mit-pthreads/include/endian.h ../include/dbug.h 
  400. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  401. ../mit-pthreads/include/pthread/config.h 
  402. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  403. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  404. ../include/heap.h ../include/thr_lock.h
  405. hp_panic.o: hp_panic.c heapdef.h ../include/my_base.h 
  406. ../include/global.h ../include/my_config.h 
  407. ../mit-pthreads/include/bits/local_lim.h 
  408. ../mit-pthreads/include/endian.h ../include/dbug.h 
  409. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  410. ../mit-pthreads/include/pthread/config.h 
  411. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  412. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  413. ../include/heap.h ../include/thr_lock.h
  414. hp_rename.o: hp_rename.c heapdef.h ../include/my_base.h 
  415. ../include/global.h ../include/my_config.h 
  416. ../mit-pthreads/include/bits/local_lim.h 
  417. ../mit-pthreads/include/endian.h ../include/dbug.h 
  418. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  419. ../mit-pthreads/include/pthread/config.h 
  420. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  421. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  422. ../include/heap.h ../include/thr_lock.h
  423. hp_rfirst.o: hp_rfirst.c heapdef.h ../include/my_base.h 
  424. ../include/global.h ../include/my_config.h 
  425. ../mit-pthreads/include/bits/local_lim.h 
  426. ../mit-pthreads/include/endian.h ../include/dbug.h 
  427. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  428. ../mit-pthreads/include/pthread/config.h 
  429. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  430. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  431. ../include/heap.h ../include/thr_lock.h
  432. hp_rkey.o: hp_rkey.c heapdef.h ../include/my_base.h ../include/global.h 
  433. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  434. ../mit-pthreads/include/endian.h ../include/dbug.h 
  435. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  436. ../mit-pthreads/include/pthread/config.h 
  437. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  438. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  439. ../include/heap.h ../include/thr_lock.h
  440. hp_rlast.o: hp_rlast.c heapdef.h ../include/my_base.h 
  441. ../include/global.h ../include/my_config.h 
  442. ../mit-pthreads/include/bits/local_lim.h 
  443. ../mit-pthreads/include/endian.h ../include/dbug.h 
  444. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  445. ../mit-pthreads/include/pthread/config.h 
  446. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  447. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  448. ../include/heap.h ../include/thr_lock.h
  449. hp_rnext.o: hp_rnext.c heapdef.h ../include/my_base.h 
  450. ../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/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  454. ../mit-pthreads/include/pthread/config.h 
  455. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  456. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  457. ../include/heap.h ../include/thr_lock.h
  458. hp_rprev.o: hp_rprev.c heapdef.h ../include/my_base.h 
  459. ../include/global.h ../include/my_config.h 
  460. ../mit-pthreads/include/bits/local_lim.h 
  461. ../mit-pthreads/include/endian.h ../include/dbug.h 
  462. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  463. ../mit-pthreads/include/pthread/config.h 
  464. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  465. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  466. ../include/heap.h ../include/thr_lock.h
  467. hp_rrnd.o: hp_rrnd.c heapdef.h ../include/my_base.h ../include/global.h 
  468. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  469. ../mit-pthreads/include/endian.h ../include/dbug.h 
  470. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  471. ../mit-pthreads/include/pthread/config.h 
  472. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  473. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  474. ../include/heap.h ../include/thr_lock.h
  475. hp_rsame.o: hp_rsame.c heapdef.h ../include/my_base.h 
  476. ../include/global.h ../include/my_config.h 
  477. ../mit-pthreads/include/bits/local_lim.h 
  478. ../mit-pthreads/include/endian.h ../include/dbug.h 
  479. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  480. ../mit-pthreads/include/pthread/config.h 
  481. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  482. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  483. ../include/heap.h ../include/thr_lock.h
  484. hp_scan.o: hp_scan.c heapdef.h ../include/my_base.h ../include/global.h 
  485. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  486. ../mit-pthreads/include/endian.h ../include/dbug.h 
  487. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  488. ../mit-pthreads/include/pthread/config.h 
  489. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  490. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  491. ../include/heap.h ../include/thr_lock.h
  492. hp_static.o: hp_static.c heapdef.h ../include/my_base.h 
  493. ../include/global.h ../include/my_config.h 
  494. ../mit-pthreads/include/bits/local_lim.h 
  495. ../mit-pthreads/include/endian.h ../include/dbug.h 
  496. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  497. ../mit-pthreads/include/pthread/config.h 
  498. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  499. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  500. ../include/heap.h ../include/thr_lock.h
  501. hp_test1.o: hp_test1.c ../include/global.h ../include/my_config.h 
  502. ../mit-pthreads/include/bits/local_lim.h 
  503. ../mit-pthreads/include/endian.h ../include/dbug.h 
  504. ../include/my_sys.h ../include/my_pthread.h 
  505. ../mit-pthreads/include/pthread/config.h 
  506. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  507. ../include/raid.h ../include/m_string.h ../include/heap.h 
  508. ../include/my_base.h ../include/my_list.h ../include/thr_lock.h
  509. hp_test2.o: hp_test2.c heapdef.h ../include/my_base.h 
  510. ../include/global.h ../include/my_config.h 
  511. ../mit-pthreads/include/bits/local_lim.h 
  512. ../mit-pthreads/include/endian.h ../include/dbug.h 
  513. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  514. ../mit-pthreads/include/pthread/config.h 
  515. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  516. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  517. ../include/heap.h ../include/thr_lock.h
  518. hp_update.o: hp_update.c heapdef.h ../include/my_base.h 
  519. ../include/global.h ../include/my_config.h 
  520. ../mit-pthreads/include/bits/local_lim.h 
  521. ../mit-pthreads/include/endian.h ../include/dbug.h 
  522. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  523. ../mit-pthreads/include/pthread/config.h 
  524. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  525. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  526. ../include/heap.h ../include/thr_lock.h
  527. hp_write.o: hp_write.c heapdef.h ../include/my_base.h 
  528. ../include/global.h ../include/my_config.h 
  529. ../mit-pthreads/include/bits/local_lim.h 
  530. ../mit-pthreads/include/endian.h ../include/dbug.h 
  531. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  532. ../mit-pthreads/include/pthread/config.h 
  533. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  534. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  535. ../include/heap.h ../include/thr_lock.h
  536. info-am:
  537. info: info-am
  538. dvi-am:
  539. dvi: dvi-am
  540. check-am: all-am
  541. check: check-am
  542. installcheck-am:
  543. installcheck: installcheck-am
  544. install-exec-am: install-pkglibLIBRARIES
  545. install-exec: install-exec-am
  546. install-data-am:
  547. install-data: install-data-am
  548. install-am: all-am
  549. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  550. install: install-am
  551. uninstall-am: uninstall-pkglibLIBRARIES
  552. uninstall: uninstall-am
  553. all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
  554. all-redirect: all-am
  555. install-strip:
  556. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  557. installdirs:
  558. $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
  559. mostlyclean-generic:
  560. clean-generic:
  561. distclean-generic:
  562. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  563. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  564. maintainer-clean-generic:
  565. mostlyclean-am:  mostlyclean-pkglibLIBRARIES mostlyclean-compile 
  566. mostlyclean-libtool mostlyclean-noinstPROGRAMS 
  567. mostlyclean-tags mostlyclean-generic
  568. mostlyclean: mostlyclean-am
  569. clean-am:  clean-pkglibLIBRARIES clean-compile clean-libtool 
  570. clean-noinstPROGRAMS clean-tags clean-generic 
  571. mostlyclean-am
  572. clean: clean-am
  573. distclean-am:  distclean-pkglibLIBRARIES distclean-compile 
  574. distclean-libtool distclean-noinstPROGRAMS 
  575. distclean-tags distclean-generic clean-am
  576. -rm -f libtool
  577. distclean: distclean-am
  578. maintainer-clean-am:  maintainer-clean-pkglibLIBRARIES 
  579. maintainer-clean-compile maintainer-clean-libtool 
  580. maintainer-clean-noinstPROGRAMS maintainer-clean-tags 
  581. maintainer-clean-generic distclean-am
  582. @echo "This command is intended for maintainers to use;"
  583. @echo "it deletes files that may require special tools to rebuild."
  584. maintainer-clean: maintainer-clean-am
  585. .PHONY: mostlyclean-pkglibLIBRARIES distclean-pkglibLIBRARIES 
  586. clean-pkglibLIBRARIES maintainer-clean-pkglibLIBRARIES 
  587. uninstall-pkglibLIBRARIES install-pkglibLIBRARIES mostlyclean-compile 
  588. distclean-compile clean-compile maintainer-clean-compile 
  589. mostlyclean-libtool distclean-libtool clean-libtool 
  590. maintainer-clean-libtool mostlyclean-noinstPROGRAMS 
  591. distclean-noinstPROGRAMS clean-noinstPROGRAMS 
  592. maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags 
  593. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  594. check-am installcheck-am installcheck install-exec-am install-exec 
  595. install-data-am install-data install-am install uninstall-am uninstall 
  596. all-redirect all-am all installdirs mostlyclean-generic 
  597. distclean-generic clean-generic maintainer-clean-generic clean 
  598. mostlyclean distclean maintainer-clean
  599. # Don't update the files from bitkeeper
  600. %::SCCS/s.%
  601. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  602. # Otherwise a system limit (for SysV at least) may be exceeded.
  603. .NOEXPORT: