1TRANSLATIONS =	vitables_es_ES.ts \
2		vitables_ca_ES.ts \
3                vitables_ru_RU.ts
4
5SOURCES = vitables/queries/query.py \
6          vitables/queries/querydlg.py \
7          vitables/queries/querymgr.py \
8          vitables/queries/__init__.py \
9          vitables/test/test_samples.py \
10          vitables/vtsite.py \
11          vitables/preferences/preferences.py \
12          vitables/preferences/pluginsloader.py \
13          vitables/preferences/cfgexception.py \
14          vitables/preferences/vtconfig.py \
15          vitables/preferences/__init__.py \
16          vitables/utils.py \
17          vitables/nodeprops/grouppropdlg.py \
18          vitables/nodeprops/groupproppage.py \
19          vitables/nodeprops/attreditor.py \
20          vitables/nodeprops/leafproppage.py \
21          vitables/nodeprops/leafpropdlg.py \
22          vitables/nodeprops/attrpropdlg.py \
23          vitables/nodeprops/nodeinfo.py \
24          vitables/nodeprops/__init__.py \
25          vitables/nodeprops/linkpropdlg.py \
26          vitables/docbrowser/browsergui.py \
27          vitables/docbrowser/bookmarksdlg.py \
28          vitables/docbrowser/helpbrowser.py \
29          vitables/docbrowser/__init__.py \
30          vitables/logger.py \
31          vitables/vttables/datasheet.py \
32          vitables/vttables/leaf_view.py \
33          vitables/vttables/scrollbar.py \
34          vitables/vttables/leaf_model.py \
35          vitables/vttables/leaf_delegate.py \
36          vitables/vttables/buffer.py \
37          vitables/vttables/__init__.py \
38          vitables/start.py \
39          vitables/vtsplash.py \
40          vitables/h5db/rootgroupnode.py \
41          vitables/h5db/linknode.py \
42          vitables/h5db/groupnode.py \
43          vitables/h5db/tnode_editor.py \
44          vitables/h5db/tlink_editor.py \
45          vitables/h5db/nodeitemdelegate.py \
46          vitables/h5db/leafnode.py \
47          vitables/h5db/dbstreemodel.py \
48          vitables/h5db/__init__.py \
49          vitables/h5db/dbstreeview.py \
50          vitables/h5db/dbdoc.py \
51          vitables/plugins/csv/export_csv.py \
52          vitables/plugins/csv/aboutpage.py \
53          vitables/plugins/csv/__init__.py \
54          vitables/plugins/csv/import_csv.py \
55          vitables/plugins/columnorg/columnar_org.py \
56          vitables/plugins/columnorg/__init__.py \
57          vitables/plugins/dbstreesort/dbs_tree_sort.py \
58          vitables/plugins/dbstreesort/aboutpage.py \
59          vitables/plugins/dbstreesort/__init__.py \
60          vitables/plugins/__init__.py \
61          vitables/plugins/timeseries/aboutpage.py \
62          vitables/plugins/timeseries/time_series.py \
63          vitables/plugins/timeseries/__init__.py \
64          vitables/vtapp.py \
65          vitables/__init__.py \
66          vitables/vtwidgets/renamedlg.py \
67          vitables/vtwidgets/zoom_cell.py \
68          vitables/vtwidgets/nodenamedlg.py \
69          vitables/vtwidgets/__init__.py \
70          vitables/vtgui.py \
71          vitables/calculator/calculator.py \
72          vitables/calculator/calculator_dlg.py
73
74FORMS =	  vitables/plugins/about_page.ui \
75	  vitables/plugins/dbstreesort/dbs_tree_sort_page.ui \
76	  vitables/plugins/timeseries/timeformatter_page.ui \
77	  vitables/calculator/calculator.ui \
78	  vitables/nodeprops/link_prop_dlg.ui \
79	  vitables/nodeprops/group_prop_page.ui \
80	  vitables/nodeprops/attr_prop_dlg.ui \
81	  vitables/nodeprops/leaf_prop_page.ui \
82	  vitables/vtwidgets/rename_dlg.ui \
83	  vitables/vtwidgets/nodename_dlg.ui \
84	  vitables/queries/query_dlg.ui \
85	  vitables/preferences/settings_dlg.ui
86