# # $Id: Makefile.deps 83 2008-05-09 18:00:21Z 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) Decod_unit_DIR_LIBRARY = -L$(Decod_unit_DIR)/lib \ $(Decod_DIR_LIBRARY) \ $(Decod_queue_DIR_LIBRARY) \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Decod_unit_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) Decod_library; \ $(MAKE) Decod_queue_library; \ $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile; Decod_unit_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) Decod_library_clean; \ $(MAKE) Decod_queue_library_clean; \ $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile clean;