Ignore:
Timestamp:
Sep 24, 2007, 5:10:46 PM (17 years ago)
Author:
rosiere
Message:

Factorisation du contrôle de file d'attente dans une classe "Queue_Control"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/Makefile.deps

    r55 r56  
    88# DIR_MORPHEO must be defined
    99
    10 Reservation_station                     = yes
     10Reservation_station             = yes
    1111
    1212ifndef Behavioural
    1313include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
     15ifndef Queue_Control
     16include                         $(DIR_MORPHEO)/Behavioural/Generic/Queue_Control/Makefile.deps
     17endif
    1518
    1619#-----[ Library ]------------------------------------------
    17 Reservation_station_LIBRARY             =       -lReservation_station   \
     20Reservation_station_LIBRARY     =       -lReservation_station   \
     21                                        $(Queue_Control_LIBRARY)\
    1822                                        $(Behavioural_LIBRARY) 
    1923
    20 Reservation_station_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/lib     \
     24Reservation_station_DIR_LIBRARY =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/lib     \
     25                                        $(Queue_Control_DIR_LIBRARY)\
    2126                                        $(Behavioural_DIR_LIBRARY)
    2227
     
    2530Reservation_station_library             :
    2631                                @\
     32                                $(MAKE) Queue_Control_library; \
    2733                                $(MAKE) Behavioural_library; \
    2834                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station --makefile=Makefile;
     
    3036Reservation_station_library_clean       :
    3137                                @\
     38                                $(MAKE) Queue_Control_library_clean; \
    3239                                $(MAKE) Behavioural_library_clean; \
    3340                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.