# # Makefile for building the tc test # NAME = tc OBJFILES = $(OBJDIR)\tc.obj CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) LIBFILES = $(ACE_LIB) $(TAO_LIB) CPPDIR = . !include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>