../MEDLoader/libmedloader.la
# Executables targets
+bin_PROGRAMS = medpartitioner
+dist_medpartitioner_SOURCES = medpartitioner.cxx
+medpartitioner_CPPFLAGS = \
+ -I$(srcdir)/../INTERP_KERNEL/Bases \
+ -I$(srcdir)/../MEDCoupling \
+ -I$(srcdir)/../MEDLoader \
+ -I$(srcdir)/../INTERP_KERNEL
+
+if MED_ENABLE_METIS
+ medpartitioner_CPPFLAGS += $(METIS_CPPFLAGS)
+endif
+if MED_ENABLE_SCOTCH
+ medpartitioner_CPPFLAGS += $(SCOTCH_CPPFLAGS)
+endif
+
+medpartitioner_LDADD = libmedpartitioner.la
+
if MPI_IS_OK
- bin_PROGRAMS = medpartitioner_para
+ bin_PROGRAMS += medpartitioner_para
dist_medpartitioner_para_SOURCES = medpartitioner_para.cxx
medpartitioner_para_CPPFLAGS = \
-I$(srcdir)/../INTERP_KERNEL/Bases \
medpartitioner_para_LDADD = libmedpartitioner.la
-else !MPI_IS_OK
-
- bin_PROGRAMS = medpartitioner
- dist_medpartitioner_SOURCES = medpartitioner.cxx
- medpartitioner_CPPFLAGS = \
- -I$(srcdir)/../INTERP_KERNEL/Bases \
- -I$(srcdir)/../MEDCoupling \
- -I$(srcdir)/../MEDLoader \
- -I$(srcdir)/../INTERP_KERNEL
-
-if MED_ENABLE_METIS
- medpartitioner_CPPFLAGS += $(METIS_CPPFLAGS)
-endif
-if MED_ENABLE_SCOTCH
- medpartitioner_CPPFLAGS += $(SCOTCH_CPPFLAGS)
-endif
-
- medpartitioner_LDADD = libmedpartitioner.la
endif
OBSOLETE_FILES =
TestMEDPARTITIONER_SOURCES = TestMEDPARTITIONER.cxx
TestMEDPARTITIONER_CPPFLAGS = $(libMEDPARTITIONERTest_la_CPPFLAGS)
+if MPI_IS_OK
+ TestMEDPARTITIONER_CPPFLAGS +=
+ $(MPI_INCLUDES) \
+ $(PARMETIS_CPPFLAGS)
+else
+if MED_ENABLE_METIS
+ TestMEDPARTITIONER_CPPFLAGS += $(METIS_CPPFLAGS)
+endif
+if MED_ENABLE_SCOTCH
+ TestMEDPARTITIONER_CPPFLAGS += $(SCOTCH_CPPFLAGS)
+endif
+endif
+
TestMEDPARTITIONER_LDADD = \
$(libMEDPARTITIONERTest_la_LDFLAGS) -lm \
libMEDPARTITIONERTest.la \