]> SALOME platform Git repositories - modules/geom.git/blob - src/DlgRef/Makefile.am
Salome HOME
Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08)
[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 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : DlgRef
25 #
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_1Sel4Spin_QTD.h               \
53         ui_DlgRef_1Sel5Spin1Check_QTD.h         \
54         ui_DlgRef_1Sel5Spin_QTD.h               \
55         ui_DlgRef_1Sel_QTD.h                    \
56         ui_DlgRef_1SelExt_QTD.h                 \
57         ui_DlgRef_1Spin_QTD.h                   \
58         ui_DlgRef_2Sel1List1Check_QTD.h         \
59         ui_DlgRef_2Sel1List_QTD.h               \
60         ui_DlgRef_2Sel1Spin2Check_QTD.h         \
61         ui_DlgRef_2Sel1Spin_QTD.h               \
62         ui_DlgRef_2Sel2List_QTD.h               \
63         ui_DlgRef_2Sel2Spin1Check_QTD.h         \
64         ui_DlgRef_2Sel2Spin_QTD.h               \
65         ui_DlgRef_2Sel3Spin2Rb_QTD.h            \
66         ui_DlgRef_2Sel3Spin_QTD.h               \
67         ui_DlgRef_2Sel4Spin1Check_QTD.h         \
68         ui_DlgRef_2Sel_QTD.h                    \
69         ui_DlgRef_2SelExt_QTD.h                 \
70         ui_DlgRef_2Spin_QTD.h                   \
71         ui_DlgRef_3Check_QTD.h                  \
72         ui_DlgRef_3Sel1Check_QTD.h              \
73         ui_DlgRef_3Sel1Spin_QTD.h               \
74         ui_DlgRef_3Sel3Spin1Check_QTD.h         \
75         ui_DlgRef_3Sel3Spin2Check_QTD.h         \
76         ui_DlgRef_3Sel4Spin2Check_QTD.h         \
77         ui_DlgRef_3Sel_QTD.h                    \
78         ui_DlgRef_3Spin1Check_QTD.h             \
79         ui_DlgRef_3Spin_QTD.h                   \
80         ui_DlgRef_4Sel1List1Check_QTD.h         \
81         ui_DlgRef_4Sel1List_QTD.h               \
82         ui_DlgRef_4Sel1Spin2Check_QTD.h         \
83         ui_DlgRef_6Sel_QTD.h                    \
84         ui_DlgRef_Skeleton_QTD.h
85
86 BUILT_SOURCES = $(UIC_FILES)
87
88 nodist_libDlgRef_la_SOURCES =   \
89         $(MOC_FILES)            \
90         $(UIC_FILES)
91
92 # additional information to compile and link file
93 libDlgRef_la_CPPFLAGS = \
94         $(QT_INCLUDES) \
95         $(GUI_CXXFLAGS)
96
97 #       $(KERNEL_CXXFLAGS) \
98 #       $(GUI_CXXFLAGS)
99
100 libDlgRef_la_LDFLAGS  = \
101         $(STDLIB) \
102         $(QT_MT_LIBS) 
103
104 #       $(GUI_LDFLAGS)