source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.mkf @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 2.5 KB
Line 
1#
2# Makefile generated by MKF configure script
3#
4
5all: _Generic/Counter/SelfTest _Generic/RegisterFile/SelfTest _Generic/Shifter/SelfTest _Generic/Select/Pseudo_LRU/SelfTest _Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/SelfTest _Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/SelfTest _Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/SelfTest
6
7_Generic/Counter/SelfTest:
8        gmake all -C Generic/Counter/SelfTest
9
10_Generic/RegisterFile/SelfTest:
11        gmake all -C Generic/RegisterFile/SelfTest
12
13_Generic/Shifter/SelfTest:
14        gmake all -C Generic/Shifter/SelfTest
15
16_Generic/Select/Pseudo_LRU/SelfTest:
17        gmake all -C Generic/Select/Pseudo_LRU/SelfTest
18
19_Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/SelfTest:
20        gmake all -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/SelfTest
21
22_Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/SelfTest:
23        gmake all -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/SelfTest
24
25_Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/SelfTest:
26        gmake all -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/SelfTest
27
28clean:
29        gmake clean -C Generic/Counter/SelfTest
30        gmake clean -C Generic/RegisterFile/SelfTest
31        gmake clean -C Generic/Shifter/SelfTest
32        gmake clean -C Generic/Select/Pseudo_LRU/SelfTest
33        gmake clean -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/SelfTest
34        gmake clean -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/SelfTest
35        gmake clean -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/SelfTest
36
37re: clean all
38
39install:
40        gmake install -C Generic/Counter/SelfTest
41        gmake install -C Generic/RegisterFile/SelfTest
42        gmake install -C Generic/Shifter/SelfTest
43        gmake install -C Generic/Select/Pseudo_LRU/SelfTest
44        gmake install -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/SelfTest
45        gmake install -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/SelfTest
46        gmake install -C Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/SelfTest
47
Note: See TracBrowser for help on using the repository browser.