diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-01-24 13:51:36 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-01-24 13:51:36 +0000 |
commit | b78aa69391b19be33c06efc7ac4186aa4800945b (patch) | |
tree | 950376e69a8fb454c7f1ce69abd1c9d988254bdc /TAO/orbsvcs/examples | |
parent | cbc3ac0723241033e7d1afd56c320c41c5743453 (diff) | |
download | ATCD-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/examples')
5 files changed, 5 insertions, 32 deletions
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 += .. } |