-# VISU OBJECT : interactive object for VISU entities implementation
+#
#
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
#
#
#
-# File : Makefile.in
-# Module : VISU
+# File :
+# Author :
+# Module :
+# $Header$
top_srcdir=@top_srcdir@
top_builddir=../..
@COMMENCE@
-EXPORT_HEADERS = MED_Common.hxx MED_Utilities.hxx MEDA_Structures.hxx MEDA_Wrapper.hxx MEDA_Algorithm.hxx
+SUBDIRS = Base V2_1 V2_2 Factory
-# Libraries targets
-
-LIB = libMEDWrapper.la
-LIB_SRC = MED_Structures.cxx MED_Wrapper.cxx MED_Utilities.cxx \
- MEDA_Structures.cxx MEDA_Wrapper.cxx MEDA_Algorithm.cxx
-
-# Executables targets
-BIN = MED_Test MEDA_Test MEDA_Test1
-BIN_SRC =
-
-CPPFLAGS+= $(BOOST_CPPFLAGS) $(MED2_INCLUDES)
-
-LDFLAGS+= $(MED2_LIBS) $(HDF5_LIBS)
-
-@CONCLUDE@
+@MODULE@
throw SALOME::SALOME_Exception(ExDescription); \
}
-#include <iostream>
+#include <ostream.h>
+
//Dump the CORBA exception type.
-static std::ostream& operator<<(std::ostream& os, const CORBA::Exception& e)
+inline std::ostream& operator<<(std::ostream& os, const CORBA::Exception& e)
{
CORBA::Any tmp;
tmp<<= e;
return os;
}
+
#endif