source: branches/mpimystic/Make.mm @ 224

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
3PROJECT = mpimystic
4
5BUILD_DIRS = \
6    mpimystic \
7
8OTHER_DIRS = \
9    tests \
10    examples \
11    examples_other \
12
13RECURSE_DIRS = $(BUILD_DIRS) $(OTHER_DIRS)
14
15all:
16        $(MM) recurse
17
18clean::
19        BLD_ACTION="clean" $(MM) recurse
20
21tidy::
22        BLD_ACTION="tidy" $(MM) recurse
23
24distclean::
25        BLD_ACTION="distclean" $(MM) recurse
26
27
28# End of file
Note: See TracBrowser for help on using the repository browser.