15
15
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16
16
# MA 02111-1307, USA
18
BUILT_SOURCES = $(HEADERS_GEN)
19
HEADERS_GEN = drizzle_version.h
20
HEADERS_ABI = drizzle.h drizzle_com.h drizzle_time.h \
21
my_list.h my_alloc.h typelib.h mysql/plugin.h \
23
pkginclude_HEADERS = $(HEADERS_ABI) m_string.h my_sys.h \
26
decimal.h errmsg.h my_global.h my_net.h \
27
my_getopt.h my_dir.h \
28
sql_common.h keycache.h \
29
m_ctype.h my_attribute.h $(HEADERS_GEN)
30
noinst_HEADERS = my_bit.h \
31
heap.h my_bitmap.h my_uctype.h \
32
myisam.h myisampack.h myisammrg.h \
33
mysys_err.h my_base.h help_start.h help_end.h \
34
my_nosys.h queues.h sha1.h sha2.h \
35
my_tree.h my_trie.h hash.h thr_alarm.h \
36
thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
37
drizzle_version.h.in my_handler.h my_time.h
18
BUILT_SOURCES = $(HEADERS_GEN)
20
HEADERS_GEN = drizzle_version.h
22
HEADERS_ABI = drizzle.h \
31
pkginclude_HEADERS = $(HEADERS_ABI) \
48
noinst_HEADERS = my_bit.h \
72
drizzle_version.h.in \
39
76
# Remove built files and the symlinked directories
40
CLEANFILES = $(BUILT_SOURCES)
77
CLEANFILES = $(BUILT_SOURCES)
42
EXTRA_DIST = drizzle_h.ic
79
EXTRA_DIST = drizzle_h.ic
44
81
# Some include files that may be moved and patched by configure
45
DISTCLEANFILES = sched.h $(CLEANFILES)
82
DISTCLEANFILES = sched.h \
47
85
# These files should not be included in distributions since they are
48
86
# generated by configure from the .h.in files
50
$(RM) -f $(distdir)/drizzle_version.h
88
$(RM) -f $(distdir)/drizzle_version.h
53
91
# Rules for checking that ABI has not changed
56
94
# Create a icheck file and compare it to the reference
57
abi_check: $(HEADERS_ABI) drizzle_version.h mysql_h.ic
59
if [ @ICHECK@ != no ] ; then \
60
@ICHECK@ --canonify --skip-from-re /usr/ -o $@ $(HEADERS_ABI); \
61
@ICHECK@ --compare drizzle_h.ic $@; \
95
abi_check: $(HEADERS_ABI) \
99
if [ @ICHECK@ != no ] ; then \
100
@ICHECK@ --canonify --skip-from-re /usr/ -o $@ $(HEADERS_ABI); \
101
@ICHECK@ --compare drizzle_h.ic $@; \