Salome HOME
6c6b8845201e70ac893b30792b1352ed8e80aa89
[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                  SUPERVGraph.h
14
15 # Libraries targets
16
17 LIB = libSUPERVGraph.la
18 LIB_SRC =         SUPERVGraph.cxx \
19                   SUPERVGraph_ViewFrame.cxx \
20                   SUPERVGraph_ViewManager.cxx \
21                   SUPERVGraph_ViewModel.cxx 
22
23 LIB_MOC =         SUPERVGraph_moc.cxx \
24                   SUPERVGraph_ViewFrame_moc.cxx \
25                   SUPERVGraph_ViewManager_moc.cxx \
26                   SUPERVGraph_ViewModel_moc.cxx 
27
28 LIB_CLIENT_IDL = 
29
30 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
31 LDFLAGS+=$(QT_MT_LIBS) -L$(top_builddir)/lib
32
33
34 @CONCLUDE@