Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.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 = \
11                   SUPERVGraph_ViewFrame.h 
12
13 # Libraries targets
14
15 LIB = libSUPERVGraph.la
16 LIB_SRC =         SUPERVGraph.cxx \
17                   SUPERVGraph_ViewFrame.cxx 
18
19 LIB_MOC =         SUPERVGraph_moc.cxx \
20                   SUPERVGraph_ViewFrame_moc.cxx 
21
22 LIB_CLIENT_IDL = SALOMEDS.idl \
23                  SALOME_ModuleCatalog.idl \
24                  SALOME_Component.idl \
25                  SALOME_ContainerManager.idl \
26                  SALOME_Exception.idl
27
28
29 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) 
30 LDFLAGS+=$(QT_MT_LIBS) -L$(top_builddir)/lib -lSalomeGUI
31
32
33 @CONCLUDE@