# # $Id$ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Ifetch_unit_Glue = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Ifetch_unit_Glue_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Ifetch_unit/Ifetch_unit_Glue #-----[ Library ]------------------------------------------ Ifetch_unit_Glue_LIBRARY = -lIfetch_unit_Glue \ $(Behavioural_LIBRARY) Ifetch_unit_Glue_DIR_LIBRARY = -L$(Ifetch_unit_Glue_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Ifetch_unit_Glue_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Ifetch_unit_Glue_DIR) --makefile=Makefile; Ifetch_unit_Glue_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Ifetch_unit_Glue_DIR) --makefile=Makefile clean;