| 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 | |
|---|
| 3 | PROJECT = ppmystic |
|---|
| 4 | |
|---|
| 5 | BUILD_DIRS = \ |
|---|
| 6 | ppmystic \ |
|---|
| 7 | |
|---|
| 8 | OTHER_DIRS = \ |
|---|
| 9 | examples \ |
|---|
| 10 | |
|---|
| 11 | RECURSE_DIRS = $(BUILD_DIRS) $(OTHER_DIRS) |
|---|
| 12 | |
|---|
| 13 | #-------------------------------------------------------------------------- |
|---|
| 14 | # |
|---|
| 15 | |
|---|
| 16 | all: |
|---|
| 17 | $(MM) recurse |
|---|
| 18 | |
|---|
| 19 | clean:: |
|---|
| 20 | BLD_ACTION="clean" $(MM) recurse |
|---|
| 21 | |
|---|
| 22 | distclean:: |
|---|
| 23 | BLD_ACTION="distclean" $(MM) recurse |
|---|
| 24 | |
|---|
| 25 | tidy:: |
|---|
| 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.