mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
ad6d95d3cb
- Changed to still use bcmp() in certain cases becasue - Faster for short unaligneed strings than memcmp() - Bettern when using valgrind - Changed to use my_sprintf() instead of sprintf() to get higher portability for old systems - Changed code to use MariaDB version of select->skip_record() - Removed -%::SCCS/s.% from Makefile.am:s to remove automake warnings
85 lines
2.6 KiB
Makefile
85 lines
2.6 KiB
Makefile
# Copyright (C) 2002, 2004-2005 MySQL AB
|
|
#
|
|
# This library 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 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 = 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-mysqlfs-debug \
|
|
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
|