1 # Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
3 # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # Lesser General Public License for more details.
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
24 # Author : Patrick GOLDBRONN (CEA)
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
32 SUBDIRS_COMMON = CASCatch Qtx Style DDS QDS ObjBrowser SUIT SUITApp STD CAF CAM LogWindow Prs Event OpenGLUtils GUI_PY
37 if ENABLE_SALOMEOBJECT
38 SUBDIRS_OBJECT = OBJECT
45 SUBDIRS_GLVIEWER = GLViewer
52 SUBDIRS_VTKVIEWER = VTKViewer
53 if ENABLE_SALOMEOBJECT
54 SUBDIRS_VTKVIEWER += SVTK
55 SUBDIRS_VIEWERTOOLS = ViewerTools
63 SUBDIRS_OCCVIEWER = OCCViewer
64 SUBDIRS_VIEWERTOOLS = ViewerTools
65 if ENABLE_SALOMEOBJECT
66 SUBDIRS_OCCVIEWER += SOCC
73 if ENABLE_PLOT2DVIEWER
74 SUBDIRS_PLOT2DVIEWER = Plot2d
75 if ENABLE_SALOMEOBJECT
76 SUBDIRS_PLOT2DVIEWER += SPlot2d
83 if ENABLE_SUPERVGRAPHVIEWER
84 SUBDIRS_SUPERVGRAPHVIEWER = SUPERVGraph
90 ###VSR: QxGraph has been replaced by QxScene
91 ###SUBDIRS_QXGRAPHVIEWER = QxGraph
92 if ENABLE_QXGRAPHVIEWER
93 SUBDIRS_QXGRAPHVIEWER = QxScene
97 # Python console (base)
100 SUBDIRS_PYCONSOLE = PyInterp PyConsole
104 # Light SALOME packages
106 SUBDIRS_LIGHT = LightApp ResExporter
109 # Full (CORBA) SALOME packages
112 SUBDIRS_CORBA = TOOLSGUI Session SalomeApp GuiHelpers TreeData
117 # Extra Python packages
120 SUBDIRS_PY_LIGHT = SALOME_SWIG SALOME_PY SALOME_PYQT
123 SUBDIRS = $(SUBDIRS_COMMON) $(SUBDIRS_OBJECT) $(SUBDIRS_VIEWERTOOLS) $(SUBDIRS_GLVIEWER) $(SUBDIRS_VTKVIEWER) \
124 $(SUBDIRS_OCCVIEWER) $(SUBDIRS_PLOT2DVIEWER) $(SUBDIRS_SUPERVGRAPHVIEWER) $(SUBDIRS_QXGRAPHVIEWER) \
125 $(SUBDIRS_PYCONSOLE) $(SUBDIRS_LIGHT) $(SUBDIRS_CORBA) $(SUBDIRS_PY_LIGHT)
127 DIST_SUBDIRS = CASCatch Qtx Style DDS QDS ObjBrowser SUIT SUITApp STD CAF CAM LogWindow Prs Event OpenGLUtils \
128 OBJECT ViewerTools GLViewer VTKViewer SVTK OCCViewer SOCC Plot2d SPlot2d SUPERVGraph QxGraph QxScene \
129 PyInterp PyConsole LightApp ResExporter TOOLSGUI Session SalomeApp GuiHelpers TreeData \
130 SALOME_SWIG SALOME_PY SALOME_PYQT GUI_PY