Salome HOME
PR: add resources/Plugin in Install
[modules/yacs.git] / src / TOOLSDS / Makefile.am
1 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
2
3 #
4 # ===============================================================
5 # Files to be installed
6 # ===============================================================
7 #
8 # header files  
9 salomeinclude_HEADERS = SALOMEDS_Tool.hxx 
10
11 #
12 # ===============================================================
13 # Local definitions
14 # ===============================================================
15 #
16
17 # This local variable defines the list of CPPFLAGS common to all target in this package.
18 COMMON_CPPFLAGS=\
19         -I$(srcdir)/../Basics \
20         -I$(srcdir)/../Utils \
21         -I$(srcdir)/../SALOMELocalTrace \
22         -I$(top_builddir)/salome_adm/unix \
23         -I$(top_builddir)/idl \
24         @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ \
25         @CAS_CPPFLAGS@ @CAS_CXXFLAGS@ \
26         @HDF5_INCLUDES@ \
27         @BOOST_CPPFLAGS@
28
29 # This local variable defines the list of dependant libraries common to all target in this package.
30 COMMON_LIBS =\
31         ../Utils/libOpUtil.la \
32         $(top_builddir)/idl/libSalomeIDLKernel.la\
33         @CAS_KERNEL@
34
35 #
36 # ===============================================================
37 # Libraries targets
38 # ===============================================================
39 #
40 lib_LTLIBRARIES = libTOOLSDS.la
41 libTOOLSDS_la_SOURCES =         \
42         SALOMEDS_Tool.cxx
43
44 libTOOLSDS_la_CPPFLAGS = $(COMMON_CPPFLAGS)
45 libTOOLSDS_la_LDFLAGS  = -no-undefined -version-info=0:0:0
46 libTOOLSDS_la_LIBADD    = $(COMMON_LIBS)
47
48 #
49 # ===============================================================
50 # Executables targets
51 # ===============================================================
52 #
53 # Nothing to build
54
55