summaryrefslogtreecommitdiff
path: root/TAO/utils/catior/Makefile.bor
blob: ae9c4ea571cd30b1b8b09560f2f4f8e4fe6b1b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for building the catior executable
#

NAME = catior

OBJFILES = $(OBJDIR)\catior.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

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