source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps @ 146

Last change on this file since 146 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: 868 bytes
RevLine 
[2]1#
2# $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $
3#
[77]4# [ Description ]
[2]5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
[53]10Behavioural                     = yes
11
[71]12ifndef Common
13include $(DIR_MORPHEO)/Common/Makefile.deps
14endif
[2]15
[77]16#-----[ Directory ]----------------------------------------
[2]17
[77]18Behavioural_DIR                 =       $(DIR_MORPHEO)/Behavioural
[2]19
[77]20#-----[ Library ]------------------------------------------
[43]21
[97]22Behavioural_LIBRARY             =       -lBehavioural   \
23                                        -lCommon
[71]24
[77]25#-----[ Rules ]--------------------------------------------
[2]26
[142]27Behavioural_library_only        :
[48]28                                @\
[77]29                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile;
[76]30
[142]31Behavioural_library_clean_only  :
[48]32                                @\
[77]33                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile clean;
[142]34
35Behavioural_library             : Behavioural_library_only
36                                @\
37                                $(MAKE) Common_library;
38
39Behavioural_library_clean       : Behavioural_library_clean_only
40                                @\
41                                $(MAKE) Common_library_clean;
Note: See TracBrowser for help on using the repository browser.