Salome HOME
merge from V3_2_0_maintenance 17mar08
[modules/eficas.git] / src / EFICASGUI / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Created   : dim déc  9 18:35:11 CET 2001
4 #  Author    : Paul RASCLE, EDF
5 #  Project   : SALOME
6 #  Copyright : EDF 2001
7 #==============================================================================
8
9 # source path
10 top_srcdir=@top_srcdir@
11 top_builddir=../..
12 srcdir=@srcdir@
13 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome
14
15
16 @COMMENCE@
17
18 # header files 
19 EXPORT_HEADERS=
20
21
22 # Libraries targets
23
24 LIB = 
25 LIB_SRC = 
26
27 LIB_CLIENT_IDL =
28
29 LIB_SERVER_IDL = 
30
31 # .po files to transform in .qm
32 PO_FILES =  EFICAS_msg_en.po EFICAS_icons.po
33
34 EXPORT_PYSCRIPTS = \
35 cabri.py\
36 SelectMeshDiag_ui.py\
37 SelectMainShapeDiag_ui.py\
38 EFICASGUI.py   \
39 eficasSalome.py \
40
41
42 # _CS_gbo_151104 Ajout pour compatibilité ascendante entre versions de Eficas
43 EXPORT_PYSCRIPTS+=eficas_etude.py
44
45 # On utilise le pyuic trouvé par le configure plutôt que celui se trouvant dans l'environnement
46 PYUIC = pyuic
47 %.py:%.ui
48         $(PYUIC) $< -o $@
49
50
51 @CONCLUDE@