Ignore:
Timestamp:
Aug 8, 2007, 9:16:10 PM (17 years ago)
Author:
rosiere
Message:

Modification des Makefile : pas de creation inutile de shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Makefile.deps

    r5 r48  
    1212endif
    1313ifndef Two_Level_Branch_Predictor
    14 include $(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/Makefile.deps
     14include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Makefile.deps
    1515endif
    1616ifndef Meta_Predictor_Glue
    17 include $(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/Makefile.deps
     17include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Meta_Predictor_Glue/Makefile.deps
    1818endif
    1919
     
    2626                                        $(Behavioural_LIBRARY) 
    2727
    28 Meta_Predictor_DIR_LIBRARY      =       -L$(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/lib        \
     28Meta_Predictor_DIR_LIBRARY      =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/lib        \
    2929                                        $(Meta_Predictor_Glue_DIR_LIBRARY)                                              \
    3030                                        $(Two_Level_Branch_Predictor_DIR_LIBRARY)                                       \
     
    3434
    3535Meta_Predictor_library          :
    36                                 @$(MAKE) Behavioural_library
    37                                 @$(MAKE) Meta_Predictor_Glue_library
    38                                 @$(MAKE) Two_Level_Branch_Predictor_library
    39                                 @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor --makefile=Makefile
     36                                @\
     37                                $(MAKE) Behavioural_library;\
     38                                $(MAKE) Meta_Predictor_Glue_library;\
     39                                $(MAKE) Two_Level_Branch_Predictor_library;\
     40                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor --makefile=Makefile;
    4041       
    4142Meta_Predictor_library_clean    :
    42                                 @$(MAKE) Behavioural_library_clean
    43                                 @$(MAKE) Meta_Predictor_Glue_library_clean
    44                                 @$(MAKE) Two_Level_Branch_Predictor_library_clean
    45                                 @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor --makefile=Makefile clean
     43                                @\
     44                                $(MAKE) Behavioural_library_clean;\
     45                                $(MAKE) Meta_Predictor_Glue_library_clean;\
     46                                $(MAKE) Two_Level_Branch_Predictor_library_clean;\
     47                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.