include ../../../Path.incl
#include "../../../Imake.incl"

# Use makefile.msc if you are compiling with MS-DOS
# add -Dtops20 to CFLAGS if you're running it under tops20
# and add -DANSI if you're using ANSI C

LINTFLAGS = -abchnpux
SRCS = tr2tex.c tr.c subs.c
OBJS = tr2tex.o tr.o subs.o
PROGRAMS=tr2tex 

#if defined(LinuxArchitecture)
CDEBUGFLAGS =-O -DNO_SGTTY -traditional
#endif


AllTarget($(PROGRAMS))
NormalProgramTarget($(PROGRAMS),$(OBJS),$(NP),$(NP),$(NP))
DependTarget()

distclean:: clean



