]> SALOME platform Git repositories - modules/med.git/blob - src/MEDMEM/Makefile.in
Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/med.git] / src / MEDMEM / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Author    : Patrick GOLDBRONN (CEA/DEN/DM2S/SFME/LGLS)
4 #  CVS       : $Header$
5 #==============================================================================
6
7 # source path
8 top_srcdir=@top_srcdir@
9 top_builddir=../..
10 srcdir=@srcdir@
11 VPATH=.:$(srcdir)
12
13 MACHINE=PCLINUX
14
15 @COMMENCE@
16
17
18 EXPORT_PYSCRIPTS = \
19
20
21 EXPORT_HEADERS = \
22 MEDMEM_PointerOf.hxx \
23 MEDMEM_CellModel.hxx \
24 MEDMEM_Connectivity.hxx \
25 MEDMEM_Coordinate.hxx \
26 MEDMEM_define.hxx \
27 MEDMEM_DriversDef.hxx \
28 MEDMEM_Family.hxx \
29 MEDMEM_Field.hxx \
30 MEDMEM_GenDriver.hxx \
31 MEDMEM_Group.hxx \
32 MEDMEM_Array.hxx \
33 MEDMEM_Exception.hxx \
34 MEDMEM_MedFieldDriver.hxx \
35 MEDMEM_Med.hxx \
36 MEDMEM_MedMedDriver.hxx \
37 MEDMEM_MedMeshDriver.hxx \
38 MEDMEM_ModulusArray.hxx \
39 MEDMEM_SkyLineArray.hxx \
40 MEDMEM_VtkMedDriver.hxx \
41 MEDMEM_Mesh.hxx \
42 MEDMEM_STRING.hxx \
43 MEDMEM_Support.hxx \
44 MEDMEM_Unit.hxx
45
46 # Libraries targets
47
48 LIB=libmedmem.la
49
50 LIB_SRC = \
51 MEDMEM_CellModel.cxx \
52 MEDMEM_Connectivity.cxx \
53 MEDMEM_Coordinate.cxx \
54 MEDMEM_DriversDef.cxx \
55 MEDMEM_Family.cxx \
56 MEDMEM_Field.cxx \
57 MEDMEM_GenDriver.cxx \
58 MEDMEM_Group.cxx \
59 MEDMEM_Med.cxx \
60 MEDMEM_Exception.cxx \
61 MEDMEM_MedMedDriver.cxx \
62 MEDMEM_MedMeshDriver.cxx \
63 MEDMEM_SkyLineArray.cxx \
64 MEDMEM_Mesh.cxx \
65 MEDMEM_Support.cxx \
66 MEDMEM_Unit.cxx \
67
68 #VtkMedDriver.cxx \
69
70
71 # Executables targets
72 BIN = duplicateMED med_test duplicateMEDMESH 
73 BIN_SRC = 
74 BIN_SERVER_IDL = 
75 BIN_CLIENT_IDL = 
76
77 TEST_PROGS = test_MEDMEM_ModulusArray test_MEDMEM_Array test_MEDMEM_SkyLineArray test_MEDMEM_CellModel test_copie_field_ test_copie_fieldT test_copie_coordinate test_copie_medarray test_copie_connectivity test_copie_support test_copie_family test_copie_group test_affect_medarray
78 #TEST_PROGS = test_MEDMEM_ModulusArray test_MEDMEM_Array test_MEDMEM_SkyLineArray test_MEDMEM_CellModel testUCoordinate testUUnit testUGeoNameMeshEntities testUMedException testUModulusArray testUSkyLineArray testUArray testUCellModel readEntete readCoordinate test_copie_field_ test_copie_fieldT test_copie_coordinate test_copie_medarray test_copie_connectivity test_copie_support test_copie_family test_copie_group test_affect_medarray
79
80 # testUCellModel -> a revoir car l'API a changee (plus de vector)
81
82 CPPFLAGS+=$(MED2_INCLUDES) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
83 CXXFLAGS+=-ftemplate-depth-42 -I${KERNEL_ROOT_DIR}/include/salome
84 LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS) -lSalomeLoggerServer -L${KERNEL_ROOT_DIR}/lib/salome
85
86 # build create_mesh :
87 bin: create_mesh create_mesh_c2q4s2 create_mesh_c3h8q4 create_mesh_c3h8q4_wrong create_mesh_c2q4s2_wrong
88
89 create_mesh create_mesh_c2q4s2 create_mesh_c3h8q4: %: %.c
90         $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $(MED2_LIBS) $(HDF5_LIBS) $(LDFLAGS) $< 
91
92 @CONCLUDE@