summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-24 17:49:08 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-24 17:49:08 +0000
commite4b2386a785de60b880e3a87153ba1449c1057a4 (patch)
tree8fb8f2725a603de0b03b36c117b1a81f15c6cb2f /examples
parent421245823dbef2b9b16c62e5ca93a9ad1e6c581a (diff)
downloadATCD-e4b2386a785de60b880e3a87153ba1449c1057a4.tar.gz
ChangeLogTag:Sat May 24 17:21:40 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/Service_Configurator/Misc/Makefile5
-rw-r--r--examples/Timer_Queue/Makefile.TQTD3
2 files changed, 6 insertions, 2 deletions
diff --git a/examples/Service_Configurator/Misc/Makefile b/examples/Service_Configurator/Misc/Makefile
index 0f645f583d8..06688682c87 100644
--- a/examples/Service_Configurator/Misc/Makefile
+++ b/examples/Service_Configurator/Misc/Makefile
@@ -13,10 +13,13 @@
#----------------------------------------------------------------------------
MAKEFILE=Makefile
+ifeq ($(shared_libs),1)
# These examples don't require SSL support... those that do are below.
MKLIST = Makefile.Timer \
Makefile.main
-
+else
+MKLIST =
+endif
## Ensure that Makefiles in MKLIST are executed in sequence during a
## parallel build because we share some files between multiple libraries.
diff --git a/examples/Timer_Queue/Makefile.TQTD b/examples/Timer_Queue/Makefile.TQTD
index 6a704a50b18..e99862afeca 100644
--- a/examples/Timer_Queue/Makefile.TQTD
+++ b/examples/Timer_Queue/Makefile.TQTD
@@ -8,6 +8,7 @@
# Local macros
#----------------------------------------------------------------------------
+LIB = libTQTD.a
SHLIB = libTQTD.$(SOEXT)
FILES = Async_Timer_Queue_Test \
Reactor_Timer_Queue_Test \
@@ -17,7 +18,7 @@ LSRC = $(addsuffix .cpp,$(FILES))
LIBS += $(ACELIB)
-BUILD = $(VSHLIB)
+BUILD = $(VLIB) $(VSHLIB)
#----------------------------------------------------------------------------
# Include macros and targets