/*
 * Generated by Builder Xcessory Builder Xcessory 3.5.1 .
 */

/*
 * CplusplusProgramTarget - generate rules for compiling and linking the 
 * program specified by $(OBJS) and $(SRCS) and generating dependencies.
 * It should be used for programs requiring linking via the C++ compiler.
 */
#ifndef CplusplusProgramTarget
#define	CplusplusProgramTarget(program)				@@\
        PROGRAM = program						@@\
									@@\
AllTarget(program)							@@\
									@@\
program: $(OBJS) $(DEPLIBS)						@@\
	RemoveTargetProgram($@)						@@\
	$(C++) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
									@@\
DependTarget()							@@\
									@@\
clean::								@@\
	$(RM) $(PROGRAM)
#endif /* CplusplusProgramTarget */

/*
 * Not all systems have built-in support for C++ source file suffixes.
 * We will define a rule for the C++ suffix being used.
 */
#ifdef CCC
	C++ = $(CCC)
#endif

.SUFFIXES: .C $(SUFFIXES)
.C.o:
	$(C++) $(C++FLAGS) $(CFLAGS) $(CPPFLAGS) -c $<


/*
 * Items specified in BX
 */
PURIFY = purify
XRUNNERLIBS = $(M_ROOT)/arch/X11.5/Xm1.2/mic_xm.o
C++ = CC
C++FLAGS = -DFUNCPROTO -DXTFUNCPROTO -I/usr/openwin/include
LOCAL_LIBRARIES = -L/usr/openwin/lib -lXm -lXt -lX11 -lnsl -lsocket -lgen
SRCS = main-C.C UIComponent.C bxutil-C.C callbacks-C.C EquationMenu.C EquationMenuDerived.C FormDepthOffset.C FormDepthOffsetDerived.C FormTextReport.C FormTextReportDerived.C FormSplicer.C FormSplicerDerived.C 
OBJS = main-C.o UIComponent.o bxutil-C.o callbacks-C.o EquationMenu.o EquationMenuDerived.o FormDepthOffset.o FormDepthOffsetDerived.o FormTextReport.o FormTextReportDerived.o FormSplicer.o FormSplicerDerived.o 

CplusplusProgramTarget( main-C )
