summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Logger/Makefile.bor
blob: 9e8a4c7a5a90ec64e848e13d55e23a51b8a05165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

APPS = \
	direct_logging \
	indirect_logging

build_apps: $(APPS)

$(APPS):
	$(MAKE) -f Makefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe

!ifdef NAME
OBJFILES=$(OBJDIR)\$(NAME).obj
!endif

!include <$(ACE_ROOT)\netsvcs\build.bor>