summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Property/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Property/Makefile b/TAO/orbsvcs/tests/Property/Makefile
index c572fed4533..06e16b7739b 100644
--- a/TAO/orbsvcs/tests/Property/Makefile
+++ b/TAO/orbsvcs/tests/Property/Makefile
@@ -9,6 +9,10 @@
# Local macros
#----------------------------------------------------------------------------
+ifndef TAO_ROOT
+TAO_ROOT = $(ACE_ROOT)/TAO
+endif
+
LDLIBS = -lorbsvcs -lTAO
CosProperty_SERVER_OBJS = server.o
@@ -24,17 +28,13 @@ ifeq (Property,$(findstring Property,$(TAO_ORBSVCS)))
BIN = $(BIN2)
endif # Property
-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.local.GNU