# Copyright (C) 2007-2013 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 # # --- # File : Makefile.am # Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com) # --- # include $(top_srcdir)/adm_local/unix/make_common_starter.am # header files salomeinclude_HEADERS = # Libraries targets lib_LTLIBRARIES = libGHS3DPRLEngine.la dist_libGHS3DPRLEngine_la_SOURCES = \ GHS3DPRLPlugin_Defs.hxx \ GHS3DPRLPlugin_GHS3DPRL.hxx \ GHS3DPRLPlugin_GHS3DPRL.cxx \ GHS3DPRLPlugin_GHS3DPRL_i.hxx \ GHS3DPRLPlugin_GHS3DPRL_i.cxx \ GHS3DPRLPlugin_Hypothesis.hxx \ GHS3DPRLPlugin_Hypothesis.cxx \ GHS3DPRLPlugin_Hypothesis_i.hxx \ GHS3DPRLPlugin_Hypothesis_i.cxx \ GHS3DPRLPlugin_i.cxx libGHS3DPRLEngine_la_CPPFLAGS = \ $(KERNEL_CXXFLAGS) \ $(GUI_CXXFLAGS) \ $(GEOM_CXXFLAGS) \ $(CAS_CPPFLAGS) \ $(VTK_INCLUDES) \ $(SMESH_CXXFLAGS) \ $(CORBA_CXXFLAGS) \ $(CORBA_INCLUDES) \ $(BOOST_CPPFLAGS) \ -I$(top_builddir)/idl libGHS3DPRLEngine_la_LDFLAGS = \ ../../idl/libSalomeIDLGHS3DPRLPLUGIN.la \ $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo -lTKCDF \ $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lSMESHDS -lSMDS -lStdMeshers -lMeshDriverGMF \ $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSALOMELocalTrace -lSALOMEBasics -lSalomeNS -lOpUtil # Scripts to be installed. #dist_salomescript_DATA= GHS3DPRLPluginDC.py mypkgpythondir = $(salomepythondir)/salome/GHS3DPRLPlugin mypkgpython_PYTHON = \ __init__.py \ GHS3DPRLPluginBuilder.py