Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/smesh.git] / src / Driver / 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= Document_Reader.h Document_Writer.h Mesh_Reader.h Mesh_Writer.h
19
20 # Libraries targets
21 LIB = libMeshDriver.la
22 LIB_SRC = Document_Reader.cxx Document_Writer.cxx Mesh_Reader.cxx Mesh_Writer.cxx
23
24 LIB_CLIENT_IDL =
25
26 LIB_SERVER_IDL =
27
28 # additionnal information to compil and link file
29 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
30 CXXFLAGS += $(OCC_CXXFLAGS) $(MED2_INCLUDES) -rdynamic -ldl -I${KERNEL_ROOT_DIR}/include/salome
31 LDFLAGS  += $(OCC_LIBS) $(MED2_LIBS) -lSMESHDS -lSMDS
32
33 %_moc.cxx: %.h
34         $(MOC) $< -o $@
35
36 @CONCLUDE@
37
38
39