OSDN Git Service

upgraded version
[ccunit/ccunit.git] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ##    Copyright (C) 2003, 2010 TSUTSUMI Kikuo.
3 ##    This file is part of the CCUnit Library.
4
5 ##    The CCUnit Library is free software; you can redistribute it and/or
6 ##    modify it under the terms of the GNU Lesser General Public License
7 ##    as published by the Free Software Foundation; either version 2.1 of
8 ##    the License, or (at your option) any later version.
9
10 ##    The CCUnit Library is distributed in the hope that it will be
11 ##    useful, but WITHOUT ANY WARRANTY; without even the implied warranty
12 ##    of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ##    GNU Lesser General Public License for more details.
14
15 ##    You should have received a copy of the GNU Lesser General Public
16 ##    License along with the CCUnit Library; see the file COPYING.LESSER.
17 ##    If not, write to the Free Software Foundation, Inc., 59 Temple
18 ##    Place - Suite 330, Boston, MA 02111-1307, USA.  
19
20 # $Id$
21
22 SUBDIRS=ccunit tools
23
24 ## ls -1 ccunit/CCUnit*.h | sort | sed -e 's/^/ /' -e 's/$/ \\/' -e '$s/ *\\$//'
25 nobase_include_HEADERS = \
26         ccunit/CCUnit.h \
27         ccunit/CCUnitAssert.h \
28         ccunit/CCUnitConfig.h \
29         ccunit/CCUnitList.h \
30         ccunit/CCUnitLogMessage.h \
31         ccunit/CCUnitMakeSuite.h \
32         ccunit/CCUnitTest.h \
33         ccunit/CCUnitTestCase.h \
34         ccunit/CCUnitTestFailure.h \
35         ccunit/CCUnitTestFunc.h \
36         ccunit/CCUnitTestListener.h \
37         ccunit/CCUnitTestResult.h \
38         ccunit/CCUnitTestRunner.h \
39         ccunit/CCUnitTestSuite.h
40
41 nobase_nodist_include_HEADERS = ccunit/config.h
42
43 CLEANFILES=*~ .*~ ./\#*\# *.log