Salome HOME
Suppression code mort
[modules/adao.git] / src / daSalome / Makefile.am
1 include $(top_srcdir)/adm_local/make_common_starter.am
2
3 SUBDIRS= daGUI
4
5 EXTRA_DIST = daYacsSchemaCreator daYacsIntegration
6
7 DIR = $(top_srcdir)/src/daSalome/
8
9 install-data-local:
10         ${mkinstalldirs} $(DESTDIR)$(salomepythondir)
11         cp -R $(DIR)daYacsSchemaCreator $(DESTDIR)$(salomepythondir)
12         cp -R $(DIR)daYacsIntegration $(DESTDIR)$(salomepythondir)
13
14 uninstall-local:
15         chmod -R +w $(DESTDIR)$(salomepythondir)
16         rm -rf $(DESTDIR)$(salomepythondir)/daYacsSchemaCreator
17         rm -rf $(DESTDIR)$(salomepythondir)/daYacsIntegration
18