source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/Makefile.deps @ 15

Last change on this file since 15 was 15, checked in by rosiere, 17 years ago

Interface normalisé
Début du banc de registres multi niveaux

File size: 913 bytes
RevLine 
[10]1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10ifndef Behavioural
11include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
12endif
13
[15]14Select_Priority_Fixed                   = yes
[10]15
16#-----[ Library ]------------------------------------------
[15]17Select_Priority_Fixed_LIBRARY           =       -lSelect_Priority_Fixed \
[10]18                                        $(Behavioural_LIBRARY) 
19
[15]20Select_Priority_Fixed_DIR_LIBRARY               =       -L$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed/lib   \
[10]21                                        $(Behavioural_DIR_LIBRARY)
22
23#-----[ Rules ]--------------------------------------------
24
[15]25Select_Priority_Fixed_library           :
[10]26                                @$(MAKE) Behavioural_library
[15]27                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed --makefile=Makefile
[10]28       
[15]29Select_Priority_Fixed_library_clean     :
[10]30                                @$(MAKE) Behavioural_library_clean
[15]31                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.