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

Last change on this file since 100 was 100, checked in by rosiere, 15 years ago

1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test

  • Property svn:keywords set to Id
File size: 748 bytes
Line 
1#
2# Makefile generated by MKF configure script
3#
4
5all: _Generic/Queue/SelfTest _Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
6
7_Generic/Queue/SelfTest:
8        gmake all -C Generic/Queue/SelfTest
9
10_Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest:
11        gmake all -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
12
13clean:
14        gmake clean -C Generic/Queue/SelfTest
15        gmake clean -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
16
17re: clean all
18
19install:
20        gmake install -C Generic/Queue/SelfTest
21        gmake install -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
22
Note: See TracBrowser for help on using the repository browser.