Makefile 556 Bytes
#!smake
#
# csim/Makefile
#
#  This makefile will make all the libraries
#  in the subdirectories listed below.  These libraries
#  are then linked with the process files in the /config
#  directory to make the simulator.
#
# $Revision: 1.1.1.1 $
#

PRDEPTH = ..
include $(PRDEPTH)/PRdefs

EXPORTS_SUBDIRS = pli tools simlib backend
SUBDIRS = pli tools simlib backend

COMMONPREF=rdpsim

default $(COMMONTARGS): $(_FORCE)
	$(SUBDIRS_MAKERULE)

install: default
	$(SUBDIRS_MAKERULE)

include $(COMMONRULES)

exports:$(_FORCE)
	$(EXPORTS_SUBDIRS_MAKERULE)