Salome HOME
Final version of the V2_2_0 in the main trunk of the CVS tree.
[modules/med.git] / src / Makefile.in
index e806a2374d5480dfccc66f1fbf53516627b11030..ca1cc170eb4c30f373fe86f569528a7486773aeb 100644 (file)
@@ -31,6 +31,16 @@ VPATH=.:@srcdir@
 
 @COMMENCE@
 
+ifeq (@WITHIHM@,yes)
 SUBDIRS = MEDMEM MEDMEM_SWIG MEDMEM_I MED MEDGUI MedCorba_Swig MED_SWIG MedClient INTERPOLATION
+endif
+
+ifeq (@WITHIHM@,no)
+SUBDIRS = MEDMEM MEDMEM_SWIG MEDMEM_I MED MedCorba_Swig MED_SWIG MedClient INTERPOLATION
+
+endif
+
+LDFLAGS= -L$(top_builddir)/lib/salome 
+LDFLAGSFORBIN= -L$(top_builddir)/lib/salome
 
 @MODULE@