Salome HOME
+# Executables targets
authoreap <eap@opencascade.com>
Mon, 24 Sep 2007 13:50:56 +0000 (13:50 +0000)
committereap <eap@opencascade.com>
Mon, 24 Sep 2007 13:50:56 +0000 (13:50 +0000)
+bin_PROGRAMS = SMDS_MemoryLimit
+dist_SMDS_MemoryLimit_SOURCES = \
+ SMDS_MemoryLimit.cxx
+SMDS_MemoryLimit_LDADD = \
+ $(KERNEL_LDFLAGS) -lSALOMELocalTrace

src/SMDS/Makefile.am

index 7e172f8346cfe109b1209fe3c6656c150630433b..4e1d24fb0fd92db75c4bd0b6c0e8becadd992232 100644 (file)
@@ -104,3 +104,11 @@ libSMDS_la_CPPFLAGS = \
 libSMDS_la_LDFLAGS  = \
        $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
        $(CAS_KERNEL)
+
+# Executables targets
+bin_PROGRAMS = SMDS_MemoryLimit
+dist_SMDS_MemoryLimit_SOURCES = \
+       SMDS_MemoryLimit.cxx
+
+SMDS_MemoryLimit_LDADD = \
+       $(KERNEL_LDFLAGS) -lSALOMELocalTrace