# # $Id: Makefile.deps 81 2008-04-15 18:40:01Z 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) Stat_List_unit_DIR_LIBRARY = -L$(Stat_List_unit_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Stat_List_unit_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile; Stat_List_unit_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile clean;