diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-24 17:01:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-24 17:01:04 +0000 |
commit | cf7e48120c4cafab94ae3214c5c5cd44769f5fcb (patch) | |
tree | 51fc0d67ba508c96d1df9856f34b97c9937a7fc9 /TAO/orbsvcs/Event_Service | |
parent | 188364a6f8de426839b290aa4c15d04f565a5f05 (diff) | |
download | ATCD-cf7e48120c4cafab94ae3214c5c5cd44769f5fcb.tar.gz |
ChangeLogTag:Fri Sep 24 11:57:21 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Event_Service')
-rw-r--r-- | TAO/orbsvcs/Event_Service/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/Event_Service/Makefile b/TAO/orbsvcs/Event_Service/Makefile index 7a5635f8901..62828f045e4 100644 --- a/TAO/orbsvcs/Event_Service/Makefile +++ b/TAO/orbsvcs/Event_Service/Makefile @@ -1,5 +1,9 @@ # $Id$ +ifndef TAO_ROOT + TAO_ROOT = $(ACE_ROOT)/TAO +endif + LSRC = Event_Service.cpp ES_OBJS=$(LSRC:.cpp=.o) @@ -18,17 +22,13 @@ ifeq (Event2,$(findstring Event2,$(TAO_ORBSVCS))) endif # Event endif # Event2 -ifndef TAO_ROOT - TAO_ROOT = $(ACE_ROOT)/TAO -endif - #---------------------------------------------------------------------------- # Include macros and targets #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU -include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU #include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU |