Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / fnx / vlib / DMUXtr / GNUmakefile
CommitLineData
86530b38
AT
1# Creation Date : 08/24/2004
2#
3# File name : GNUmakefile
4# Description : makefile for building DMUXtr
5#
6# *************************************************************************
7lib = DMUXtr
8lib_list =
9
10# for now, generate its own headers.
11lib_additional_vera_cmp_args =
12
13# tell runsim to concatenate the vera files
14lib_$(lib)_combine_vera = 1
15
16#--------------------------------------------------------------------
17# Use `lib_$(lib)_vera_src' to define the list of vera source files
18# which compose this library.
19#--------------------------------------------------------------------
20include vera/Makefile.include
21
22#----------------------------------------------------------------
23#
24# get all the usual targets and dependencies.
25#
26include $(DV_ROOT)/verif/env/fire/runsim/makefiles/Makefile.libtop
27#----------------------------------------------------------------