# # 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>