source:
sasview/src/sas/sascalc/simulation/iqPy/iqPymodule/Make.mm
@
0d72cac
Last change on this file since 0d72cac was d85c194, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 9 years ago | |
---|---|
|
|
File size: 617 bytes |
Rev | Line | |
---|---|---|
[aa639ea] | 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 | ||
[b9a5f0e] | 14 | PROJECT = SASsimulation |
[aa639ea] | 15 | PACKAGE = iqPymodule |
16 | MODULE = iqPy | |
17 | ||
18 | include std-pythonmodule.def | |
19 | include local.def | |
20 | ||
21 | PROJ_CXX_SRCLIB = -liqPy | |
22 | PROJ_SRCS = \ | |
23 | bindings.cc \ | |
24 | exceptions.cc \ | |
25 | misc.cc | |
26 | ||
27 | ||
28 | # version | |
29 | # $Id$ | |
30 | ||
31 | # End of file |
Note: See TracBrowser
for help on using the repository browser.