-
Notifications
You must be signed in to change notification settings - Fork 8
/
Makefile.am
59 lines (44 loc) · 1.53 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Copyright (C) 2006 International Business Machines and others.
# All Rights Reserved.
# This file is distributed under the Eclipse Public License.
#
# Author: Andreas Waechter IBM 2006-04-13
include BuildTools/Makemain.inc
########################################################################
# Subdirectories #
########################################################################
SUBDIRS = src/util \
src/expression \
src/standardize \
src/problem \
src/bound_tightening \
src/bound_tightening/twoImpliedBT \
src/convex \
src/branch \
src/disjunctive \
src/interfaces \
src/heuristics \
src/cut/sdpcuts \
src/cut/crossconv \
src \
src/main
########################################################################
# Extra Targets #
########################################################################
test: all
cd test && $(MAKE) test
unitTest: test
# Doxygen documentation
doxydoc:
doxygen doxydoc/doxygen.conf
clean-doxydoc:
( cd doxydoc ; rm -rf html *.log *.tag )
clean-local: clean-doxydoc
if test -r test/Makefile; then cd test; $(MAKE) clean; fi
install-exec-local: install-doc
uninstall-local: uninstall-doc
.PHONY: test unitTest doxydoc
########################################################################
# Installation of the pkg-config file #
########################################################################
pkgconfiglib_DATA = couenne.pc