#
# Makefile for sor_ran.diffed
#
# History
# -------
# $Log: Makefile,v $
# Revision 1.3  1997/06/24  17:10:54  dieter
# Modified Makefile to pickup common targets and macro definitions from
# make.common.
#
# Revision 1.2  1997/05/08  20:09:51  dieter
# Moved definition of OUTPUT_FILE to Makefile so it can be defined based
# on the pwd rather than an absolute path.
#
#
PROG =	sor_ran
SRCS=  $(PROG).c func.c verify.c
OBJS=  $(SRCS:.c=.o)

HDRS=  func.h

CDEFS=	-DOUTPUT_FILE=\"`pwd`/output\"
LIBS= 

include ../make.common

#
# If you need to add more rules, add them below here
#

# DO NOT DELETE THIS LINE -- makedepend depends on it
