]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - src/NETGENPlugin/Makefile.in
Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[plugins/netgenplugin.git] / src / NETGENPlugin / Makefile.in
index c33380d254922a24897cde61821e906c6f801dfd..88e5885c82c5330f10afdfd718a5b46b1835dbb5 100644 (file)
@@ -1,3 +1,22 @@
+#  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS, L3S, LJLL, MENSI
+#
+#  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/
+#
 # -* Makefile *- 
 #
 # Author : Edward AGAPOV (OCC)
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
-VPATH=.:@srcdir@
+VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${GUI_ROOT_DIR}/idl/salome:${GEOM_ROOT_DIR}/idl/salome:${SMESH_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
 
 @COMMENCE@
 
-# .po files to transform in .qm
-PO_FILES = NETGENPlugin_icons.po
-
 LIB_SRC = \
        NETGENPlugin_NETGEN_3D.cxx \
        NETGENPlugin_NETGEN_3D_i.cxx \
+       NETGENPlugin_NETGEN_2D.cxx \
+       NETGENPlugin_NETGEN_2D_i.cxx \
+       NETGENPlugin_NETGEN_2D3D.cxx \
+       NETGENPlugin_NETGEN_2D3D_i.cxx \
+       NETGENPlugin_Hypothesis.cxx \
+       NETGENPlugin_Hypothesis_i.cxx \
+       NETGENPlugin_Hypothesis_2D.cxx \
+       NETGENPlugin_Hypothesis_2D_i.cxx \
+       NETGENPlugin_Mesher.cxx \
        NETGENPlugin_i.cxx
 
 LIB_SERVER_IDL = NETGENPlugin_Algorithm.idl
 
+LIB_CLIENT_IDL = \
+       SALOME_Component.idl \
+       SALOME_Comm.idl \
+       GEOM_Gen.idl \
+       MED.idl
+
 # Libraries targets
 LIB = libNETGENEngine.la