| 1 | # not a GNU package. You can remove this line, if
|
|---|
| 2 | # have all needed files, that a GNU package needs
|
|---|
| 3 | AUTOMAKE_OPTIONS = foreign 1.4
|
|---|
| 4 |
|
|---|
| 5 | SUBDIRS = astronomy collections dataManip fileUtils image sysUtils
|
|---|
| 6 |
|
|---|
| 7 | EXTRA_DIST = runTest FullUnitTest
|
|---|
| 8 |
|
|---|
| 9 | test: check
|
|---|
| 10 |
|
|---|
| 11 | tests:
|
|---|