Salome HOME
NRI : Add KERNEL includes.
[modules/smesh.git] / src / DriverUNV / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Marc Tajchman (CEA)
4 # Date : 5/07/2001
5 # $Header$
6 #
7
8 # source path
9 top_srcdir=@top_srcdir@
10 top_builddir=../..
11 srcdir=@srcdir@
12 VPATH=.:@srcdir@
13
14
15 @COMMENCE@
16
17 # header files 
18 EXPORT_HEADERS= DriverUNV_R_SMDS_Mesh.h DriverUNV_R_SMESHDS_Mesh.h DriverUNV_R_SMESHDS_Document.h \
19                 DriverUNV_W_SMDS_Mesh.h DriverUNV_W_SMESHDS_Mesh.h DriverUNV_W_SMESHDS_Document.h 
20
21 # Libraries targets
22 LIB = libMeshDriverUNV.la
23 LIB_SRC = DriverUNV_R_SMDS_Mesh.cxx DriverUNV_R_SMESHDS_Mesh.cxx DriverUNV_R_SMESHDS_Document.cxx \
24           DriverUNV_W_SMDS_Mesh.cxx DriverUNV_W_SMESHDS_Mesh.cxx DriverUNV_W_SMESHDS_Document.cxx 
25
26 LIB_CLIENT_IDL =
27
28 LIB_SERVER_IDL =
29
30 # additionnal information to compil and link file
31 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
32 CXXFLAGS += $(OCC_CXXFLAGS) $(MED2_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
33 LDFLAGS  += $(OCC_LIBS) $(MED2_LIBS) -lMeshDriver
34
35 %_moc.cxx: %.h
36         $(MOC) $< -o $@
37
38 @CONCLUDE@
39
40
41