summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 13:51:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 13:51:36 +0000
commitb78aa69391b19be33c06efc7ac4186aa4800945b (patch)
tree950376e69a8fb454c7f1ce69abd1c9d988254bdc /TAO/orbsvcs
parentcbc3ac0723241033e7d1afd56c320c41c5743453 (diff)
downloadATCD-b78aa69391b19be33c06efc7ac4186aa4800945b.tar.gz
Tue Jan 24 13:48:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
Removed left over from automake removal
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.mpc4
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc8
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc8
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc7
-rw-r--r--TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc7
-rw-r--r--TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc7
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Colocated_Roundtrip.mpc7
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.mpc8
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc14
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/RTCORBA_Callback.mpc14
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc14
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc14
-rw-r--r--TAO/orbsvcs/tests/CosEvent/Basic/basiceventtestexe.mpb7
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb7
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/AddrServer/AddrServer.mpc12
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc21
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc12
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc21
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc14
-rw-r--r--TAO/orbsvcs/tests/Event/Performance/eventperftestexe.mpb7
20 files changed, 29 insertions, 184 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
index 446e734372c..bbb97bf8f9f 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
@@ -47,10 +47,6 @@ project(TAO_IFR_EXE) : aceexe, install, ifr_client, avoids_minimum_corba, avoids
includes += $(TAO_ROOT)/orbsvcs/IFR_Service
install = $(ACE_ROOT)/bin
- specific(automake) {
- macros += TAO_IDL_INCLUDE_DIR=\"\\"$(includedir)/tao\\"\"
- }
-
verbatim(gnuace, local) {
ifeq ($(TAO_IDL_PREPROCESSOR),)
CPPFLAGS += -DTAO_IDL_PREPROCESSOR=\\\"$(strip $(CXX))\\\"
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc
index 695bb3c5de2..4b9dcc1bf4b 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc
@@ -5,12 +5,6 @@ project : orbsvcsexe, rtevent_serv, event_skel, naming {
after += CosEC_RtEC_Based_lib
exename = RtEC_Based_CosEC
libs += CosEC_RtEC_Based
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
-
+ includes += ../lib
libpaths += ../lib
}
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc
index 76c9233f7b1..3ab573641e8 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc
@@ -5,12 +5,6 @@ project(*Client) : orbsvcsexe, event, event_skel, rtevent_serv, rtsched {
after += CosEC_RtEC_Based_lib
exename = Basic
libs += CosEC_RtEC_Based
-
- specific (automake) {
- includes += $(srcdir)/../../lib
- } else {
- includes += ../../lib
- }
-
+ includes += ../../lib
libpaths += ../../lib
}
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
index 26e13fb8f74..dc533656fb5 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
@@ -6,12 +6,7 @@ project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
exename = Consumer
libs += CosEC_RtEC_Based
libpaths += ../../lib
-
- specific (automake) {
- includes += $(srcdir)/../../lib
- } else {
- includes += ../../lib
- }
+ includes += ../../lib
source_files {
Consumer.cpp
diff --git a/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc b/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
index ef5307ffcfc..59ac860eed4 100644
--- a/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
+++ b/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
@@ -6,10 +6,5 @@ project : rmcast, orbsvcsexe, notification, notification_skel, notification_serv
after += Gate
libs += Gate
libpaths += ../Gate/.
-
- specific (automake) {
- includes += $(srcdir)/..
- } else {
- includes += ..
- }
+ includes += ..
}
diff --git a/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc b/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
index 16f1ae1ad74..5a09b937495 100644
--- a/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
+++ b/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
@@ -6,10 +6,5 @@ project : rmcast, orbsvcsexe, notification, notification_skel, notification_serv
after += Gate
libs += Gate
libpaths += ../Gate/.
-
- specific (automake) {
- includes += $(srcdir)/..
- } else {
- includes += ..
- }
+ includes += ..
}
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Colocated_Roundtrip.mpc b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Colocated_Roundtrip.mpc
index 3c4e516aeee..3153f04339d 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Colocated_Roundtrip.mpc
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Colocated_Roundtrip.mpc
@@ -3,12 +3,7 @@ project: orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, avoids_corb
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
driver.cpp
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.mpc b/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.mpc
index 49c13f1e518..e660f7a0898 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.mpc
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.mpc
@@ -3,10 +3,6 @@ project(*server): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- }
includes += ../lib
Source_Files {
@@ -18,10 +14,6 @@ project(*client): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- }
includes += ../lib
Source_Files {
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc
index 1c52958ac09..58137c53ff8 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc
+++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc
@@ -13,12 +13,7 @@ project(*server): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
server.cpp
@@ -36,12 +31,7 @@ project(*client): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
TestC.cpp
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/RTCORBA_Callback.mpc b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/RTCORBA_Callback.mpc
index 14c9337a49c..9123c061fc8 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/RTCORBA_Callback.mpc
+++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/RTCORBA_Callback.mpc
@@ -12,12 +12,7 @@ project(*server): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
server.cpp
@@ -36,12 +31,7 @@ project(*client): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
client.cpp
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc
index f19b1d01fae..0385a920b36 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc
@@ -3,12 +3,7 @@ project(*RTEvent_Server): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_c
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
server.cpp
@@ -19,12 +14,7 @@ project(*RTEvent_Client): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_c
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
client.cpp
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc b/TAO/orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc
index b53e8618a9c..e660f7a0898 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc
+++ b/TAO/orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc
@@ -3,12 +3,7 @@ project(*server): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
server.cpp
@@ -19,12 +14,7 @@ project(*client): orbsvcsexe, rtcorbaevent, strategies, avoids_minimum_corba, av
after += RTEC_Perf
libs += TAO_RTEC_Perf
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
Source_Files {
client.cpp
diff --git a/TAO/orbsvcs/tests/CosEvent/Basic/basiceventtestexe.mpb b/TAO/orbsvcs/tests/CosEvent/Basic/basiceventtestexe.mpb
index 71654bc23c1..1f08fc30a5c 100644
--- a/TAO/orbsvcs/tests/CosEvent/Basic/basiceventtestexe.mpb
+++ b/TAO/orbsvcs/tests/CosEvent/Basic/basiceventtestexe.mpb
@@ -5,10 +5,5 @@ project : orbsvcsexe, messaging, taoserver, event_serv, naming, svc_utils, iorta
after += CosEvent_Test_Lib
libs += CECTests
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
}
diff --git a/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb b/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
index 7060b365b1a..b0c3c947d5b 100644
--- a/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
+++ b/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
@@ -5,10 +5,5 @@ project : messaging, rteventexe, rtevent_serv, naming, iortable {
after += Event_Test_Lib
libs += ECTests
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
}
diff --git a/TAO/orbsvcs/tests/Event/Mcast/AddrServer/AddrServer.mpc b/TAO/orbsvcs/tests/Event/Mcast/AddrServer/AddrServer.mpc
index 736b40d3533..7d8a33bfb38 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/AddrServer/AddrServer.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/AddrServer/AddrServer.mpc
@@ -4,11 +4,7 @@
project(*Server): rteventexe, rtevent_serv {
exename = server
- specific(automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
Source_Files {
TestAddrServer.cpp
@@ -19,11 +15,7 @@ project(*Server): rteventexe, rtevent_serv {
project(*Client): rteventexe, {
exename = client
- specific(automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
Source_Files {
Client.cpp
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc b/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
index d436cd14175..627efc6ee49 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
@@ -5,12 +5,7 @@ project(*supplier): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = supplier
@@ -23,12 +18,7 @@ project(*consumer): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = consumer
@@ -41,12 +31,7 @@ project(*gateway-ec): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = gateway-ec
diff --git a/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc b/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc
index d3e2d7cc20d..d7958d46f27 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc
@@ -4,11 +4,7 @@
project(*Supplier): namingexe, rteventexe, rtevent_serv {
exename = EchoEventSupplier
- specific(automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
Source_Files {
SimpleAddressServer.cpp
@@ -20,11 +16,7 @@ project(*Supplier): namingexe, rteventexe, rtevent_serv {
project(*Consumer): namingexe, rteventexe, {
exename = EchoEventConsumer
- specific(automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
Source_Files {
EchoEventConsumerMain.cpp
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
index d436cd14175..627efc6ee49 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
@@ -5,12 +5,7 @@ project(*supplier): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = supplier
@@ -23,12 +18,7 @@ project(*consumer): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = consumer
@@ -41,12 +31,7 @@ project(*gateway-ec): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = gateway-ec
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
index 0bbbfeb0eb5..0c9d100ea8c 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
@@ -5,12 +5,7 @@ project(*application): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = application
@@ -23,12 +18,7 @@ project(*gateway-ec): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
libpaths += ../Common
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
+ includes += ../Common
exename = gateway-ec
diff --git a/TAO/orbsvcs/tests/Event/Performance/eventperftestexe.mpb b/TAO/orbsvcs/tests/Event/Performance/eventperftestexe.mpb
index 68176e6ef27..4325a70a293 100644
--- a/TAO/orbsvcs/tests/Event/Performance/eventperftestexe.mpb
+++ b/TAO/orbsvcs/tests/Event/Performance/eventperftestexe.mpb
@@ -5,10 +5,5 @@ project: messaging, rteventexe, rtevent_serv, naming, iortable {
after += Event_Test_Lib
libs += ECTests
libpaths += ../lib
-
- specific (automake) {
- includes += $(srcdir)/../lib
- } else {
- includes += ../lib
- }
+ includes += ../lib
}