Salome HOME
Porting documentation on the Doxygen-1.8.0
[modules/smesh.git] / src / Tools / padder / spadderpy / gui / Makefile.am
1 include $(top_srcdir)/adm_local/unix/make_common_starter.am
2
3 #
4 # Files that compose the spadder graphical interface used by the
5 # plugin. They are installed in the spadder python package, under the
6 # sub-package plugins.
7 #
8 spadderpydir=$(smeshpypkgdir)/spadder/gui
9 dist_spadderpy_PYTHON = \
10         __init__.py \
11         plugindialog.py \
12         inputdialog.py \
13         inputdata.py
14
15 PYUIC_FILES = \
16         plugindialog_ui.py \
17         inputframe_ui.py
18
19 nodist_spadderpy_PYTHON = $(PYUIC_FILES)
20 CLEANFILES = $(PYUIC_FILES)
21
22 dist_spadderpy_DATA= \
23         parameters.png \
24         input.png \
25         select.png \
26         compute.png \
27         refresh.png \
28         publish.png \
29         clear.png \
30         addinput.png \
31         deleteinput.png \
32         concrete.png \
33         steelbar.png
34
35 %_ui.py:%.ui
36         $(PYUIC) -x $< -o $@
37
38 %_rc.py:%.qrc
39         $(PYRCC) $< -o $@
40
41 EXTRA_DIST += $(PYUIC_FILES:%_ui.py=%.ui)