summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor
blob: e7bea862d070415e9b85b9ea1c839b577495e916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Makefile for building the Callback_Quoter example 
#

NAME = Callback_Quoter_Consumer

OBJFILES = \
	$(OBJDIR)\ConsumerC.obj \
	$(OBJDIR)\ConsumerS.obj \
	$(OBJDIR)\NotifierC.obj \
	$(OBJDIR)\NotifierS.obj \
	$(OBJDIR)\consumer.obj \
	$(OBJDIR)\Consumer_Input_Handler.obj \
	$(OBJDIR)\Consumer_Signal_Handler.obj \
	$(OBJDIR)\Consumer_Handler.obj \
	$(OBJDIR)\Consumer_i.obj

CPPDIR = .

IDLDIR = .

!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>

#
# IDL Build rules
#

$(IDLDIR)\ConsumerC.cpp $(IDLDIR)\ConsumerS.cpp: $(IDLDIR)\Consumer.idl
	$(TAO_IDL) $**

$(IDLDIR)\NotifierC.cpp $(IDLDIR)\NotifierS.cpp: $(IDLDIR)\Notifier.idl
	$(TAO_IDL) $**