source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/SelfTest/Makefile @ 88

Last change on this file since 88 was 88, checked in by rosiere, 16 years ago

Almost complete design
with Test and test platform

File size: 748 bytes
RevLine 
[2]1#
2# $Id$
3#
[71]4# [ Description ]
[2]5#
6# Makefile
7#
8
[71]9#-----[ Directory ]----------------------------------------
[23]10DIR_COMPONENT                   = ../
11include                         $(DIR_COMPONENT)/Makefile.defs
[2]12
13LIBRARY                         = $(@COMPONENT_LIBRARY)
14
15DIR_LIBRARY                     = $(@COMPONENT_DIR_LIBRARY)
16
[71]17#-----[ include ]------------------------------------------
[2]18
19all                             :
20                                @$(MAKE) all_selftest
21
22library                         : @COMPONENT_library
23
24library_clean                   : @COMPONENT_library_clean
25
[88]26local_clean                     :
27
[71]28include                         $(DIR_COMPONENT)/Makefile.deps
[23]29include                         $(DIR_MORPHEO)/Behavioural/Makefile.flags
[2]30include                         $(DIR_MORPHEO)/Behavioural/Makefile.Common
31include                         $(DIR_MORPHEO)/Behavioural/Makefile.Selftest
32include                         $(DIR_MORPHEO)/Behavioural/Makefile.Synthesis
Note: See TracBrowser for help on using the repository browser.