Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / fnx / vlib / CCCXactor / GNUmakefile
#
# Original Author:
# Creation Date :
#
# File name : GNUmakefile
# Description : makefile for building Vera lib components
#
# Users of this lib should call make using this
# makefile to build the exportable objects. This makefile
# may use make variables exported from superior makes
# processes.
#
# *************************************************************************
#--------------------------------------------------------------------
# Use `lib' to define the name of the library we are building.
# the exported library will be called $(lib).libvrl
#--------------------------------------------------------------------
lib = CCCXactor
#--------------------------------------------------------------------
# Compile this library as a concatenated Vera file.
#--------------------------------------------------------------------
lib_CCCXactor_combine_vera = 1
#--------------------------------------------------------------------
# Use `lib_list' to specify the names of libraries on which this library
# depends. Be careful that these other libraries don't in turn depend on
# this one.
#--------------------------------------------------------------------
lib_list = CTSupportClasses CSRAccessMethod CSRFmwork
#--------------------------------------------------------------------
# Use `lib_$(lib)_vera_src' to define the list of vera source files
# which compose this library.
#--------------------------------------------------------------------
include vera/Makefile.include
#====================================================================
#======= you probably don't have to change anything below ===========
#====================================================================
include $(DV_ROOT)/verif/env/fire/runsim/makefiles/Makefile.libtop
#--------------------------- The End --------------------------------