You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
6.0 KiB

20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
  1. # Copyright (C) 2001, 2004, 2006 MySQL AB & Innobase Oy
  2. #
  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; version 2 of the License.
  6. #
  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. #
  12. # You should have received a copy of the GNU General Public License
  13. # along with this program; if not, write to the Free Software
  14. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  15. # Process this file with automake to create Makefile.in
  16. MYSQLDATAdir = $(localstatedir)
  17. MYSQLSHAREdir = $(pkgdatadir)
  18. MYSQLBASEdir= $(prefix)
  19. MYSQLLIBdir= $(pkglibdir)
  20. INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
  21. -I$(top_srcdir)/regex \
  22. -I$(top_srcdir)/storage/innobase/include \
  23. -I$(top_srcdir)/sql \
  24. -I$(srcdir)
  25. AUTOMAKE_OPTIONS = foreign
  26. TAR = gtar
  27. noinst_HEADERS =
  28. SUBDIRS = os ut btr buf data dict dyn eval fil fsp fut \
  29. ha ibuf lock log mach mem mtr page \
  30. handler \
  31. pars que read rem row srv sync thr trx usr
  32. EXTRA_DIST = include/btr0btr.h include/btr0btr.ic include/btr0cur.h include/btr0cur.ic \
  33. include/btr0pcur.h include/btr0pcur.ic include/btr0sea.h include/btr0sea.ic \
  34. include/btr0types.h \
  35. include/buf0buddy.h include/buf0buddy.ic \
  36. include/buf0buf.h include/buf0buf.ic include/buf0flu.h include/buf0flu.ic \
  37. include/buf0lru.h include/buf0lru.ic include/buf0rea.h include/buf0types.h \
  38. include/data0data.h include/data0data.ic include/data0type.h include/data0type.ic \
  39. include/data0types.h include/db0err.h \
  40. include/dict0boot.h include/dict0boot.ic include/dict0crea.h include/dict0crea.ic \
  41. include/dict0dict.h include/dict0dict.ic include/dict0load.h include/dict0load.ic \
  42. include/dict0mem.h include/dict0mem.ic include/dict0types.h \
  43. include/dyn0dyn.h include/dyn0dyn.ic \
  44. include/eval0eval.h include/eval0eval.ic include/eval0proc.h include/eval0proc.ic \
  45. include/fil0fil.h include/fsp0fsp.h include/fsp0fsp.ic \
  46. include/fut0fut.h include/fut0fut.ic include/fut0lst.h include/fut0lst.ic \
  47. include/ha0ha.h include/ha0ha.ic include/hash0hash.h include/hash0hash.ic \
  48. include/ibuf0ibuf.h include/ibuf0ibuf.ic include/ibuf0types.h \
  49. include/lock0lock.h include/lock0lock.ic include/lock0types.h \
  50. include/log0log.h include/log0log.ic include/log0recv.h include/log0recv.ic \
  51. include/mach0data.h include/mach0data.ic include/mem0dbg.h include/mem0dbg.ic \
  52. include/mem0mem.h include/mem0mem.ic include/mem0pool.h include/mem0pool.ic \
  53. include/mtr0log.h include/mtr0log.ic include/mtr0mtr.h include/mtr0mtr.ic \
  54. include/mtr0types.h include/os0file.h \
  55. include/os0proc.h include/os0proc.ic include/os0sync.h include/os0sync.ic \
  56. include/os0thread.h include/os0thread.ic \
  57. include/page0cur.h include/page0cur.ic include/page0page.h include/page0page.ic \
  58. include/page0types.h \
  59. include/pars0grm.h include/pars0opt.h include/pars0opt.ic \
  60. include/pars0pars.h include/pars0pars.ic include/pars0sym.h include/pars0sym.ic \
  61. include/pars0types.h \
  62. include/que0que.h include/que0que.ic include/que0types.h \
  63. include/read0read.h include/read0read.ic include/read0types.h \
  64. include/rem0cmp.h include/rem0cmp.ic include/rem0rec.h include/rem0rec.ic \
  65. include/rem0types.h \
  66. include/row0ext.h include/row0ext.ic \
  67. include/row0ins.h include/row0ins.ic include/row0mysql.h include/row0mysql.ic \
  68. include/row0purge.h include/row0purge.ic include/row0row.h include/row0row.ic \
  69. include/row0sel.h include/row0sel.ic include/row0types.h \
  70. include/row0uins.h include/row0uins.ic include/row0umod.h include/row0umod.ic \
  71. include/row0undo.h include/row0undo.ic include/row0upd.h include/row0upd.ic \
  72. include/row0vers.h include/row0vers.ic \
  73. include/srv0que.h include/srv0srv.h include/srv0srv.ic include/srv0start.h \
  74. include/sync0arr.h include/sync0arr.ic include/sync0rw.h include/sync0rw.ic \
  75. include/sync0sync.h include/sync0sync.ic include/sync0types.h \
  76. include/thr0loc.h include/thr0loc.ic \
  77. include/trx0purge.h include/trx0purge.ic include/trx0rec.h include/trx0rec.ic \
  78. include/trx0roll.h include/trx0roll.ic include/trx0rseg.h include/trx0rseg.ic \
  79. include/trx0sys.h include/trx0sys.ic include/trx0trx.h include/trx0trx.ic \
  80. include/trx0types.h include/trx0undo.h include/trx0undo.ic include/trx0xa.h \
  81. include/univ.i include/usr0sess.h include/usr0sess.ic include/usr0types.h \
  82. include/ut0byte.h include/ut0byte.ic include/ut0dbg.h include/ut0lst.h \
  83. include/ut0mem.h include/ut0mem.ic include/ut0rnd.h include/ut0rnd.ic \
  84. handler/ha_innodb.h \
  85. include/ut0sort.h include/ut0ut.h include/ut0ut.ic include/ut0vec.h include/ut0vec.ic include/ha_prototypes.h \
  86. include/ut0list.h include/ut0list.ic \
  87. include/ut0wqueue.h \
  88. CMakeLists.txt plug.in
  89. noinst_LIBRARIES = libinnobase.a
  90. libinnobase_a_LIBADD = usr/libusr.a srv/libsrv.a dict/libdict.a \
  91. que/libque.a srv/libsrv.a ibuf/libibuf.a \
  92. row/librow.a pars/libpars.a btr/libbtr.a \
  93. trx/libtrx.a read/libread.a usr/libusr.a \
  94. buf/libbuf.a ibuf/libibuf.a eval/libeval.a \
  95. log/liblog.a fsp/libfsp.a fut/libfut.a \
  96. fil/libfil.a lock/liblock.a mtr/libmtr.a \
  97. page/libpage.a rem/librem.a thr/libthr.a \
  98. sync/libsync.a data/libdata.a mach/libmach.a \
  99. ha/libha.a dyn/libdyn.a mem/libmem.a \
  100. handler/libhandler.a \
  101. ut/libut.a os/libos.a ut/libut.a
  102. libinnobase_a_SOURCES =
  103. libinnobase.a: $(libinnobase_a_LIBADD)
  104. -rm -f $@
  105. if test "$(host_os)" = "netware" ; \
  106. then \
  107. $(libinnobase_a_AR) $@ $(libinnobase_a_LIBADD) ; \
  108. else \
  109. for arc in $(libinnobase_a_LIBADD); do \
  110. arpath=`echo $$arc|sed 's|[^/]*$$||'`; \
  111. $(AR) t $$arc|sed "s|^|$$arpath|"; \
  112. done | sort -u | xargs $(AR) cq $@ ; \
  113. $(RANLIB) $@ ; \
  114. fi
  115. # Don't update the files from bitkeeper
  116. %::SCCS/s.%