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