]> SALOME platform Git repositories - tools/hxx2salome.git/blob - CppExamples/COMPO_CXX_SRC/src/CALCUL/CALCUL_SWIG/Makefile.am
Salome HOME
GUI developement
[tools/hxx2salome.git] / CppExamples / COMPO_CXX_SRC / src / CALCUL / CALCUL_SWIG / 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 = libCALCULSWIG.la
12 libCALCULSWIG_la_SOURCES = CALCUL_wrap.cxx 
13
14 SWIG_CPPFLAGS = -I${srcdir}/../CALCUL_CXX \
15                 ${MED_INCLUDES} 
16
17 CPPFLAGS      = $(PYTHON_INCLUDES) \
18                 -I${srcdir}/../CALCUL_CXX \
19                 $(PYTHON_INCLUDES) \
20                 ${MED_INCLUDES} 
21
22 bin_SCRIPTS = CALCULSWIG.py
23 LDFLAGS =       -L../CALCUL_CXX -lCALCULCXX \
24                 $(MED_LIBS) -lMEDMEM_Swigcmodule
25
26 #
27 # Common end part
28 #
29
30 include $(top_srcdir)/adm/unix/make_end.am