Salome HOME
PAL10125 - by double click on reference original object becomes selected
[modules/gui.git] / src / SUPERVGraph / Makefile.in
1 # source path
2 top_srcdir=@top_srcdir@
3 top_builddir=../..
4 srcdir=@srcdir@
5 VPATH=.:@srcdir@:@top_srcdir@/idl
6
7
8 @COMMENCE@
9
10 EXPORT_HEADERS = SUPERVGraph_ViewFrame.h \
11                  SUPERVGraph_ViewManager.h \
12                  SUPERVGraph_ViewModel.h
13
14 # Libraries targets
15
16 LIB = libSUPERVGraph.la
17 LIB_SRC =         SUPERVGraph.cxx \
18                   SUPERVGraph_ViewFrame.cxx \
19                   SUPERVGraph_ViewManager.cxx \
20                   SUPERVGraph_ViewModel.cxx 
21
22 LIB_MOC =         SUPERVGraph_moc.cxx \
23                   SUPERVGraph_ViewFrame_moc.cxx \
24                   SUPERVGraph_ViewManager_moc.cxx \
25                   SUPERVGraph_ViewModel_moc.cxx 
26
27 LIB_CLIENT_IDL = SALOMEDS.idl \
28                  SALOME_ModuleCatalog.idl \
29                  SALOME_Component.idl \
30                  SALOME_Exception.idl \
31                  SALOME_GenericObj.idl
32
33
34 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
35 LDFLAGS+=$(QT_MT_LIBS) -L$(top_builddir)/lib
36
37
38 @CONCLUDE@