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