source: trunk/IPs/systemC/processor/Morpheo/TopLevel/SelfTest/Makefile

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

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 778 bytes
Line 
1#
2# $Id: Makefile 88 2008-12-10 18:31:39Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8
9#-----[ Directory ]----------------------------------------
10DIR_COMPONENT = ../
11include $(DIR_COMPONENT)/Makefile.defs
12
13LIBRARY = $(Morpheo_LIBRARY)
14
15DIR_LIBRARY = $(Morpheo_DIR_LIBRARY)
16
17#-----[ include ]------------------------------------------
18
19all :
20 @$(MAKE) all_selftest
21
22library : Morpheo_library
23
24library_clean : Morpheo_library_clean
25
26local_clean :
27 @$(RM) data_in/*~ \
28 data_out/*
29
30include $(DIR_COMPONENT)/Makefile.deps
31include $(DIR_MORPHEO)/Behavioural/Makefile.flags
32include $(DIR_MORPHEO)/Behavioural/Makefile.Common
33include $(DIR_MORPHEO)/Behavioural/Makefile.Selftest
34include $(DIR_MORPHEO)/Behavioural/Makefile.Synthesis
Note: See TracBrowser for help on using the repository browser.