Salome HOME
Merge from V6_main 28/02/2013
[modules/geom.git] / src / DlgRef / Makefile.am
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
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/ or email : webmaster.salome@opencascade.com
18
19 # File    : Makefile.am
20 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
21 # Package : DlgRef
22
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25 # Libraries targets
26 lib_LTLIBRARIES = libDlgRef.la
27
28 # Sources files
29 dist_libDlgRef_la_SOURCES =     \
30         DlgRef.h                \
31         DlgRef.cxx
32
33 MOC_FILES =                     \
34         DlgRef_moc.cxx
35
36 UIC_FILES =                                     \
37         ui_DlgRef_1Check1Spin1Check_QTD.h       \
38         ui_DlgRef_1List1Spin1Btn_QTD.h          \
39         ui_DlgRef_1Sel1Check1List_QTD.h         \
40         ui_DlgRef_1Sel1Check1Sel_QTD.h          \
41         ui_DlgRef_1Sel1Check_QTD.h              \
42         ui_DlgRef_1Sel1Frame_QTD.h              \
43         ui_DlgRef_1Sel1List1Check3Btn_QTD.h     \
44         ui_DlgRef_1Sel1Spin1Check_QTD.h         \
45         ui_DlgRef_1Sel1Spin_QTD.h               \
46         ui_DlgRef_1Sel2Spin1View1Check_QTD.h    \
47         ui_DlgRef_1Sel2Spin_QTD.h               \
48         ui_DlgRef_1Sel3Check_QTD.h              \
49         ui_DlgRef_1Sel3Spin_QTD.h               \
50         ui_DlgRef_1Sel3Spin1Check_QTD.h         \
51         ui_DlgRef_1Sel3Spin2Check1Spin_QTD.h    \
52         ui_DlgRef_1Sel5Spin1Check_QTD.h         \
53         ui_DlgRef_1Sel_QTD.h                    \
54         ui_DlgRef_1SelExt_QTD.h                 \
55         ui_DlgRef_1Spin_QTD.h                   \
56         ui_DlgRef_2Sel1List1Check_QTD.h         \
57         ui_DlgRef_2Sel1List2Check_QTD.h         \
58         ui_DlgRef_2Sel1List_QTD.h               \
59         ui_DlgRef_2Sel1Spin2Check_QTD.h         \
60         ui_DlgRef_2Sel1Spin3Check1Spin_QTD.h    \
61         ui_DlgRef_2Sel1Spin_QTD.h               \
62         ui_DlgRef_2Sel1SpinInt_QTD.h            \
63         ui_DlgRef_2Sel2List_QTD.h               \
64         ui_DlgRef_2Sel2Spin1Check_QTD.h         \
65         ui_DlgRef_2Sel2Spin3Check_QTD.h         \
66         ui_DlgRef_2Sel2Spin_QTD.h               \
67         ui_DlgRef_2Sel2Spin1Push_QTD.h          \
68         ui_DlgRef_2Sel2Spin2Push_QTD.h          \
69         ui_DlgRef_2Sel3Spin2Rb_QTD.h            \
70         ui_DlgRef_2Sel3Spin_QTD.h               \
71         ui_DlgRef_2Sel_QTD.h                    \
72         ui_DlgRef_2SelExt_QTD.h                 \
73         ui_DlgRef_2Spin_QTD.h                   \
74         ui_DlgRef_3Check_QTD.h                  \
75         ui_DlgRef_3Radio_QTD.h                  \
76         ui_DlgRef_3Radio1Sel1Spin_QTD.h         \
77         ui_DlgRef_3Sel1Check_QTD.h              \
78         ui_DlgRef_3Sel2Check3Spin_QTD.h         \
79         ui_DlgRef_3Sel1Spin_QTD.h               \
80         ui_DlgRef_3Sel2Spin_QTD.h               \
81         ui_DlgRef_3Sel3Spin1Check_QTD.h         \
82         ui_DlgRef_3Sel3Spin2Check_QTD.h         \
83         ui_DlgRef_3Sel4Spin2Check_QTD.h         \
84         ui_DlgRef_3Sel_QTD.h                    \
85         ui_DlgRef_3Spin1Check_QTD.h             \
86         ui_DlgRef_3Spin_QTD.h                   \
87         ui_DlgRef_4Sel1List1Check_QTD.h         \
88         ui_DlgRef_4Sel1List_QTD.h               \
89         ui_DlgRef_4Sel1Spin2Check_QTD.h         \
90         ui_DlgRef_4Sel1Spin3Check_QTD.h         \
91         ui_DlgRef_4Spin_QTD.h                   \
92         ui_DlgRef_6Sel_QTD.h                    \
93         ui_DlgRef_Skeleton_QTD.h
94
95 ADVANCED_UIC_FILES  = 
96 ##@@ insert new functions before this line @@ do not remove this line @@##
97
98 UIC_FILES += $(ADVANCED_UIC_FILES)
99
100 BUILT_SOURCES = $(UIC_FILES)
101
102 nodist_libDlgRef_la_SOURCES =   \
103         $(MOC_FILES)            \
104         $(UIC_FILES)
105
106 # additional information to compile and link file
107
108 libDlgRef_la_CPPFLAGS =         \
109         $(QT_INCLUDES)          \
110         $(GUI_CXXFLAGS)
111
112 libDlgRef_la_LDFLAGS  =         \
113         $(STDLIB)               \
114         $(QT_MT_LIBS)           \
115         $(GUI_LDFLAGS) -lqtx -lSalomeApp