summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/Makefile.bor
blob: 928d64225bc64c005f2b3bb95ec9dd6a68f3d831 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for building the Grid example
# 

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

all:
	$(MAKE) -f Grid_Client.bor $(MAKE_FLAGS)
	$(MAKE) -f Grid_Server.bor $(MAKE_FLAGS)