source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/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
File size: 844 bytes
RevLine 
[2]1#
2# $Id$
3#
[71]4# [ Description ]
[2]5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
[53]10@COMPONENT                      = yes
11
[2]12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
[74]16#-----[ Directory ]----------------------------------------
17
18@COMPONENT_DIR                  =       $(DIR_MORPHEO)/Behavioural/@DIRECTORY
19
[71]20#-----[ Library ]------------------------------------------
[77]21
[2]22@COMPONENT_LIBRARY              =       -l@COMPONENT    \
23                                        $(Behavioural_LIBRARY) 
24
[74]25@COMPONENT_DIR_LIBRARY          =       -L$(@COMPONENT_DIR)/lib \
[2]26                                        $(Behavioural_DIR_LIBRARY)
27
[71]28#-----[ Rules ]--------------------------------------------
[2]29
[76]30@COMPONENT_library              :
[48]31                                @\
[78]32                                $(MAKE) Behavioural_library;            \
[74]33                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile;
[62]34
[76]35@COMPONENT_library_clean        :
[48]36                                @\
[78]37                                $(MAKE) Behavioural_library_clean;      \
[74]38                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.