2006-12-31 01:02:27 +01:00
|
|
|
# Copyright (C) 2000-2003, 2005 MySQL AB
|
2001-04-11 13:04:03 +02:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2006-12-23 20:17:15 +01:00
|
|
|
# the Free Software Foundation; version 2 of the License.
|
2001-04-11 13:04:03 +02:00
|
|
|
#
|
|
|
|
# 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 General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
2001-09-18 14:24:14 +02:00
|
|
|
#
|
|
|
|
# As pstack doesn't work on all configurations, we have to use
|
|
|
|
# the USE_PSTACK hack to get all files into distribution
|
|
|
|
#
|
|
|
|
|
2001-09-19 03:47:55 +02:00
|
|
|
SUBDIRS = aout
|
2005-09-24 15:51:45 +02:00
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
2001-04-11 13:04:03 +02:00
|
|
|
noinst_HEADERS = bucomm.h debug.h ieee.h budbg.h demangle.h \
|
|
|
|
linuxthreads.h pstack.h pstacktrace.h
|
2001-09-18 14:24:14 +02:00
|
|
|
SRC= bucomm.c filemode.c linuxthreads.c rddbg.c \
|
2001-04-11 13:04:03 +02:00
|
|
|
debug.c ieee.c pstack.c stabs.c
|
2001-09-18 21:46:08 +02:00
|
|
|
EXTRA_DIST= $(SRC)
|
2001-09-18 14:24:14 +02:00
|
|
|
|
|
|
|
if COMPILE_PSTACK
|
|
|
|
pkglib_LIBRARIES = libpstack.a
|
|
|
|
libpstack_a_SOURCES = bucomm.c filemode.c linuxthreads.c rddbg.c debug.c ieee.c pstack.c stabs.c
|
|
|
|
endif
|
2001-04-11 13:04:03 +02:00
|
|
|
|
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.%
|