source: branches/pp/Make.mm @ 230

Revision 230, 476 bytes checked in by mmckerns, 6 years ago (diff)

first step to merge pp/mystic to mystic by creating ppmystic

Line 
1# -*- Makefile -*-
2
3PROJECT = ppmystic
4
5BUILD_DIRS = \
6    ppmystic \
7
8OTHER_DIRS = \
9    examples \
10
11RECURSE_DIRS = $(BUILD_DIRS) $(OTHER_DIRS)
12
13#--------------------------------------------------------------------------
14#
15
16all:
17        $(MM) recurse
18
19clean::
20        BLD_ACTION="clean" $(MM) recurse
21
22distclean::
23        BLD_ACTION="distclean" $(MM) recurse
24
25tidy::
26        BLD_ACTION="tidy" $(MM) recurse
27
28#--------------------------------------------------------------------------
29#
30
31
32# End of file
Note: See TracBrowser for help on using the repository browser.