summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-10-03 14:25:08 +0000
committerSteve Huston <shuston@riverace.com>1997-10-03 14:25:08 +0000
commit4749dae412133c66f1b6d271b1b848d146ed4c23 (patch)
treee85fdfde9d93859435b2a0fce117753f5575c4a9 /examples/Shared_Malloc
parentb882119059974959b3c081f7dfeeb7d144e8b081 (diff)
downloadATCD-4749dae412133c66f1b6d271b1b848d146ed4c23.tar.gz
Commented out library lines to build binaries from .o only.
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r--examples/Shared_Malloc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Shared_Malloc/Makefile b/examples/Shared_Malloc/Makefile
index 03283915516..5081c4392b4 100644
--- a/examples/Shared_Malloc/Makefile
+++ b/examples/Shared_Malloc/Makefile
@@ -17,11 +17,11 @@ FILES = Malloc \
LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
-SHOBJ = $(addsuffix .so,$(FILES))
+#SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
+#LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+#VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)