]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Now library is built and headers are exported (it is necessary for TRIPOLI)
authorasl <asl@opencascade.com>
Fri, 5 May 2006 07:19:19 +0000 (07:19 +0000)
committerasl <asl@opencascade.com>
Fri, 5 May 2006 07:19:19 +0000 (07:19 +0000)
src/CASCatch/Makefile.am

index c8c2c673e4f2523a60b4873acfdaa97c0eaa646d..8987619bf155b00354d611aa04ccd4d2c78a4d47 100644 (file)
@@ -5,5 +5,19 @@
 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
 
 
-salomeinclude_HEADERS   = CASCatch.hxx 
+salomeinclude_HEADERS   = CASCatch.hxx \
+                       CASCatch_CatchSignals.hxx \
+                       CASCatch_ErrorHandler.hxx \
+                       CASCatch_Failure.hxx
 
+lib_LTLIBRARIES             = libCASCatch.la
+libCASCatch_la_SOURCES  = \
+                       CASCatch_CatchSignals.cxx \
+                       CASCatch_ErrorHandler.cxx \
+                       CASCatch_Failure.cxx
+
+COMMON_CPPFLAGS = \
+       @CAS_CPPFLAGS@ @CAS_CXXFLAGS@
+
+libCASCatch_la_CPPFLAGS = $(COMMON_CPPFLAGS)
+libCASCatch_la_LIBADD  = $(CAS_KERNEL)