Makefile.am 4.2 KB
Newer Older
1
# Copyright (C) 2000-2006 MySQL AB, 2008-2010 Sun Microsystems, Inc.
unknown's avatar
unknown committed
2 3 4
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
unknown's avatar
unknown committed
5 6
# License as published by the Free Software Foundation; version 2
# of the License.
unknown's avatar
unknown committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA

## Process this file with automake to create Makefile.in

EXTRA_DIST =		mysql.spec.sh \
			my-small.cnf.sh \
			my-medium.cnf.sh \
			my-large.cnf.sh \
			my-huge.cnf.sh \
25
			my-innodb-heavy-4G.cnf.sh \
unknown's avatar
unknown committed
26 27
			mysql-log-rotate.sh \
			mysql.server.sh \
28
			mysqld_multi.server.sh \
29 30 31
                        config.huge.ini.sh \
                        config.medium.ini.sh \
                        config.small.ini.sh \
unknown's avatar
unknown committed
32
			binary-configure.sh \
33
			magic mysql.m4 \
34
			MySQL-shared-compat.spec.sh \
35
			ndb-config-2-node.ini.sh \
36
			compiler_warnings.supp \
37 38
			dtrace \
			CMakeLists.txt
unknown's avatar
unknown committed
39

40
SUBDIRS =		MacOSX RHEL4-SElinux
41

unknown's avatar
unknown committed
42 43 44 45
# Default same as 'pkgdatadir', but we can override it
pkgsuppdir =		$(datadir)/@PACKAGE@

pkgsupp_DATA =		my-small.cnf \
unknown's avatar
unknown committed
46 47 48
			my-medium.cnf \
			my-large.cnf \
			my-huge.cnf \
49 50 51
                        config.huge.ini \
                        config.medium.ini \
                        config.small.ini \
52
			my-innodb-heavy-4G.cnf \
unknown's avatar
unknown committed
53
			mysql-log-rotate \
54
			binary-configure \
55
			ndb-config-2-node.ini
unknown's avatar
unknown committed
56

unknown's avatar
unknown committed
57
pkgsupp_SCRIPTS =	mysql.server \
58
			mysqld_multi.server
unknown's avatar
unknown committed
59

unknown's avatar
unknown committed
60 61 62
aclocaldir =		$(datadir)/aclocal
aclocal_DATA =		mysql.m4

63 64 65
noinst_DATA = mysql-@VERSION@.spec \
			MySQL-shared-compat.spec

unknown's avatar
unknown committed
66 67 68 69
CLEANFILES =		my-small.cnf \
			my-medium.cnf \
			my-large.cnf \
			my-huge.cnf \
unknown's avatar
unknown committed
70 71 72
                        config.huge.ini \
                        config.medium.ini \
                        config.small.ini \
73
			my-innodb-heavy-4G.cnf \
unknown's avatar
unknown committed
74 75
			mysql.spec \
			mysql-@VERSION@.spec \
unknown's avatar
unknown committed
76 77
			mysql-log-rotate \
			mysql.server \
78
			mysqld_multi.server \
79
			binary-configure \
80 81
			MySQL-shared-compat.spec \
			ndb-config-2-node.ini
unknown's avatar
unknown committed
82 83 84

mysql-@VERSION@.spec:	mysql.spec
			rm -f $@
unknown's avatar
unknown committed
85
			cp mysql.spec $@
unknown's avatar
unknown committed
86 87 88 89 90 91 92

SUFFIXES = .sh

.sh:
	@RM@ -f $@ $@-t
	@SED@ \
	  -e 's!@''bindir''@!$(bindir)!g' \
unknown's avatar
unknown committed
93
	  -e 's!@''sbindir''@!$(sbindir)!g' \
unknown's avatar
unknown committed
94 95 96 97 98 99 100 101 102 103 104 105 106
	  -e 's!@''scriptdir''@!$(bindir)!g' \
	  -e 's!@''prefix''@!$(prefix)!g' \
	  -e 's!@''datadir''@!$(datadir)!g' \
	  -e 's!@''localstatedir''@!$(localstatedir)!g' \
	  -e 's!@''libexecdir''@!$(libexecdir)!g' \
	  -e 's!@''CC''@!@CC@!'\
	  -e 's!@''CXX''@!@CXX@!'\
	  -e 's!@''GXX''@!@GXX@!'\
	  -e 's!@''PERL''@!@PERL@!' \
	  -e 's!@''CFLAGS''@!@SAVE_CFLAGS@!'\
	  -e 's!@''CXXFLAGS''@!@SAVE_CXXFLAGS@!'\
	  -e 's!@''LDFLAGS''@!@SAVE_LDFLAGS@!'\
	  -e 's!@''VERSION''@!@VERSION@!' \
107
	  -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \
unknown's avatar
unknown committed
108 109 110 111 112 113 114 115
	  -e 's!@''COMPILATION_COMMENT''@!@COMPILATION_COMMENT@!' \
	  -e 's!@''MACHINE_TYPE''@!@MACHINE_TYPE@!' \
	  -e 's!@''HOSTNAME''@!@HOSTNAME@!' \
	  -e 's!@''SYSTEM_TYPE''@!@SYSTEM_TYPE@!' \
	  -e 's!@''CHECK_PID''@!@CHECK_PID@!' \
	  -e 's!@''FIND_PROC''@!@FIND_PROC@!' \
	  -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!@MYSQLD_DEFAULT_SWITCHES@!' \
	  -e 's!@''MYSQL_UNIX_ADDR''@!@MYSQL_UNIX_ADDR@!' \
116
	  -e 's!@''TARGET_LINUX''@!@TARGET_LINUX@!' \
unknown's avatar
unknown committed
117 118 119 120 121 122 123
	  -e "s!@""CONF_COMMAND""@!@CONF_COMMAND@!" \
	  -e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' \
	  -e 's!@''sysconfdir''@!@sysconfdir@!' \
	  -e 's!@''SHORT_MYSQL_INTRO''@!@SHORT_MYSQL_INTRO@!' \
	  -e 's!@''SHARED_LIB_VERSION''@!@SHARED_LIB_VERSION@!' \
	  -e 's!@''MYSQL_BASE_VERSION''@!@MYSQL_BASE_VERSION@!' \
	  -e 's!@''MYSQL_NO_DASH_VERSION''@!@MYSQL_NO_DASH_VERSION@!' \
124
	  -e 's!@''MYSQL_U_SCORE_VERSION''@!@MYSQL_U_SCORE_VERSION@!' \
125
	  -e 's!@''MYSQL_COPYRIGHT_YEAR''@!@MYSQL_COPYRIGHT_YEAR@!' \
unknown's avatar
unknown committed
126 127 128 129 130 131
	  -e 's!@''MYSQL_TCP_PORT''@!@MYSQL_TCP_PORT@!' \
	  -e 's!@''PERL_DBI_VERSION''@!@PERL_DBI_VERSION@!' \
	  -e 's!@''PERL_DBD_VERSION''@!@PERL_DBD_VERSION@!' \
	  -e 's!@''PERL_DATA_DUMPER''@!@PERL_DATA_DUMPER@!' \
	$< > $@-t
	@MV@ $@-t $@