]> SALOME platform Git repositories - modules/med.git/blob - src/MEDGUI/Makefile.in
Salome HOME
*** empty log message ***
[modules/med.git] / src / MEDGUI / 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 #  $Header$
8 #==============================================================================
9
10 # source path
11 top_srcdir=@top_srcdir@
12 top_builddir=../..
13 srcdir=@srcdir@
14 VPATH=.:$(srcdir):$(top_srcdir)/idl
15
16
17 @COMMENCE@
18
19 # header files 
20 EXPORT_HEADERS=
21
22 # .po files to transform in .qm
23 PO_FILES = \
24            MedGUI_icons.po \
25            MedGUI_msg_fr.po \
26            MedGUI_msg_en.po \
27
28
29 # Libraries targets
30 LIB = libMedGUI.la
31 LIB_SRC = MedGUI.cxx  
32 LIB_MOC = MedGUI.h
33
34 LIB_CLIENT_IDL = SALOMEDS.idl SALOME_Exception.idl \
35                  Med_Gen.idl  MED.idl \
36                  SMESH_Mesh.idl SMESH_Hypothesis.idl SMESH_BasicHypothesis.idl \
37                  GEOM_Shape.idl SALOMEDS_Attributes.idl
38
39 LIB_SERVER_IDL = 
40
41 # additionnal information to compil and link file
42
43 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES)
44 CXXFLAGS += 
45
46 LDFLAGS += -lSalomeGUI -lmedmem -lMEDImpl -lMedEngine -lSMESHFiltersSelection
47
48
49 MED.hh MEDSK.cc: MED.idl
50         omniidl -bcxx -Wbtp $^
51
52 @CONCLUDE@