# # $Id$ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif ifndef Group include $(DIR_MORPHEO)/Behavioural/Generic/Group/Makefile.deps endif RegisterFile = yes #-----[ Library ]------------------------------------------ RegisterFile_LIBRARY = -lRegisterFile \ $(Group_LIBRARY) \ $(Behavioural_LIBRARY) RegisterFile_DIR_LIBRARY = -L$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/lib \ $(Group_DIR_LIBRARY) \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- RegisterFile_library : @$(MAKE) Behavioural_library @$(MAKE) Group_library @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile --makefile=Makefile RegisterFile_library_clean : @$(MAKE) Behavioural_library_clean @$(MAKE) Group_library_clean @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile --makefile=Makefile clean