- Timestamp:
- Aug 8, 2007, 9:16:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps
r43 r48 26 26 27 27 Behavioural_library : 28 @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile 28 @\ 29 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ; 29 30 30 31 # @$(MAKE) Common_library 31 32 32 33 Behavioural_library_clean : 33 @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean 34 @\ 35 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean; 34 36 35 37 # @$(MAKE) Common_library_clean
Note: See TracChangeset
for help on using the changeset viewer.