Makefile.am revision ee3f964d9452b6445320d5e44c304f9e4afaf8b2
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	branch_func.c \
20	branch_func.exp \
21	filters.exp \
22	hello-vfork.c \
23	hello-vfork.exp \
24	main.c \
25	main.exp \
26	main-internal.exp \
27	main-lib.c \
28	main-threaded.c \
29	main-threaded.exp \
30	main-vfork.c \
31	main-vfork.exp \
32	parameters.c \
33	parameters.conf \
34	parameters.exp \
35	parameters-lib.c \
36	parameters2.exp \
37	signals.c \
38	signals.exp \
39	system_calls.c \
40	system_calls.exp
41
42CLEANFILES = *.o *.so *.log *.sum *.ltrace setval.tmp \
43	main main-internal parameters signals system_calls
44
45MAINTAINERCLEANFILES = Makefile.in
46