mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
1c23091c4e
- Removed references to deleted files - If we link staticly, check for static zlib - This should fix the problem with 'no -lz found' link error - Fixed build failure on window (Patch from Wlad) - Fixed build problem with federatedx when using -Werror BUILD/Makefile.am: Remove removed file config/ac-macros/zlib.m4: If we compile with --all-static, test that we have a static libz libmysqld/CMakeLists.txt: Fix for build error on windows mysql-test/suite/pbxt/r/key_cache.result: Updated result mysql-test/suite/pbxt/t/key_cache.test: Fixed not updated test case sql/CMakeLists.txt: Fix for build error on windows storage/federatedx/Makefile.am: Don't use CFLAGS to compile C++ programs storage/pbxt/src/lock_xt.cc: Fixed compiler warning about using uninitialized b2 storage/xtradb/buf/buf0buf.c: Fixed wrong printf storage/xtradb/srv/srv0srv.c: Fixed assignment of different width and test with different sign/unsigned
84 lines
2.5 KiB
Makefile
84 lines
2.5 KiB
Makefile
# Copyright (C) 2002, 2004-2005 MySQL AB
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Library General Public
|
|
# License as published by the Free Software Foundation; version 2
|
|
# of the License.
|
|
#
|
|
# This program 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 = FINISH.sh \
|
|
SETUP.sh \
|
|
autorun.sh \
|
|
build_mccge.sh \
|
|
check-cpu \
|
|
cleanup \
|
|
compile-alpha \
|
|
compile-alpha-ccc \
|
|
compile-alpha-cxx \
|
|
compile-alpha-debug \
|
|
compile-amd64-debug-max \
|
|
compile-amd64-debug-max-no-ndb \
|
|
compile-amd64-gcov \
|
|
compile-amd64-gprof \
|
|
compile-amd64-max \
|
|
compile-amd64-max-sci \
|
|
compile-amd64-valgrind-max \
|
|
compile-bintar \
|
|
compile-darwin-mwcc \
|
|
compile-dist \
|
|
compile-hpux11-parisc2-aCC \
|
|
compile-ia64-debug-max \
|
|
compile-irix-mips64-mipspro \
|
|
compile-pentium \
|
|
compile-pentium-debug \
|
|
compile-pentium-debug-max \
|
|
compile-pentium-debug-max-no-embedded \
|
|
compile-pentium-debug-max-no-ndb \
|
|
compile-pentium-debug-openssl \
|
|
compile-pentium-debug-yassl \
|
|
compile-pentium-gcov \
|
|
compile-pentium-gprof \
|
|
compile-pentium-icc \
|
|
compile-pentium-icc-valgrind-max \
|
|
compile-pentium-icc-yassl \
|
|
compile-pentium-max \
|
|
compile-pentium-myodbc \
|
|
compile-pentium-pgcc \
|
|
compile-pentium-valgrind-max \
|
|
compile-pentium64 \
|
|
compile-pentium64-debug \
|
|
compile-pentium64-debug-max \
|
|
compile-pentium64-gcov \
|
|
compile-pentium64-gprof \
|
|
compile-pentium64-max \
|
|
compile-pentium64-max-sci \
|
|
compile-pentium64-valgrind-max \
|
|
compile-ppc \
|
|
compile-ppc-debug \
|
|
compile-ppc-debug-max \
|
|
compile-ppc-debug-max-no-ndb \
|
|
compile-ppc-max \
|
|
compile-solaris-amd64 \
|
|
compile-solaris-amd64-debug \
|
|
compile-solaris-amd64-debug-forte \
|
|
compile-solaris-amd64-forte \
|
|
compile-solaris-sparc \
|
|
compile-solaris-sparc-debug \
|
|
compile-solaris-sparc-forte \
|
|
compile-solaris-sparc-purify \
|
|
compile-solaris-x86-32 \
|
|
compile-solaris-x86-32-debug \
|
|
compile-solaris-x86-32-debug-forte \
|
|
compile-solaris-x86-forte-32 \
|
|
util.sh
|