# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Decod_unit = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif ifndef Decod include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod/Makefile.deps endif ifndef Decod_queue include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod_queue/Makefile.deps endif #-----[ Directory ]---------------------------------------- Decod_unit_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit #-----[ Library ]------------------------------------------ Decod_unit_LIBRARY = -lDecod_unit \ $(Decod_LIBRARY) \ $(Decod_queue_LIBRARY) \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Decod_unit_library_only : @\ $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile; Decod_unit_library_clean_only : @\ $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile clean; Decod_unit_library : Decod_unit_library_only @\ $(MAKE) Behavioural_library; \ $(MAKE) Decod_library; \ $(MAKE) Decod_queue_library; Decod_unit_library_clean : Decod_unit_library_clean_only @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) Decod_library_clean; \ $(MAKE) Decod_queue_library_clean;