source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Priority/Makefile.deps @ 142

Last change on this file since 142 was 142, checked in by rosiere, 14 years ago

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

  • Property svn:keywords set to Id
File size: 839 bytes
Line 
1#
2# $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Priority                        = yes
11ifndef Common
12include                         $(DIR_MORPHEO)/Common/Makefile.deps
13endif
14
15#-----[ Directory ]----------------------------------------
16
17Priority_DIR                    =       $(DIR_MORPHEO)/Behavioural/Generic/Priority
18
19#-----[ Library ]------------------------------------------
20
21Priority_LIBRARY                =       -lPriority\
22                                        $(Common_LIBRARY)       
23
24#-----[ Rules ]--------------------------------------------
25
26Priority_library_only           :
27                                @\
28                                $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile;
29
30Priority_library_clean_only     :
31                                @\
32                                $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile clean;
33
34Priority_library                : Priority_library_only
35                                @\
36                                $(MAKE) Common_library;
37
38Priority_library_clean          : Priority_library_clean_only
39                                @\
40                                $(MAKE) Common_library_clean;
Note: See TracBrowser for help on using the repository browser.