# # $Id$ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Counter = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Library ]------------------------------------------ Counter_LIBRARY = -lCounter \ $(Behavioural_LIBRARY) Counter_DIR_LIBRARY = -L$(DIR_MORPHEO)/Behavioural/Generic/Counter/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Counter_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile; Counter_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile clean;