Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / cpus / vonk / ss / api / memsync / Makefile.defines
CommitLineData
920dae64
AT
1# ========== Copyright Header Begin ==========================================
2#
3# OpenSPARC T2 Processor File: Makefile.defines
4# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
5# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
6#
7# The above named program is free software; you can redistribute it and/or
8# modify it under the terms of the GNU General Public
9# License version 2 as published by the Free Software Foundation.
10#
11# The above named program is distributed in the hope that it will be
12# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14# General Public License for more details.
15#
16# You should have received a copy of the GNU General Public
17# License along with this work; if not, write to the Free Software
18# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
19#
20# ========== Copyright Header End ============================================
21
22SUB_DIR.ss.api.memsync = ss/api/memsync
23SRC_DIR.ss.api.memsync = $(SUB_DIR.ss.api.memsync)/src
24OBJ_DIR.ss.api.memsync = $(OBJ_DIR)/$(SUB_DIR.ss.api.memsync)
25
26API_FILES.ss.api.memsync=\
27 MemoryTransaction.h\
28
29H_FILES.ss.api.memsync=\
30 LoadStoreBuffer.h\
31 LoadStoreCmd.h\
32 LoadStoreEntry.h\
33 MemoryAccessBuffer.h\
34 MemoryAccessEntry.h\
35 MemoryAccessHistory.h\
36 MemoryAccessHistoryItem.h\
37 MemorySync.h\
38 MemorySyncDefs.h\
39 MemorySyncMessage.h\
40 RieslingInterface.h\
41 TsoChecker.h\
42 TsoCheckerCmd.h\
43 TsoCheckerDefs.h\
44 TsoEdge.h\
45 TsoNode.h
46
47CC_FILES.ss.api.memsync=\
48 LoadStoreBuffer.cc\
49 LoadStoreCmd.cc\
50 LoadStoreEntry.cc\
51 MemoryAccessBuffer.cc\
52 MemoryAccessEntry.cc\
53 MemoryAccessHistory.cc\
54 MemoryAccessHistoryItem.cc\
55 MemorySync.cc\
56 MemorySyncMessage.cc\
57 RieslingInterface.cc\
58 TsoChecker.cc\
59 TsoCheckerCmd.cc\
60 TsoEdge.cc\
61 TsoNode.cc
62
63INC_BUILD.ss.api.memsync=\
64 $(H_FILES.ss.api.memsync:%=$(INC_DIR)/%)
65
66OBJ_BUILD.ss.api.memsync=\
67 $(CC_FILES.ss.api.memsync:%.cc=$(OBJ_DIR.ss.api.memsync)/src/%.o)