Salome HOME
Porting to Qt4 and autotools
[modules/multipr.git] / src / MULTIPR / Makefile.in
diff --git a/src/MULTIPR/Makefile.in b/src/MULTIPR/Makefile.in
deleted file mode 100644 (file)
index 3a0d876..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-#  Copyright (C) 2005  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
-#
-
-# Source path
-
-top_srcdir=@top_srcdir@
-top_builddir=../..
-srcdir=@srcdir@
-VPATH=.:@srcdir@:@top_srcdir@/idl
-
-MACHINE=PCLINUX
-
-@COMMENCE@
-
-# Libraries targets
-
-LIB = libMULTIPREngine.la
-
-LIB_SRC = MULTIPR_i.cxx
-
-LIB_SERVER_IDL = MULTIPR.idl 
-
-LIB_CLIENT_IDL = SALOME_Component.idl SALOME_Exception.idl SALOMEDS.idl SALOME_GenericObj.idl Logger.idl 
-
-EXPORT_HEADERS =
-
-# additionnal information to compile and link file
-
-CPPFLAGS += $(KERNEL_CXXFLAGS) $(MED_CXXFLAGS) $(MED2_INCLUDES) $(BOOST_CPPFLAGS) -Wall -pthread  
-
-LDFLAGS += \
-       $(KERNEL_LDFLAGS) \
-       -lSalomeContainer \
-       -lSalomeGenericObj \
-       -lOpUtil \
-       -lTOOLSDS \
-       -lSALOMELocalTrace \
-       $(MED2_LIBS) $(MED_LDFLAGS) \
-       $(BOOST_LIBS) -lboost_thread${BOOST_LIBSUFFIX} \
-       -lmedsplitter \
-       -lmedmem \
-       -lmed_V2_1 \
-       -lMULTIPR_API
-
-# Executables targets
-
-@CONCLUDE@