Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
b269caec
Commit
b269caec
authored
Nov 09, 2005
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional "make distcheck" changes specific to 5.0
parent
4742f585
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
20 additions
and
10 deletions
+20
-10
Docs/Makefile.am
Docs/Makefile.am
+5
-0
client/Makefile.am
client/Makefile.am
+1
-1
configure.in
configure.in
+1
-2
extra/Makefile.am
extra/Makefile.am
+3
-0
extra/yassl/Makefile.am
extra/yassl/Makefile.am
+1
-1
extra/yassl/src/Makefile.am
extra/yassl/src/Makefile.am
+1
-1
extra/yassl/taocrypt/src/Makefile.am
extra/yassl/taocrypt/src/Makefile.am
+1
-1
server-tools/instance-manager/Makefile.am
server-tools/instance-manager/Makefile.am
+4
-4
sql/share/Makefile.am
sql/share/Makefile.am
+3
-0
No files found.
Docs/Makefile.am
View file @
b269caec
...
...
@@ -33,6 +33,11 @@ install-data-hook: mysql.info
uninstall-local
:
@
RM@
-f
$(DESTDIR)$(infodir)
/mysql.info
# Problems with "make distclean", works differently for make files
# generated by different versions of the automake. Some require the
# generated files explicitly in DISTCLEANFILES.
DISTCLEANFILES
=
$(TXT_FILES)
# This target is not used in builds, just for convinience
CLEAN_FILES
:
$(TXT_FILES)
touch
$(TXT_FILES)
...
...
client/Makefile.am
View file @
b269caec
...
...
@@ -61,7 +61,7 @@ link_sources:
done
;
\
for
f
in
$(strings_src)
;
do
\
rm
-f
$(srcdir)
/
$$
f
;
\
@LN_CP_F@
$(top_srcdir)
/strings/
$$
f
$
(srcdir)
/
$
$
f
;
\
@LN_CP_F@
$(top_srcdir)
/strings/
$$
f
$$
f
;
\
done
;
# Don't update the files from bitkeeper
...
...
configure.in
View file @
b269caec
...
...
@@ -71,7 +71,6 @@ AC_DEFINE_UNQUOTED([DOT_FRM_VERSION], [$DOT_FRM_VERSION],
[
Version of .frm files]
)
AC_SUBST
(
SHARED_LIB_VERSION
)
AC_SUBST
(
AVAILABLE_LANGUAGES
)
AC_SUBST
(
AVAILABLE_LANGUAGES_ERRORS
)
AC_SUBST
([
NDB_VERSION_MAJOR]
)
AC_SUBST
([
NDB_VERSION_MINOR]
)
...
...
@@ -2753,7 +2752,7 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile dnl
sql-common/Makefile SSL/Makefile dnl
dbug/Makefile scripts/Makefile dnl
include/Makefile sql-bench/Makefile
tools/Makefile
dnl
include/Makefile sql-bench/Makefile dnl
server-tools/Makefile server-tools/instance-manager/Makefile dnl
tests/Makefile Docs/Makefile support-files/Makefile dnl
support-files/MacOSX/Makefile mysql-test/Makefile dnl
...
...
extra/Makefile.am
View file @
b269caec
...
...
@@ -23,6 +23,9 @@ BUILT_SOURCES= $(top_builddir)/include/mysqld_error.h \
$(top_builddir)
/include/mysqld_ername.h
pkginclude_HEADERS
=
$(BUILT_SOURCES)
CLEANFILES
=
$(BUILT_SOURCES)
# We never use SUBDIRS here, but needed for automake 1.6.3
# to generate code to handle DIST_SUBDIRS
SUBDIRS
=
DIST_SUBDIRS
=
yassl
# This will build mysqld_error.h and sql_state.h
...
...
extra/yassl/Makefile.am
View file @
b269caec
SUBDIRS
=
taocrypt src
EXTRA_DIST
=
yassl.dsp yassl.dsw
mySTL/
*
.hpp
EXTRA_DIST
=
yassl.dsp yassl.dsw
$(
wildcard
mySTL/
*
.hpp
)
extra/yassl/src/Makefile.am
View file @
b269caec
...
...
@@ -4,5 +4,5 @@ noinst_LIBRARIES = libyassl.a
libyassl_a_SOURCES
=
buffer.cpp cert_wrapper.cpp crypto_wrapper.cpp
\
handshake.cpp lock.cpp log.cpp socket_wrapper.cpp ssl.cpp
\
template_instnt.cpp timer.cpp yassl_imp.cpp yassl_error.cpp yassl_int.cpp
EXTRA_DIST
=
../include/
*
.hpp ../include/openssl/
*
.h
EXTRA_DIST
=
$(
wildcard
../include/
*
.hpp
)
$(
wildcard
../include/openssl/
*
.h
)
AM_CXXFLAGS
=
-DYASSL_PURE_C
extra/yassl/taocrypt/src/Makefile.am
View file @
b269caec
...
...
@@ -11,5 +11,5 @@ libtaocrypt_a_SOURCES = aes.cpp aestables.cpp algebra.cpp arc4.cpp asn.cpp \
template_instnt.cpp
libtaocrypt_a_LIBADD
=
libtaoint_a-integer.o
EXTRA_DIST
=
../include/
*
.hpp
EXTRA_DIST
=
$(
wildcard
../include/
*
.hpp
)
AM_CXXFLAGS
=
-DYASSL_PURE_C
server-tools/instance-manager/Makefile.am
View file @
b269caec
...
...
@@ -53,12 +53,12 @@ libnet_a_LIBADD= $(top_builddir)/sql/password.$(OBJEXT) \
CLEANFILES
=
net_serv.cc client_settings.h
net_serv.cc
:
rm
-f
$(srcdir)
/
net_serv.cc
@
LN_CP_F@
$(top_srcdir)
/sql/net_serv.cc
$(srcdir)
/
net_serv.cc
rm
-f
net_serv.cc
@
LN_CP_F@
$(top_srcdir)
/sql/net_serv.cc net_serv.cc
client_settings.h
:
rm
-f
$(srcdir)
/
client_settings.h
@
LN_CP_F@
$(top_srcdir)
/sql/client_settings.h
$(srcdir)
/
client_settings.h
rm
-f
client_settings.h
@
LN_CP_F@
$(top_srcdir)
/sql/client_settings.h client_settings.h
libexec_PROGRAMS
=
mysqlmanager
...
...
sql/share/Makefile.am
View file @
b269caec
...
...
@@ -53,6 +53,9 @@ install-data-local:
uninstall-local
:
@
RM@
-f
-r
$(DESTDIR)$(pkgdatadir)
distclean-local
:
@
RM@
-f
*
/errmsg.sys
# Do nothing
link_sources
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment