Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / DlgRef / Makefile.am
1 #  GEOM DLGREF : 
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header: 
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # Libraries targets
33 lib_LTLIBRARIES = libDlgRef.la
34
35 # Sources files
36 dist_libDlgRef_la_SOURCES = \
37         DlgRef_Skeleton_QTD.cxx \
38         DlgRef_1Sel_QTD.cxx \
39         DlgRef_2Sel_QTD.cxx \
40         DlgRef_3Sel_QTD.cxx \
41         DlgRef_1Sel1Check_QTD.cxx \
42         DlgRef_1Sel3Check_QTD.cxx \
43         DlgRef_1Sel1Check1List_QTD.cxx \
44         DlgRef_1Sel1Spin_QTD.cxx \
45         DlgRef_1Sel2Spin_QTD.cxx \
46         DlgRef_1Sel3Spin_QTD.cxx \
47         DlgRef_1Sel4Spin_QTD.cxx \
48         DlgRef_1Sel5Spin_QTD.cxx \
49         DlgRef_1Sel5Spin1Check_QTD.cxx \
50         DlgRef_2Sel1Spin_QTD.cxx \
51         DlgRef_2Sel2Spin_QTD.cxx \
52         DlgRef_2Sel3Spin_QTD.cxx \
53         DlgRef_1Sel1Spin1Check_QTD.cxx \
54         DlgRef_2Sel1Spin2Check_QTD.cxx \
55         DlgRef_2Sel2Spin1Check_QTD.cxx \
56         DlgRef_2Sel4Spin1Check_QTD.cxx \
57         DlgRef_3Sel4Spin2Check_QTD.cxx \
58         DlgRef_2Sel3Spin2Rb_QTD.cxx \
59         DlgRef_2Sel3Spin2Rb.cxx \
60         DlgRef_4Sel1List_QTD.cxx \
61         DlgRef_2Sel1List_QTD.cxx \
62         DlgRef_2Sel1List1Check_QTD.cxx \
63         DlgRef_1List1Spin1Btn_QTD.cxx \
64         DlgRef_4Sel1List1Check_QTD.cxx \
65         DlgRef_1Spin_QTD.cxx \
66         DlgRef_2Spin_QTD.cxx \
67         DlgRef_3Spin_QTD.cxx \
68         DlgRef_3Spin1Check_QTD.cxx \
69         DlgRef_3Sel3Spin1Check_QTD.cxx \
70         DlgRef_4Sel1Spin2Check_QTD.cxx \
71         DlgRef_SpinBox.cxx \
72         DlgRef_1Sel1Spin.cxx \
73         DlgRef_1Sel2Spin.cxx \
74         DlgRef_1Sel3Spin.cxx \
75         DlgRef_1Sel4Spin.cxx \
76         DlgRef_1Sel5Spin.cxx \
77         DlgRef_1Sel5Spin1Check.cxx \
78         DlgRef_2Sel1Spin.cxx \
79         DlgRef_2Sel2Spin.cxx \
80         DlgRef_2Sel3Spin.cxx \
81         DlgRef_1Sel1Spin1Check.cxx \
82         DlgRef_2Sel1Spin2Check.cxx \
83         DlgRef_2Sel2Spin1Check.cxx \
84         DlgRef_2Sel4Spin1Check.cxx \
85         DlgRef_3Sel4Spin2Check.cxx \
86         DlgRef_3Sel3Spin1Check.cxx \
87         DlgRef_1Spin.cxx \
88         DlgRef_2Spin.cxx \
89         DlgRef_3Spin.cxx \
90         DlgRef_3Spin1Check.cxx \
91         DlgRef_3Sel1Spin.cxx \
92         DlgRef_3Check_QTD.cxx \
93         DlgRef_6Sel_QTD.cxx \
94         DlgRef_4Sel1Spin2Check.cxx \
95         DlgRef_3Sel1Check_QTD.cxx
96
97 MOC_FILES = \
98         DlgRef_Skeleton_QTD_moc.cxx \
99         DlgRef_1Sel_QTD_moc.cxx \
100         DlgRef_2Sel_QTD_moc.cxx \
101         DlgRef_3Sel_QTD_moc.cxx \
102         DlgRef_1Sel1Check_QTD_moc.cxx \
103         DlgRef_1Sel3Check_QTD_moc.cxx \
104         DlgRef_1Sel1Check1List_QTD_moc.cxx \
105         DlgRef_1Sel1Spin_QTD_moc.cxx \
106         DlgRef_1Sel2Spin_QTD_moc.cxx \
107         DlgRef_1Sel3Spin_QTD_moc.cxx \
108         DlgRef_1Sel4Spin_QTD_moc.cxx \
109         DlgRef_1Sel5Spin_QTD_moc.cxx \
110         DlgRef_1Sel5Spin1Check_QTD_moc.cxx \
111         DlgRef_2Sel1Spin_QTD_moc.cxx \
112         DlgRef_2Sel2Spin_QTD_moc.cxx \
113         DlgRef_2Sel3Spin_QTD_moc.cxx \
114         DlgRef_2Sel3Spin2Rb_QTD_moc.cxx \
115         DlgRef_2Sel3Spin2Rb_moc.cxx \
116         DlgRef_1Sel1Spin1Check_QTD_moc.cxx \
117         DlgRef_2Sel1Spin2Check_QTD_moc.cxx \
118         DlgRef_2Sel2Spin1Check_QTD_moc.cxx \
119         DlgRef_2Sel4Spin1Check_QTD_moc.cxx \
120         DlgRef_3Sel4Spin2Check_QTD_moc.cxx \
121         DlgRef_4Sel1List_QTD_moc.cxx \
122         DlgRef_2Sel1List_QTD_moc.cxx \
123         DlgRef_2Sel1List1Check_QTD_moc.cxx \
124         DlgRef_1List1Spin1Btn_QTD_moc.cxx \
125         DlgRef_4Sel1List1Check_QTD_moc.cxx \
126         DlgRef_1Spin_QTD_moc.cxx \
127         DlgRef_2Spin_QTD_moc.cxx \
128         DlgRef_3Spin_QTD_moc.cxx \
129         DlgRef_3Spin1Check_QTD_moc.cxx \
130         DlgRef_3Sel3Spin1Check_QTD_moc.cxx \
131         DlgRef_4Sel1Spin2Check_QTD_moc.cxx \
132         DlgRef_SpinBox_moc.cxx \
133         DlgRef_1Sel1Spin_moc.cxx \
134         DlgRef_1Sel2Spin_moc.cxx \
135         DlgRef_1Sel3Spin_moc.cxx \
136         DlgRef_1Sel4Spin_moc.cxx \
137         DlgRef_1Sel5Spin_moc.cxx \
138         DlgRef_1Sel5Spin1Check_moc.cxx \
139         DlgRef_2Sel1Spin_moc.cxx \
140         DlgRef_2Sel2Spin_moc.cxx \
141         DlgRef_2Sel3Spin_moc.cxx \
142         DlgRef_1Sel1Spin1Check_moc.cxx \
143         DlgRef_2Sel1Spin2Check_moc.cxx \
144         DlgRef_2Sel2Spin1Check_moc.cxx \
145         DlgRef_2Sel4Spin1Check_moc.cxx \
146         DlgRef_3Sel4Spin2Check_moc.cxx \
147         DlgRef_3Sel3Spin1Check_moc.cxx \
148         DlgRef_1Spin_moc.cxx \
149         DlgRef_2Spin_moc.cxx \
150         DlgRef_3Spin_moc.cxx \
151         DlgRef_3Spin1Check_moc.cxx \
152         DlgRef_3Sel1Spin_moc.cxx \
153         DlgRef_1Sel_Ext_moc.cxx \
154         DlgRef_3Check_QTD_moc.cxx \
155         DlgRef_6Sel_QTD_moc.cxx \
156         DlgRef_4Sel1Spin2Check_moc.cxx \
157         DlgRef_3Sel1Check_QTD_moc.cxx
158
159 # header files 
160 salomeinclude_HEADERS = \
161         DlgRef_Skeleton_QTD.h \
162         DlgRef_1Sel_QTD.h \
163         DlgRef_2Sel_QTD.h \
164         DlgRef_3Sel_QTD.h \
165         DlgRef_1Sel1Check_QTD.h \
166         DlgRef_1Sel3Check_QTD.h \
167         DlgRef_1Sel1Check1List_QTD.h \
168         DlgRef_1Sel1Spin_QTD.h \
169         DlgRef_1Sel2Spin_QTD.h \
170         DlgRef_1Sel3Spin_QTD.h \
171         DlgRef_1Sel4Spin_QTD.h \
172         DlgRef_1Sel5Spin_QTD.h \
173         DlgRef_1Sel5Spin1Check_QTD.h \
174         DlgRef_2Sel1Spin_QTD.h \
175         DlgRef_2Sel2Spin_QTD.h \
176         DlgRef_2Sel3Spin_QTD.h \
177         DlgRef_1Sel1Spin1Check_QTD.h \
178         DlgRef_2Sel1Spin2Check_QTD.h \
179         DlgRef_2Sel2Spin1Check_QTD.h \
180         DlgRef_2Sel4Spin1Check_QTD.h \
181         DlgRef_3Sel4Spin2Check_QTD.h \
182         DlgRef_2Sel3Spin2Rb_QTD.h \
183         DlgRef_2Sel3Spin2Rb.h \
184         DlgRef_4Sel1List_QTD.h \
185         DlgRef_2Sel1List_QTD.h \
186         DlgRef_2Sel1List1Check_QTD.h \
187         DlgRef_1List1Spin1Btn_QTD.h \
188         DlgRef_4Sel1List1Check_QTD.h \
189         DlgRef_1Spin_QTD.h \
190         DlgRef_2Spin_QTD.h \
191         DlgRef_3Spin_QTD.h \
192         DlgRef_3Spin1Check_QTD.h \
193         DlgRef_3Sel3Spin1Check_QTD.h \
194         DlgRef_4Sel1Spin2Check_QTD.h \
195         DlgRef_SpinBox.h \
196         DlgRef_1Sel1Spin.h \
197         DlgRef_1Sel2Spin.h \
198         DlgRef_1Sel3Spin.h \
199         DlgRef_1Sel4Spin.h \
200         DlgRef_1Sel5Spin.h \
201         DlgRef_1Sel5Spin1Check.h \
202         DlgRef_2Sel1Spin.h \
203         DlgRef_2Sel2Spin.h \
204         DlgRef_2Sel3Spin.h \
205         DlgRef_1Sel1Spin1Check.h \
206         DlgRef_2Sel1Spin2Check.h \
207         DlgRef_2Sel2Spin1Check.h \
208         DlgRef_2Sel4Spin1Check.h \
209         DlgRef_3Sel4Spin2Check.h \
210         DlgRef_3Sel3Spin1Check.h \
211         DlgRef_1Spin.h \
212         DlgRef_2Spin.h \
213         DlgRef_3Spin.h \
214         DlgRef_3Spin1Check.h \
215         DlgRef_3Sel1Spin.h \
216         DlgRef_1Sel_Ext.h \
217         DlgRef_3Check_QTD.h \
218         DlgRef_6Sel_QTD.h \
219         DlgRef_4Sel1Spin2Check.h \
220         DlgRef_3Sel1Check_QTD.h \
221         GEOM_DlgRef.hxx
222
223 nodist_libDlgRef_la_SOURCES= \
224         $(MOC_FILES)
225
226 # additionnal information to compil and link file
227 libDlgRef_la_CPPFLAGS = \
228         $(QT_INCLUDES) \
229         $(KERNEL_CXXFLAGS) \
230         $(GUI_CXXFLAGS)
231
232 libDlgRef_la_LDFLAGS  = \
233         $(GUI_LDFLAGS) -lqtx \
234         $(STDLIB) \
235         $(QT_MT_LIBS)