Salome HOME
SMH: Fixes and patches from Paul.
[modules/gui.git] / src / CAF / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Vladimir Klyachin (OCN)
3 #  Module : caf
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= CAF.h \
16                 CAF_Application.h \
17                 CAF_Operation.h \
18                 CAF_Study.h \
19                 CAF_Tools.h
20                      
21 # .po files to transform in .qm
22 PO_FILES = CAF_images.po \
23            CAF_msg_en.po 
24
25 # Libraries targets
26 LIB = libcaf.la
27
28 LIB_SRC= CAF_Application.cxx \
29          CAF_Operation.cxx \
30          CAF_Study.cxx \
31          CAF_Tools.cxx          
32
33 LIB_MOC = \
34         CAF_Application.h \
35         CAF_Operation.h \
36         CAF_Study.h
37
38 RESOURCES_FILES = \
39 redo.png \
40 undo.png
41
42
43 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) -I${QTDIR}/src/kernel -I$(QTDIR)/mkspecs/linux-g++
44
45 LDFLAGS+=$(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_OCAF)
46 LIBS+= -lstd -lsuit
47
48 @CONCLUDE@
49
50
51
52
53