Salome HOME
Fix make check with Python 2.7
[modules/yacs.git] / src / Makefile.am
index 1660ccb3b7e76e3a28f625ca8ddb78be7065bee5..aa2b5ecaeae593f2ecd6f190684bcadfdbf5f976 100644 (file)
@@ -1,2 +1,28 @@
+# Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
-SUBDIRS = bases engine runtime
+MAIN_SUBDIRS = bases engine engine_swig runtime runtime_swig wrappergen yacsloader yacsloader_swig yacsorb salomeloader
+
+if WITH_QT4
+if HAS_GUI
+GUI_SUBDIRS = pyqt hmi salomewrap genericgui salomegui salomegui_swig
+endif
+endif
+
+SUBDIRS = $(MAIN_SUBDIRS) $(GUI_SUBDIRS)