source:
sasview/src/sas/sascalc/simulation/analmodelpy/Make.mm
@
e30646ab
Last change on this file since e30646ab was d85c194, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 9 years ago | |
---|---|
|
|
File size: 869 bytes |
Line | |
---|---|
1 | # -*- Makefile -*- |
2 | # |
3 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
4 | # |
5 | # Michael A.G. Aivazis |
6 | # California Institute of Technology |
7 | # (C) 1998-2005 All Rights Reserved |
8 | # |
9 | # <LicenseText> |
10 | # |
11 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
12 | # |
13 | |
14 | PROJECT = analmodelpy |
15 | |
16 | # directory structure |
17 | |
18 | BUILD_DIRS = \ |
19 | libanalmodelpy \ |
20 | analmodelpymodule \ |
21 | analmodelpy \ |
22 | |
23 | OTHER_DIRS = \ |
24 | tests \ |
25 | examples |
26 | |
27 | RECURSE_DIRS = $(BUILD_DIRS) $(OTHER_DIRS) |
28 | |
29 | #-------------------------------------------------------------------------- |
30 | # |
31 | |
32 | all: |
33 | BLD_ACTION="all" $(MM) recurse |
34 | |
35 | distclean:: |
36 | BLD_ACTION="distclean" $(MM) recurse |
37 | |
38 | clean:: |
39 | BLD_ACTION="clean" $(MM) recurse |
40 | |
41 | tidy:: |
42 | BLD_ACTION="tidy" $(MM) recurse |
43 | |
44 | # version |
45 | # $Id$ |
46 | |
47 | # End of file |
Note: See TracBrowser
for help on using the repository browser.