summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 09:23:10 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 09:23:10 +0000
commit2a36816d271c8fbd699d3ae367d121c2cb2f7565 (patch)
treea4c9b3f59615d88cf66aa7999e2074baa91560a5 /TAO/examples
parent3c93dc35f1dcd728ff55f70958db59b2bea82e16 (diff)
downloadATCD-2a36816d271c8fbd699d3ae367d121c2cb2f7565.tar.gz
ChangeLogTag:Wed Nov 12 09:26:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/AMI/FL_Callback/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/examples/AMI/FL_Callback/Makefile b/TAO/examples/AMI/FL_Callback/Makefile
index 12d782dbe96..c8a09ef5706 100644
--- a/TAO/examples/AMI/FL_Callback/Makefile
+++ b/TAO/examples/AMI/FL_Callback/Makefile
@@ -18,15 +18,12 @@ IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = progress peer
-SRC = $(addsuffix .cpp, $(BIN) Peer_i Progress_i) \
+SRC = $(addsuffix .cpp, $(BIN_UNCHECKED) Peer_i Progress_i) \
$(IDL_SRC)
PROGRESS_OBJS = progress.o Progress_i.o $(IDL_SRC:.cpp=.o)
PEER_OBJS = peer.o Peer_i.o $(IDL_SRC:.cpp=.o)
-BUILD = $(BIN)
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1 -GC
#----------------------------------------------------------------------------
@@ -43,6 +40,10 @@ ifeq ($(fl_reactor),1)
endif # ami
endif # fl_reactor
+BUILD = $(BIN)
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
+
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU