source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/Makefile.deps @ 4

Last change on this file since 4 was 4, checked in by rosiere, 17 years ago
File size: 970 bytes
Line 
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
14Meta_Predictor_Glue                     = yes
15
16#-----[ Library ]------------------------------------------
17Meta_Predictor_Glue_LIBRARY             =       -lMeta_Predictor_Glue   \
18                                        $(Behavioural_LIBRARY) 
19
20Meta_Predictor_Glue_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/lib    \
21                                        $(Behavioural_DIR_LIBRARY)
22
23#-----[ Rules ]--------------------------------------------
24
25Meta_Predictor_Glue_library             :
26                                @$(MAKE) Behavioural_library
27                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue --makefile=Makefile
28       
29Meta_Predictor_Glue_library_clean       :
30                                @$(MAKE) Behavioural_library_clean
31                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.