Last change
on this file since 1445 was
915,
checked in by andreasw, 14 years ago
|
reran autotools with latest coin.m4 in trunk; replaced make by $(MAKE); set all externals to trunk
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 KB
|
Rev | Line | |
---|
[754] | 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 915 2007-02-01 20:15:10Z stefan $ |
---|
| 6 | |
---|
| 7 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
| 8 | |
---|
| 9 | AUTOMAKE_OPTIONS = foreign |
---|
| 10 | |
---|
[788] | 11 | EXTRA_DIST = doxydoc/doxygen.conf |
---|
[754] | 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 | |
---|
[761] | 25 | test: all |
---|
[915] | 26 | cd Clp; $(MAKE) test |
---|
[754] | 27 | |
---|
| 28 | unitTest: test |
---|
| 29 | |
---|
| 30 | tests: |
---|
| 31 | for dir in $(subdirs); do \ |
---|
| 32 | if test -r $$dir/test/Makefile; then \ |
---|
[915] | 33 | (cd $$dir; $(MAKE) test) \ |
---|
[754] | 34 | fi; \ |
---|
| 35 | done |
---|
| 36 | |
---|
| 37 | unitTests: tests |
---|
| 38 | |
---|
[788] | 39 | doxydoc: |
---|
| 40 | cd $(srcdir); doxygen doxydoc/doxygen.conf |
---|
[754] | 41 | |
---|
[788] | 42 | .PHONY: test unitTest tests unitTests doxydoc |
---|
| 43 | |
---|
[754] | 44 | ######################################################################## |
---|
| 45 | # Maintainer Stuff # |
---|
| 46 | ######################################################################## |
---|
| 47 | |
---|
[767] | 48 | # Files that are generated and should be cleaned with make distclean |
---|
| 49 | DISTCLEANFILES = |
---|
| 50 | |
---|
[754] | 51 | include BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.