summaryrefslogtreecommitdiff
path: root/TAO/taoconfig.mk
blob: d7eb7e86b4d926e41d6885f8fc2ba6eca38266ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#----------------------------------------------------------------------------
#	$Id$
#
#	Common makefile definitions for all applications
#
#----------------------------------------------------------------------------

ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif

LDFLAGS := $(patsubst -L$(ACE_ROOT)/ace, -L$(TAO_ROOT)/tao -L$(ACE_ROOT)/ace, $(LDFLAGS))
CPPFLAGS += -I$(TAO_ROOT)