source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Shifter/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: 795 bytes
RevLine 
[2]1#
2# $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $
3#
[142]4# [ Description ]
[2]5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
[53]10Shifter                         = yes
11
[2]12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
[142]16#-----[ Library ]------------------------------------------
17
[2]18Shifter_LIBRARY                 =       -lShifter       \
19                                        $(Behavioural_LIBRARY) 
20
[142]21#-----[ Rules ]--------------------------------------------
[2]22
[142]23Shifter_library_only            :
[48]24                                @\
25                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Shifter --makefile=Makefile;
[2]26       
[142]27Shifter_library_clean_only      :
[48]28                                @\
29                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Shifter --makefile=Makefile clean;
[142]30
31Shifter_library                 : Shifter_library_only
32                                @\
33                                $(MAKE) Behavioural_library;
34       
35Shifter_library_clean           : Shifter_library_clean_only
36                                @\
37                                $(MAKE) Behavioural_library_clean;
Note: See TracBrowser for help on using the repository browser.