blob: 50372b861d2bdd29a4fc85edfe31bf2afebb4abd (
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 += -L$(TAO_ROOT)/tao
INCLDIRS += -I$(TAO_ROOT)
|