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