Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / fnx / vlib / report / GNUmakefile
CommitLineData
86530b38
AT
1# *************************************************************************
2#
3#
4# Creation Date : Mar 2000
5#
6# File name : GNUmakefile
7# Description : makefile for building bfm components
8#
9# Users of this bfm should call this call make using this
10# makefile to build the exportable objects. This makefile
11# may use make variables exported from superior makes
12# processes.
13#
14# *************************************************************************
15
16#--------------------------------------------------------------------
17# Use `lib' to define the name of the library are we building.
18# the exported library will be called $(lib).libvrl
19#--------------------------------------------------------------------
20lib = report
21
22#--------------------------------------------------------------------
23# Use `lib_list' to specify the names of libraries on which this library
24# depends. Be careful that these other libraries don't in turn depend on
25# this one.
26#--------------------------------------------------------------------
27lib_list =
28
29#--------------------------------------------------------------------
30# Use `lib_report_vera_src' to define the list of vera source files
31# which compose this library.
32#--------------------------------------------------------------------
33lib_report_vera_src = report_info.vr cReport.vr
34
35#--------------------------------------------------------------------
36# Use `lib_additional_vera_cmp_args' to define additional vera compilation
37# arguments.
38#--------------------------------------------------------------------
39lib_additional_vera_cmp_args =
40
41#====================================================================
42#======= you probably don't have to change anything below ===========
43#====================================================================
44# Get all the usual targets and dependencies.
45#====================================================================
46include $(DV_ROOT)/verif/env/fnx/runsim/makefiles/Makefile.libtop
47#====================================================================