Salome HOME
3a4606f029d3b9475075e2ac80ec7468ef32c1f2
[modules/geom.git] / src / DlgRef / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 # GEOM DLGREF : 
23 # File    : Makefile.am
24 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
25 # Package : DlgRef
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Libraries targets
30 lib_LTLIBRARIES = libDlgRef.la
31
32 # Sources files
33 dist_libDlgRef_la_SOURCES =     \
34         DlgRef.h                \
35         DlgRef.cxx
36
37 MOC_FILES =                     \
38         DlgRef_moc.cxx
39
40 UIC_FILES =                                     \
41         ui_DlgRef_1List1Spin1Btn_QTD.h          \
42         ui_DlgRef_1Sel1Check1List_QTD.h         \
43         ui_DlgRef_1Sel1Check1Sel_QTD.h          \
44         ui_DlgRef_1Sel1Check_QTD.h              \
45         ui_DlgRef_1Sel1List1Check3Btn_QTD.h     \
46         ui_DlgRef_1Sel1Spin1Check_QTD.h         \
47         ui_DlgRef_1Sel1Spin_QTD.h               \
48         ui_DlgRef_1Sel2Spin1View1Check_QTD.h    \
49         ui_DlgRef_1Sel2Spin_QTD.h               \
50         ui_DlgRef_1Sel3Check_QTD.h              \
51         ui_DlgRef_1Sel3Spin_QTD.h               \
52         ui_DlgRef_1Sel3Spin1Check_QTD.h         \
53         ui_DlgRef_1Sel4Spin_QTD.h               \
54         ui_DlgRef_1Sel5Spin1Check_QTD.h         \
55         ui_DlgRef_1Sel5Spin_QTD.h               \
56         ui_DlgRef_1Sel_QTD.h                    \
57         ui_DlgRef_1SelExt_QTD.h                 \
58         ui_DlgRef_1Spin_QTD.h                   \
59         ui_DlgRef_2Sel1List1Check_QTD.h         \
60         ui_DlgRef_2Sel1List_QTD.h               \
61         ui_DlgRef_2Sel1Spin2Check_QTD.h         \
62         ui_DlgRef_2Sel1Spin_QTD.h               \
63         ui_DlgRef_2Sel2List_QTD.h               \
64         ui_DlgRef_2Sel2Spin1Check_QTD.h         \
65         ui_DlgRef_2Sel2Spin_QTD.h               \
66         ui_DlgRef_2Sel3Spin2Rb_QTD.h            \
67         ui_DlgRef_2Sel3Spin_QTD.h               \
68         ui_DlgRef_2Sel4Spin1Check_QTD.h         \
69         ui_DlgRef_2Sel_QTD.h                    \
70         ui_DlgRef_2SelExt_QTD.h                 \
71         ui_DlgRef_2Spin_QTD.h                   \
72         ui_DlgRef_3Check_QTD.h                  \
73         ui_DlgRef_3Radio_QTD.h                  \
74         ui_DlgRef_3Radio1Sel1Spin_QTD.h         \
75         ui_DlgRef_3Sel1Check_QTD.h              \
76         ui_DlgRef_3Sel1Spin_QTD.h               \
77         ui_DlgRef_3Sel3Spin1Check_QTD.h         \
78         ui_DlgRef_3Sel3Spin2Check_QTD.h         \
79         ui_DlgRef_3Sel4Spin2Check_QTD.h         \
80         ui_DlgRef_3Sel_QTD.h                    \
81         ui_DlgRef_3Spin1Check_QTD.h             \
82         ui_DlgRef_3Spin_QTD.h                   \
83         ui_DlgRef_4Sel1List1Check_QTD.h         \
84         ui_DlgRef_4Sel1List_QTD.h               \
85         ui_DlgRef_4Sel1Spin2Check_QTD.h         \
86         ui_DlgRef_4Sel1Spin3Check_QTD.h         \
87         ui_DlgRef_6Sel_QTD.h                    \
88         ui_DlgRef_Skeleton_QTD.h
89
90 BUILT_SOURCES = $(UIC_FILES)
91
92 nodist_libDlgRef_la_SOURCES =   \
93         $(MOC_FILES)            \
94         $(UIC_FILES)
95
96 # additional information to compile and link file
97
98 libDlgRef_la_CPPFLAGS =         \
99         $(QT_INCLUDES)          \
100         $(GUI_CXXFLAGS)
101
102 libDlgRef_la_LDFLAGS  =         \
103         $(STDLIB)               \
104         $(QT_MT_LIBS)