Makefile.am revision b2d628bb1f9dd190a3dc2cf2131b37662f530a79
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	print-instruction-pointer.c \
28	print-instruction-pointer.exp \
29	time-record.c \
30	time-record-T.exp \
31	time-record-tt.exp \
32	time-record-ttt.exp \
33	trace-clone.c \
34	trace-clone.exp \
35	trace-exec.c \
36	trace-exec.exp \
37	trace-exec1.c \
38	trace-fork.c \
39	trace-fork.exp
40
41CLEANFILES = *.o *.so *.log *.sum *.ltrace setval.tmp \
42	attach-process count-record demangle print-instruction-pointer \
43	time-record-T time-record-tt time-record-ttt trace-clone \
44	trace-exec trace-exec1 trace-fork
45
46MAINTAINERCLEANFILES = Makefile.in
47