Salome HOME
This commit was generated by cvs2git to create branch 'IMPORT'.
[modules/smesh.git] / src / SMESHFiltersSelection / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Patrick GOLDBRONN (CEA)
4 # Date : 29/06/2001
5 # $Header$
6 #
7
8 # source path
9 top_srcdir=@top_srcdir@
10 top_builddir=../..
11 srcdir=@srcdir@
12 VPATH=.:@srcdir@:@top_srcdir@/idl
13
14
15 @COMMENCE@
16
17 # Libraries targets
18
19 LIB = libSMESHFiltersSelection.la 
20 LIB_SRC = SMESH_TypeFilter.cxx 
21
22 LIB_CLIENT_IDL = SALOME_Component.idl SALOMEDS.idl SALOME_Exception.idl
23
24 # header files 
25 EXPORT_HEADERS= SMESH_Type.h \
26                 SMESH_TypeFilter.hxx \
27                 Handle_SMESH_TypeFilter.hxx 
28
29 # additionnal information to compil and link file
30 CPPFLAGS += $(OCC_INCLUDES) $(QT_INCLUDES) $(PYTHON_INCLUDES) $(VTK_INCLUDES)
31 CXXFLAGS += $(OCC_CXXFLAGS)
32 LDFLAGS  += $(OCC_LIBS)
33
34 # additional file to be cleaned
35 MOSTLYCLEAN =
36 CLEAN =
37 DISTCLEAN =
38
39 @CONCLUDE@
40