|
Last change
on this file since 108d38 was 7a6fd9, checked in by Frederik Heber <heber@…>, 16 years ago |
|
Actions put into libMolecuilderActions, UIElements into libMolecuilderUI
- due to great number of Actions it is sensible to put them into their own library
- this is advantageous overall, but right now especially as all the unit tests do not depend on this lib.
- it was also needed as Actions depend on UIElements and to resolve to correct ordering, UIElements have to be available before the libMolecuilderActions is aded (if compiled into libmolecuilder it is appended after!)
|
-
Property mode
set to
100644
|
|
File size:
147 bytes
|
| Line | |
|---|
| 1 | ACLOCAL_AMFLAGS = -I m4
|
|---|
| 2 | SUBDIRS = src src/Actions src/unittests doc tests
|
|---|
| 3 |
|
|---|
| 4 | EXTRA_DIST = autogen.sh
|
|---|
| 5 |
|
|---|
| 6 | .PHONY: doc
|
|---|
| 7 | doc:
|
|---|
| 8 | cd doc && make doxygen-docs
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.