summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/tao_idl.bor
blob: 2ab115690dc73baef76d790f4243ae27b7eafd06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Makefile for building the TAO IDL compiler executable
#

NAME = tao_idl

OBJFILES = \
	$(OBJDIR)\drv_args.obj \
	$(OBJDIR)\drv_preproc.obj \
	$(OBJDIR)\tao_idl.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_IDL_FE_CFLAGS) $(TAO_IDL_BE_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_IDL_FE_LIB) $(TAO_IDL_BE_LIB)

CPPDIR = .;driver

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