Salome HOME
Icon file view_presets.png don't processed by Makefile
[modules/gui.git] / src / OCCViewer / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Vladimir Klyachin (OCN)
3 #  Module : OCCViewer
4 #  $Header$
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@:@srcdir@/resources
10
11
12 @COMMENCE@
13
14 # header files 
15 EXPORT_HEADERS= OCCViewer_AISSelector.h \
16                 OCCViewer_ViewManager.h \
17                 OCCViewer_ViewModel.h \
18                 OCCViewer_ViewPort3d.h \
19                 OCCViewer_ViewPort.h \
20                 OCCViewer_ViewWindow.h \
21                 OCCViewer_VService.h \
22                 OCCViewer_CreateRestoreViewDlg.h \
23                 OCCViewer.h
24                      
25 # .po files to transform in .qm
26 PO_FILES = OCCViewer_images.po \
27            OCCViewer_msg_en.po 
28
29 # Libraries targets
30 LIB = libOCCViewer.la
31 LIB_SRC= OCCViewer_AISSelector.cxx \
32          OCCViewer_ViewManager.cxx \
33          OCCViewer_ViewModel.cxx \
34          OCCViewer_ViewPort3d.cxx \
35          OCCViewer_ViewPort.cxx \
36          OCCViewer_ViewWindow.cxx \
37          OCCViewer_VService.cxx \
38          OCCViewer_CreateRestoreViewDlg.cxx             
39
40 LIB_MOC = OCCViewer_AISSelector.h \
41           OCCViewer_ViewModel.h \
42           OCCViewer_ViewPort3d.h \
43           OCCViewer_ViewPort.h \
44           OCCViewer_ViewWindow.h \
45           OCCViewer_ViewManager.h \
46           OCCViewer_CreateRestoreViewDlg.h
47
48 RESOURCES_FILES = \
49 view_back.png \
50 view_bottom.png \
51 view_camera_dump.png \
52 view_clone.png \
53 view_fitall.png \
54 view_fitarea.png \
55 view_front.png \
56 view_glpan.png \
57 view_left.png \
58 view_pan.png \
59 view_presets.png \
60 view_reset.png \
61 view_right.png \
62 view_rotate.png \
63 view_shoot.png \
64 view_top.png \
65 view_triedre.png \
66 view_zoom.png
67
68 CPPFLAGS+=$(QT_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES)
69
70 LDFLAGS+=$(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) -lsuit
71
72 @CONCLUDE@
73
74