Makefile.am revision dd1352379a16ae982041f6be4fa62e3bf0dab7fb
1# Copyright (C) 1992 - 2001 Free Software Foundation, Inc.
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 1, or (at your option)
6# any later version.
7#
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11# GNU General Public License for more details.
12#
13# You should have received a copy of the GNU General Public License
14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16#
17
18EXTRA_DIST = \
19	attach-process.c \
20	attach-process.exp \
21	count-record.c \
22	count-record.exp \
23	demangle-lib.cpp \
24	demangle.cpp \
25	demangle.exp \
26	demangle.h \
27	libdl-simple-lib.c \
28	libdl-simple.c \
29	libdl-simple.exp \
30	print-instruction-pointer.c \
31	print-instruction-pointer.exp \
32	time-record.c \
33	time-record-T.exp \
34	time-record-tt.exp \
35	time-record-ttt.exp \
36	trace-clone.c \
37	trace-clone.exp \
38	trace-exec.c \
39	trace-exec.exp \
40	trace-exec1.c \
41	trace-fork.c \
42	trace-fork.exp
43
44CLEANFILES = *.o *.so *.log *.sum *.ltrace setval.tmp \
45	attach-process count-record demangle print-instruction-pointer \
46	time-record-T time-record-tt time-record-ttt trace-clone \
47	trace-exec trace-exec1 trace-fork libdl-simple
48
49MAINTAINERCLEANFILES = Makefile.in
50