# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Counter = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Library ]------------------------------------------ Counter_LIBRARY = -lCounter \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Counter_library_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile; Counter_library_clean_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile clean; Counter_library : Counter_library_only @\ $(MAKE) Behavioural_library; Counter_library_clean : Counter_library_clean_only @\ $(MAKE) Behavioural_library_clean;