summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Makefile.bor
blob: 1fc1899b60350e328cd896a71b6058a986f4deef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NAME = gatewayd
OBJFILES = \
	$(OBJDIR)\Concrete_Connection_Handlers.obj \
	$(OBJDIR)\Config_Files.obj \
	$(OBJDIR)\File_Parser.obj \
	$(OBJDIR)\Gateway.obj \
	$(OBJDIR)\Event_Channel.obj \
	$(OBJDIR)\Event_Forwarding_Discriminator.obj \
	$(OBJDIR)\Options.obj \
	$(OBJDIR)\Connection_Handler.obj \
	$(OBJDIR)\Connection_Handler_Acceptor.obj \
	$(OBJDIR)\Connection_Handler_Connector.obj \
	$(OBJDIR)\gatewayd.obj
!include <$(ACE_ROOT)\apps\build.bor>