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 2c63e80e 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:
1.4 KB
|
Rev | Line | |
---|
[5f96484] | 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 | c_extensions \ |
---|
| 17 | |
---|
| 18 | RECURSE_DIRS = $(BUILD_DIRS) |
---|
| 19 | |
---|
| 20 | PACKAGE = models |
---|
| 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 | AddComponent.py \ |
---|
| 39 | BEPolyelectrolyte.py \ |
---|
| 40 | BaseComponent.py \ |
---|
| 41 | Constant.py \ |
---|
| 42 | CoreShellCylinderModel.py \ |
---|
| 43 | CoreShellModel.py \ |
---|
| 44 | Cos.py \ |
---|
| 45 | CylinderModel.py \ |
---|
| 46 | DABModel.py \ |
---|
| 47 | DebyeModel.py \ |
---|
| 48 | DisperseModel.py \ |
---|
| 49 | DivComponent.py \ |
---|
| 50 | EllipsoidModel.py \ |
---|
| 51 | EllipticalCylinderModel.py \ |
---|
| 52 | FractalModel.py \ |
---|
| 53 | Gaussian.py \ |
---|
| 54 | GuinierModel.py \ |
---|
| 55 | LorentzModel.py \ |
---|
| 56 | Lorentzian.py \ |
---|
| 57 | ModelFactory.py \ |
---|
| 58 | ModelIO.py \ |
---|
| 59 | MulComponent.py \ |
---|
| 60 | PorodModel.py \ |
---|
| 61 | PowerLawModel.py \ |
---|
| 62 | Sin.py \ |
---|
| 63 | SphereModel.py \ |
---|
| 64 | SubComponent.py \ |
---|
| 65 | TeubnerStreyModel.py \ |
---|
| 66 | __init__.py \ |
---|
| 67 | dispersion_models.py \ |
---|
| 68 | |
---|
| 69 | |
---|
| 70 | export:: export-package-python-modules |
---|
| 71 | BLD_ACTION="export" $(MM) recurse |
---|
| 72 | |
---|
| 73 | |
---|
| 74 | |
---|
| 75 | # version |
---|
| 76 | # $Id: Make.mm 1404 2007-08-29 15:43:42Z linjiao $ |
---|
| 77 | |
---|
| 78 | # End of file |
---|
| 79 | |
---|
Note: See
TracBrowser
for help on using the repository browser.