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

APPS = \
	direct_logging \
	indirect_logging

all: $(APPS)

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

OBJFILES=$(OBJDIR)\$(NAME).obj

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