#
#                       Make file for prtape
#                         Solaris Version
#
# -lposix4 is required for time_ew calls
#
CFLAGS = -D_REENTRANT $(GLOBALFLAGS)


OBJ = prtape.o tapeio.o readfile.o vaxfloat.o chron3.o time_ew.o logit.o \
sendmail.o prmail.o

#sigtest: sigtest.o
#	cc -o sigtest sigtest.o -mt -lsunmath -lm -lposix4 -lthread -lc

prtape: $(OBJ)
	cc -o prtape $(OBJ) -mt -lsunmath -lm -lposix4 -lthread -lc

install:
	cp prtape ../../bin

