Makefile.am revision 1976637c53456501b1892474150f5e6af5c1cbbb
1# Copyright (C) 1992 - 2001, 2012 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.exp \
20	count-record.c \
21	count-record.exp \
22	demangle.cpp \
23	demangle.exp \
24	demangle.h \
25	demangle-lib.cpp \
26	libdl-simple.c \
27	libdl-simple.exp \
28	libdl-simple-lib.c \
29	print-instruction-pointer.c \
30	print-instruction-pointer.exp \
31	time-record.c \
32	time-record-T.exp \
33	time-record-tt.exp \
34	time-record-ttt.exp \
35	trace-clone.c \
36	trace-clone.exp \
37	trace-exec.exp \
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 libdl-simple
45
46MAINTAINERCLEANFILES = Makefile.in
47