Salome HOME
Fix problems of make distcheck
[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 spadderpy_PYTHON = \
10         __init__.py \
11         plugindialog_ui.py \
12         plugindialog.py \
13         inputframe_ui.py \
14         inputdialog.py \
15         inputdata.py
16
17 spadderpy_DATA= \
18         parameters.png \
19         input.png \
20         select.png \
21         compute.png \
22         refresh.png \
23         publish.png \
24         clear.png \
25         addinput.png \
26         deleteinput.png \
27         concrete.png \
28         steelbar.png
29
30 PYUIC = @PYUIC@
31 %_ui.py:%.ui
32         $(PYUIC) -x $< -o $@
33
34 PYRCC = @PYRCC@
35 %_rc.py:%.qrc
36         $(PYRCC) $< -o $@