Initial revision
[ardour.git] / libs / cassowary / cassowary / Makefile.am
1 MAINTAINERCLEANFILES = autom4te.cache Makefile.in
2
3 noinst_HEADERS = \
4         Cassowary.h \
5         ClAbstractVariable.h \
6         ClDummyVariable.h \
7         ClObjectiveVariable.h \
8         ClSlackVariable.h \
9         ClConstraint.h \
10         ClConstraintHash.h \
11         ClEditConstraint.h \
12         ClEditOrStayConstraint.h \
13         ClErrors.h \
14         ClLinearConstraint.h \
15         ClLinearEquation.h \
16         ClLinearExpression.h \
17         ClLinearExpression_fwd.h \
18         ClLinearInequality.h \
19         ClSolver.h \
20         ClSimplexSolver.h \
21         ClStayConstraint.h \
22         ClStrength.h \
23         ClSymbolicWeight.h \
24         ClTableau.h \
25         ClFDVariable.h \
26         ClFDConnectorVariable.h \
27         ClFloatVariable.h \
28         ClVariable.h \
29         ClReader.h \
30         ClTypedefs.h \
31         ClPoint.h \
32         cl_auto_ptr.h \
33         config-inline.h \
34         debug.h \
35         timer.h
36