Revision 224,
353 bytes
checked in by mmckerns, 6 years ago
(diff) |
cleanup after core of pyina moves to pathos; remainder moves to mpimystic
|
Line | |
---|
1 | # -*- Makefile -*- |
---|
2 | |
---|
3 | PROJECT = mpimystic |
---|
4 | |
---|
5 | BUILD_DIRS = \ |
---|
6 | mpimystic \ |
---|
7 | |
---|
8 | OTHER_DIRS = \ |
---|
9 | tests \ |
---|
10 | examples \ |
---|
11 | examples_other \ |
---|
12 | |
---|
13 | RECURSE_DIRS = $(BUILD_DIRS) $(OTHER_DIRS) |
---|
14 | |
---|
15 | all: |
---|
16 | $(MM) recurse |
---|
17 | |
---|
18 | clean:: |
---|
19 | BLD_ACTION="clean" $(MM) recurse |
---|
20 | |
---|
21 | tidy:: |
---|
22 | BLD_ACTION="tidy" $(MM) recurse |
---|
23 | |
---|
24 | distclean:: |
---|
25 | BLD_ACTION="distclean" $(MM) recurse |
---|
26 | |
---|
27 | |
---|
28 | # End of file |
---|
Note: See
TracBrowser
for help on using the repository browser.