# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Stat_List_unit = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Stat_List_unit_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Stat_List_unit #-----[ Library ]------------------------------------------ Stat_List_unit_LIBRARY = -lStat_List_unit \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Stat_List_unit_library_only : @\ $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile; Stat_List_unit_library_clean_only : @\ $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile clean; Stat_List_unit_library : Stat_List_unit_library_only @\ $(MAKE) Behavioural_library; Stat_List_unit_library_clean : Stat_List_unit_library_clean_only @\ $(MAKE) Behavioural_library_clean;