ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 0438933 was
5f96484,
checked in by Jiao Lin <jiao.lin@…>, 16 years ago
|
make.mm at a few top level directories
|
-
Property mode set to
100644
|
File size:
905 bytes
|
Line | |
---|
1 | # -*- Makefile -*- |
---|
2 | # |
---|
3 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
4 | # |
---|
5 | # Jiao Lin |
---|
6 | # California Institute of Technology |
---|
7 | # (C) 2008 All Rights Reserved |
---|
8 | # |
---|
9 | # <LicenseText> |
---|
10 | # |
---|
11 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
12 | |
---|
13 | PROJECT = sans |
---|
14 | |
---|
15 | BUILD_DIRS = \ |
---|
16 | models \ |
---|
17 | |
---|
18 | RECURSE_DIRS = $(BUILD_DIRS) |
---|
19 | |
---|
20 | PACKAGE = sans |
---|
21 | |
---|
22 | #-------------------------------------------------------------------------- |
---|
23 | # |
---|
24 | |
---|
25 | all: export |
---|
26 | BLD_ACTION="all" $(MM) recurse |
---|
27 | |
---|
28 | tidy:: |
---|
29 | BLD_ACTION="tidy" $(MM) recurse |
---|
30 | |
---|
31 | |
---|
32 | |
---|
33 | #-------------------------------------------------------------------------- |
---|
34 | # |
---|
35 | # export |
---|
36 | |
---|
37 | EXPORT_PYTHON_MODULES = \ |
---|
38 | __init__.py \ |
---|
39 | |
---|
40 | |
---|
41 | export:: export-python-modules |
---|
42 | BLD_ACTION="export" $(MM) recurse |
---|
43 | |
---|
44 | |
---|
45 | |
---|
46 | # version |
---|
47 | # $Id: Make.mm 1404 2007-08-29 15:43:42Z linjiao $ |
---|
48 | |
---|
49 | # End of file |
---|
Note: See
TracBrowser
for help on using the repository browser.