Salome HOME
Debug algorithms and hypotheses assignment
[modules/smesh.git] / src / MEFISTO2 / Makefile.in
1 #  File   : Makefile.in
2 #  Author : 
3 #  Module : SMESH
4
5 top_srcdir=@top_srcdir@
6 top_builddir=../..
7 srcdir=@srcdir@
8 VPATH=.:@srcdir@
9
10
11 @COMMENCE@
12
13 # header files 
14 EXPORT_HEADERS = aptrte.h Rn.h
15
16 # Libraries targets
17 LIB = libMEFISTO2D.la
18 LIB_SRC = aptrte.cxx trte.f
19 # areteideale.f
20
21 LIB_CLIENT_IDL =
22
23 LIB_SERVER_IDL = 
24
25 # additionnal information to compil and link file
26 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
27 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
28
29 LDFLAGS += -lg2c
30
31 @CONCLUDE@
32