Salome HOME
NRI : First integration.
[modules/smesh.git] / src / DriverMED / 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= DriverMED_R_SMDS_Mesh.h DriverMED_R_SMESHDS_Mesh.h DriverMED_R_SMESHDS_Document.h DriverMED_W_SMDS_Mesh.h DriverMED_W_SMESHDS_Mesh.h DriverMED_W_SMESHDS_Document.h 
19
20 # Libraries targets
21 LIB = libMeshDriverMED.la
22 LIB_SRC = DriverMED_R_SMDS_Mesh.cxx DriverMED_R_SMESHDS_Mesh.cxx DriverMED_R_SMESHDS_Document.cxx DriverMED_W_SMDS_Mesh.cxx DriverMED_W_SMESHDS_Mesh.cxx DriverMED_W_SMESHDS_Document.cxx 
23
24 LIB_CLIENT_IDL =
25
26 LIB_SERVER_IDL =
27
28 # additionnal information to compil and link file
29 CPPFLAGS += $(OCC_INCLUDES) $(QT_INCLUDES)
30 CXXFLAGS += $(OCC_CXXFLAGS) $(MED2_INCLUDES) 
31 LDFLAGS  += $(OCC_LIBS) $(MED2_LIBS) -lMeshDriver -lmed
32
33 %_moc.cxx: %.h
34         $(MOC) $< -o $@
35
36 @CONCLUDE@
37
38
39