Salome HOME
add the template command
[tools/sat.git] / data / templates / CppSalome6 / src / Cpp_Template_ / Cpp_Template__CXX / Makefile.am
1 #
2 # Common begin part
3 #
4
5 include $(top_srcdir)/adm/unix/make_begin.am
6
7 #
8 # Developper part
9 #
10
11 lib_LTLIBRARIES            = lib:sat:{Cpp_Template_}CXX.la
12 lib:sat:{Cpp_Template_}CXX_la_SOURCES  = :sat:{Cpp_Template_}.cxx
13 lib:sat:{Cpp_Template_}CXX_la_LIBADD   = $(MED_LDFLAGS) -lmedmem $(MED3_LIBS)  $(HDF5_LIBS) -lmedcoupling
14
15 # exported headers
16 library_includedir=$(includedir)
17 library_include_HEADERS = :sat:{Cpp_Template_}.hxx
18
19 INCLUDES  = $(MED_CXXFLAGS) $(MED3_INCLUDES) $(HDF5_INCLUDES) $(KERNEL_CXXFLAGS)
20
21 bin_PROGRAMS = :sat:{Cpp_Template_}_test
22 :sat:{Cpp_Template_}_test_SOURCES = main.cxx
23 :sat:{Cpp_Template_}_test_LDADD   = lib:sat:{Cpp_Template_}CXX.la
24
25
26 #
27 # Common end part
28 #
29
30 include $(top_srcdir)/adm/unix/make_end.am
31
32