summaryrefslogtreecommitdiff
path: root/TAO/taoconfig.mk
blob: b86e2b70c3e37c0b51cede37ad60c0613463bf9f (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))
INCLDIRS += -I$(TAO_ROOT)