Last change
on this file since 2405 was
527,
checked in by andreasw, 14 years ago
|
reran autotools with latest coin.m4 in stable; replaced make by $(MAKE); generate libtool in base directory
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | # Copyright (C) 2006 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Common Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 527 2007-02-01 21:24:46Z tkr $ |
---|
6 | |
---|
7 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
8 | |
---|
9 | AUTOMAKE_OPTIONS = foreign |
---|
10 | |
---|
11 | EXTRA_DIST = doxydoc/doxygen.conf |
---|
12 | |
---|
13 | ######################################################################## |
---|
14 | # Subdirectories # |
---|
15 | ######################################################################## |
---|
16 | |
---|
17 | # subdirs is set by configure as the list of all subdirectories to recurse |
---|
18 | # into |
---|
19 | SUBDIRS = $(subdirs) |
---|
20 | |
---|
21 | ######################################################################## |
---|
22 | # Extra Targets # |
---|
23 | ######################################################################## |
---|
24 | |
---|
25 | test: all |
---|
26 | cd Cbc; $(MAKE) test |
---|
27 | |
---|
28 | unitTest: test |
---|
29 | |
---|
30 | tests: all |
---|
31 | for dir in $(subdirs); do \ |
---|
32 | if test -r $$dir/test/Makefile; then \ |
---|
33 | (cd $$dir; $(MAKE) test) \ |
---|
34 | fi; \ |
---|
35 | done |
---|
36 | |
---|
37 | unitTests: tests |
---|
38 | |
---|
39 | doxydoc: |
---|
40 | cd $(srcdir); doxygen doxydoc/doxygen.conf |
---|
41 | |
---|
42 | .PHONY: test unitTest tests unitTests doxydoc |
---|
43 | |
---|
44 | ######################################################################## |
---|
45 | # Maintainer Stuff # |
---|
46 | ######################################################################## |
---|
47 | |
---|
48 | # Files that are generated and should be cleaned with make distclean |
---|
49 | DISTCLEANFILES = |
---|
50 | |
---|
51 | include BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.