Makefile 539 Bytes
#!smake
#
# 
#
# $Revision: 1.1.1.1 $
#

PRDEPTH = ../../../..
include $(PRDEPTH)/PRdefs

#
#  Directories
#
SIMLIB		= $(PRDEPTH)/rdpsim/simlib
HDR    		= $(PRDEPTH)/rdpsim/hdr
TOOLS           = $(PRDEPTH)/rdpsim/tools
OUTDATA 	= .

#
#  Tools
#

#
#  Header file Directories
#
GCINCS 		=

#
#  Linker Directories and Options
# 
LLDOPTS 	= -L. -L$(SIMLIB)
GLDOPTS 	=
LLDLIBS 	= 
LNFLAGS 	= $(CFLAGS) 

#
#  Default Targets
#
TARGETS 	= 
LDIRT   	= *.tab

default install: $(TARGETS)
	

#
#  SGI Common Rules
#
include $(PRDEPTH)/PRrules