Last change
on this file since 2280 was 2155, checked in by Kana Sugimoto, 14 years ago |
New Development: Yes
JIRA Issue: No (reorganization of modules)
Ready for Test: Yes
Interface Changes: Yes
What Interface Changed: the modules casatoolbar, flagtoolbar, notaionwindow, were reorganized as customgui_base, customgui_tkagg, and customgui_qt4agg, based on backend
Test Programs: List test programs
Put in Release Notes: Yes/No
Module(s): Module Names change impacts.
Description: Describe your changes here...
|
File size:
1.2 KB
|
Rev | Line | |
---|
[1954] | 1 | ###
|
---|
| 2 | # CMakeLists.txt for python modules
|
---|
| 3 | ###
|
---|
| 4 |
|
---|
| 5 | # root for python
|
---|
| 6 | set( PYTHONROOT ${ASAP_SOURCE_DIR} )
|
---|
| 7 | set( PYTHONDIR ${PYTHONROOT}/python )
|
---|
| 8 |
|
---|
| 9 | # python modules
|
---|
| 10 | set( PYTHON_MODULES
|
---|
| 11 | ${PYTHONDIR}/asapfit.py
|
---|
| 12 | ${PYTHONDIR}/asapfitter.py
|
---|
| 13 | ${PYTHONDIR}/asaplinefind.py
|
---|
| 14 | ${PYTHONDIR}/asaplotbase.py
|
---|
| 15 | ${PYTHONDIR}/asaplotgui_gtk.py
|
---|
| 16 | ${PYTHONDIR}/asaplotgui.py
|
---|
| 17 | ${PYTHONDIR}/asaplotgui_qt4.py
|
---|
| 18 | ${PYTHONDIR}/asaplot.py
|
---|
| 19 | ${PYTHONDIR}/asapmath.py
|
---|
| 20 | ${PYTHONDIR}/asapplotter.py
|
---|
| 21 | ${PYTHONDIR}/compatibility.py
|
---|
| 22 | ${PYTHONDIR}/coordinate.py
|
---|
[2155] | 23 | ${PYTHONDIR}/customgui_base.py
|
---|
| 24 | ${PYTHONDIR}/customgui_tkagg.py
|
---|
| 25 | ${PYTHONDIR}/customgui_qt4agg.py
|
---|
[1954] | 26 | ${PYTHONDIR}/env.py
|
---|
[1996] | 27 | ${PYTHONDIR}/flagplotter.py
|
---|
[1954] | 28 | ${PYTHONDIR}/__init__.py
|
---|
| 29 | ${PYTHONDIR}/interactivemask.py
|
---|
| 30 | ${PYTHONDIR}/ipysupport.py
|
---|
| 31 | ${PYTHONDIR}/lagflagger.py
|
---|
| 32 | ${PYTHONDIR}/linecatalog.py
|
---|
| 33 | ${PYTHONDIR}/logging.py
|
---|
| 34 | ${PYTHONDIR}/opacity.py
|
---|
| 35 | ${PYTHONDIR}/parameters.py
|
---|
| 36 | ${PYTHONDIR}/scantable.py
|
---|
| 37 | ${PYTHONDIR}/selector.py
|
---|
| 38 | ${PYTHONDIR}/simplelinefinder.py
|
---|
[2086] | 39 | ${PYTHONDIR}/utils.py
|
---|
| 40 | ${PYTHONDIR}/svninfo.txt )
|
---|
[1954] | 41 |
|
---|
| 42 | install( PROGRAMS ${PYTHON_MODULES}
|
---|
| 43 | DESTINATION ${PYTHON_INSTALL_DIR} )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.