Salome HOME
for compilation under Linux
[modules/gui.git] / src / QDS / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Alexander SOLOVYOV (OCN)
3 #  Module : QDS
4 #  $Header: /home/server/cvs/GUI/GUI_SRC/src/QDS/Makefile.in
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@
10
11 @COMMENCE@
12
13 # header files 
14 EXPORT_HEADERS= QDS.h \
15         QDS_CheckBox.h \
16         QDS_ComboBox.h \
17         QDS_Datum.h \
18         QDS_LineEdit.h \
19         QDS_SpinBox.h \
20         QDS_SpinBoxDbl.h \
21         QDS_TextEdit.h \
22         QDS_Validator.h
23                      
24 # Libraries targets
25 LIB = libQDS.la
26
27 LIB_SRC= QDS.cxx \
28         QDS_CheckBox.cxx \
29         QDS_ComboBox.cxx \
30         QDS_Datum.cxx \
31         QDS_LineEdit.cxx \
32         QDS_SpinBox.cxx \
33         QDS_SpinBoxDbl.cxx \
34         QDS_TextEdit.cxx \
35         QDS_Validator.cxx
36  
37 LIB_MOC = QDS_CheckBox.h \
38         QDS_ComboBox.h \
39         QDS_Datum.h \
40         QDS_LineEdit.h \
41         QDS_SpinBox.h \
42         QDS_SpinBoxDbl.h \
43         QDS_TextEdit.h
44
45 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES)
46
47 LDFLAGS+=$(QT_MT_LIBS) $(CAS_KERNEL) -lDDS -lqtx
48
49 @CONCLUDE@
50
51