Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/gui.git] / src / QDS / Makefile.in
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/
18 #
19 #  File   : Makefile.in
20 #  Author : Alexander SOLOVYOV (OCN)
21 #  Module : QDS
22 #  $Header: /home/server/cvs/GUI/GUI_SRC/src/QDS/Makefile.in
23
24 top_srcdir=@top_srcdir@
25 top_builddir=../..
26 srcdir=@srcdir@
27 VPATH=.:@srcdir@
28
29 @COMMENCE@
30
31 # header files 
32 EXPORT_HEADERS= QDS.h \
33         QDS_CheckBox.h \
34         QDS_ComboBox.h \
35         QDS_Datum.h \
36         QDS_LineEdit.h \
37         QDS_SpinBox.h \
38         QDS_SpinBoxDbl.h \
39         QDS_TextEdit.h \
40         QDS_Validator.h
41                      
42 # Libraries targets
43 LIB = libQDS.la
44
45 LIB_SRC= QDS.cxx \
46         QDS_CheckBox.cxx \
47         QDS_ComboBox.cxx \
48         QDS_Datum.cxx \
49         QDS_LineEdit.cxx \
50         QDS_SpinBox.cxx \
51         QDS_SpinBoxDbl.cxx \
52         QDS_TextEdit.cxx \
53         QDS_Validator.cxx
54  
55 LIB_MOC = QDS_CheckBox.h \
56         QDS_ComboBox.h \
57         QDS_Datum.h \
58         QDS_LineEdit.h \
59         QDS_SpinBox.h \
60         QDS_SpinBoxDbl.h \
61         QDS_TextEdit.h
62
63 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES)
64
65 LDFLAGS+=$(QT_MT_LIBS) $(CAS_KERNEL) -lDDS -lqtx
66
67 @CONCLUDE@
68
69