source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod_queue/Makefile.deps @ 82

Last change on this file since 82 was 82, checked in by rosiere, 16 years ago
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
  • Property svn:keywords set to Id
File size: 897 bytes
Line 
1#
2# $Id: Makefile.deps 82 2008-05-01 16:48:45Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Decod_queue                     = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Directory ]----------------------------------------
17
18Decod_queue_DIR                 =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod_queue
19
20#-----[ Library ]------------------------------------------
21
22Decod_queue_LIBRARY             =       -lDecod_queue   \
23                                        $(Behavioural_LIBRARY) 
24
25Decod_queue_DIR_LIBRARY         =       -L$(Decod_queue_DIR)/lib        \
26                                        $(Behavioural_DIR_LIBRARY)
27
28#-----[ Rules ]--------------------------------------------
29
30Decod_queue_library             :
31                                @\
32                                $(MAKE) Behavioural_library;            \
33                                $(MAKE) --directory=$(Decod_queue_DIR) --makefile=Makefile;
34
35Decod_queue_library_clean       :
36                                @\
37                                $(MAKE) Behavioural_library_clean;      \
38                                $(MAKE) --directory=$(Decod_queue_DIR) --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.