OBJS = main.o parse.o misc.o R2Functions.o

NormalObjectRule()
NormalHelpRule()

#ifdef i386_ENV
ProgramTarget(rtf2, main.o parse.o misc.o R2Functions.o input.o, ${UTILLIB},-lbsd)
#else /* i386_ENV */
ProgramTarget(rtf2, main.o parse.o misc.o R2Functions.o input.o, ${UTILLIB}, )
#endif /* i386_ENV */

InstallProgram(rtf2, $(DESTDIR)/bin)
InstallFile(rtf2.trans, $(INSTINCFLAGS), $(DESTDIR)/lib)
InstallDocs(rtf2.help, $(DESTDIR)/help)

DependTarget()
