Salome HOME
8772d041e3ea8b14c527f32b87d2a44705bb5d1b
[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:@srcdir@/resources
6
7
8 @COMMENCE@
9
10 EXPORT_HEADERS = SUPERVGraph_ViewFrame.h \
11                  SUPERVGraph_ViewManager.h \
12                  SUPERVGraph_ViewModel.h \
13                  SUPERVGraph.h
14
15 # .po files to transmit in .qm
16 PO_FILES = SUPERVGraph_images.po \
17            SUPERVGraph_msg_en.po  
18
19 # Libraries targets
20
21 LIB = libSUPERVGraph.la
22 LIB_SRC =         SUPERVGraph.cxx \
23                   SUPERVGraph_ViewFrame.cxx \
24                   SUPERVGraph_ViewManager.cxx \
25                   SUPERVGraph_ViewModel.cxx 
26
27 LIB_MOC =         SUPERVGraph_moc.cxx \
28                   SUPERVGraph_ViewFrame_moc.cxx \
29                   SUPERVGraph_ViewManager_moc.cxx \
30                   SUPERVGraph_ViewModel_moc.cxx 
31
32 RESOURCES_FILES = view_pan.png \
33                   view_reset.png
34
35 LIB_CLIENT_IDL = 
36
37 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
38 LDFLAGS+=$(QT_MT_LIBS) -L$(top_builddir)/lib -lsuit
39
40
41 @CONCLUDE@