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

Last change on this file since 101 was 100, checked in by rosiere, 16 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
RevLine 
[2]1#
2# Makefile generated by MKF configure script
3#
4
[100]5all: _Generic/Queue/SelfTest _Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
[2]6
[100]7_Generic/Queue/SelfTest:
8        gmake all -C Generic/Queue/SelfTest
9
[96]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
[67]12
[2]13clean:
[100]14        gmake clean -C Generic/Queue/SelfTest
[96]15        gmake clean -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
[2]16
17re: clean all
18
19install:
[100]20        gmake install -C Generic/Queue/SelfTest
[96]21        gmake install -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
[2]22
Note: See TracBrowser for help on using the repository browser.