Salome HOME
Ajout du fichier eficas_etude. Il importe eficasEtude et sert
[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 dataEficas.py  \
36 eficasEtude.py \
37 EFICASGUI.py   \
38 salomedsgui.py \
39 SMESH_utils.py \
40 eficasSalome.py  
41
42 # _CS_gbo_151104 Ajout pour compatibilité ascendante entre versions de Eficas
43 EXPORT_PYSCRIPTS+=eficas_etude.py
44
45 PYUIC = pyuic
46
47 %.py:%.ui
48         $(PYUIC) $< -o $@
49
50 # additionnal information to compil and link file
51
52 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(SIP_INCLUDES)
53 CPPFLAGS += -I$(top_builddir)/SALOME/src/SALOME_PYQT
54 CXXFLAGS += 
55
56 LDFLAGS += $(PYTHON_LIBS) $(PYQT_LIBS) -lSalomeGUI 
57
58 @CONCLUDE@