Salome HOME
2e266978daed50a60aebb7f0549ad9a4e92fdc81
[samples/sierpinsky.git] / src / Sierpinsky / Makefile.am
1 ###############################################################
2 # File    : Makefile.in
3 # Author  : Vadim SANDLER (OCN)
4 # Modified by : Alexander BORODIN (OCN) - autotools usage
5 # Created : 13/07/05
6 # Copyright (C) 2005 Open CASCADE
7 ###############################################################
8
9 include $(top_srcdir)/adm_local/unix/make_common_starter.am
10
11 # header files 
12 salomeinclude_HEADERS = SIERPINSKY_Gen_i.hxx
13
14 # Libraries targets
15 lib_LTLIBRARIES = libSIERPINSKYEngine.la
16
17 dist_libSIERPINSKYEngine_la_SOURCES = \
18         SIERPINSKY_Gen_i.cxx 
19
20 libSIERPINSKYEngine_la_CPPFLAGS = \
21         $(KERNEL_CXXFLAGS) \
22         $(MED_CXXFLAGS) \
23         $(HDF5_INCLUDES) \
24         $(BOOST_CPPFLAGS) \
25         -I$(top_builddir)/idl \
26         -I$(top_builddir)/salome_adm/unix
27
28 libSIERPINSKYEngine_la_LDFLAGS  = \
29         ../../idl/libSalomeIDLSIERPINSKY.la \
30         $(KERNEL_LDFLAGS) \
31         -lSalomeContainer \
32         -lSalomeNS \
33         -lOpUtil \
34         -lRegistry \
35         -lSalomeNotification \
36         -lSALOMELocalTrace \
37         -lgd \
38         -lSalomeIDLKernel \
39         $(MED_LDFLAGS) \
40         -lSalomeIDLMED \
41         -lMEDWrapper