]> SALOME platform Git repositories - modules/yacs.git/blob - src/CASCatch/Makefile.am
Salome HOME
Join modifications from branch BR_PR_V320b1
[modules/yacs.git] / src / CASCatch / Makefile.am
1 #  File   : Makefile.in
2 #  Author : Sergey RUIN (OCN)
3 #  Module : SALOME
4
5 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
6
7
8 salomeinclude_HEADERS   = CASCatch.hxx \
9                         CASCatch_CatchSignals.hxx \
10                         CASCatch_ErrorHandler.hxx \
11                         CASCatch_Failure.hxx
12
13 lib_LTLIBRARIES             = libCASCatch.la
14 libCASCatch_la_SOURCES  = \
15                         CASCatch_CatchSignals.cxx \
16                         CASCatch_ErrorHandler.cxx \
17                         CASCatch_Failure.cxx
18
19 COMMON_CPPFLAGS = \
20         @CAS_CPPFLAGS@ @CAS_CXXFLAGS@
21
22 libCASCatch_la_CPPFLAGS = $(COMMON_CPPFLAGS)
23 libCASCatch_la_LIBADD  = $(CAS_KERNEL)