# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Instruction = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Instruction_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod/Instruction #-----[ Library ]------------------------------------------ Instruction_LIBRARY = -lInstruction \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Instruction_library_only : @\ $(MAKE) --directory=$(Instruction_DIR) --makefile=Makefile; Instruction_library_clean_only : @\ $(MAKE) --directory=$(Instruction_DIR) --makefile=Makefile clean; Instruction_library : Instruction_library_only @\ $(MAKE) Behavioural_library; Instruction_library_clean : Instruction_library_clean_only @\ $(MAKE) Behavioural_library_clean;