summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Event_Service
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-25 00:09:17 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-25 00:09:17 +0000
commitab3fe7e501ed866633597b186ea9e84e24dc10a0 (patch)
tree554c4a3e301a8205e7757cf35622b802df8782ad /TAO/orbsvcs/Event_Service
parent7ae548a82ef2748ec8b3ee2915c948c4441ed94d (diff)
downloadATCD-ab3fe7e501ed866633597b186ea9e84e24dc10a0.tar.gz
ChangeLogTag: Thu Feb 24 16:07:15 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Event_Service')
-rw-r--r--TAO/orbsvcs/Event_Service/Makefile.am26
1 files changed, 16 insertions, 10 deletions
diff --git a/TAO/orbsvcs/Event_Service/Makefile.am b/TAO/orbsvcs/Event_Service/Makefile.am
index d0b1273b3af..6611dfa9b25 100644
--- a/TAO/orbsvcs/Event_Service/Makefile.am
+++ b/TAO/orbsvcs/Event_Service/Makefile.am
@@ -1,15 +1,20 @@
## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
-ACE_ROOT = $(top_srcdir)/..
ACE_BUILDDIR = $(top_builddir)/..
-TAO_ROOT = $(top_srcdir)
+ACE_ROOT = $(top_srcdir)/..
TAO_BUILDDIR = $(top_builddir)
+TAO_ROOT = $(top_srcdir)
+
+bin_PROGRAMS =
-## Makefile.Event_Service.am
+## Makefile.Event_Service.am
-if !BUILD_MINIMUM_CORBA
+if BUILD_CORBA_MESSAGING
-bin_PROGRAMS = Event_Service
+bin_PROGRAMS += Event_Service
Event_Service_CPPFLAGS = \
-I$(ACE_ROOT) \
@@ -17,8 +22,7 @@ Event_Service_CPPFLAGS = \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
-I$(TAO_ROOT)/orbsvcs \
- -I$(TAO_BUILDDIR)/orbsvcs \
- -DTAO_HAS_TYPED_EVENT_CHANNEL
+ -I$(TAO_BUILDDIR)/orbsvcs
Event_Service_SOURCES = \
Event_Service.cpp \
@@ -38,10 +42,12 @@ Event_Service_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_MINIMUM_CORBA
+endif BUILD_CORBA_MESSAGING
## Clean up template repositories, etc.
clean-local:
- -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
- -rm -f gcctemp.c gcctemp so_locations
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
-rm -rf ptrepository SunWS_cache Templates.DB