Changeset 142 for trunk/IPs/systemC/processor/Morpheo/Behavioural/Custom
- Timestamp:
- Aug 4, 2010, 10:09:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Custom/Makefile.deps
r81 r142 31 31 $(Behavioural_LIBRARY) 32 32 33 Custom_DIR_LIBRARY = -L$(Custom_DIR)/lib \34 $(Operation_DIR_LIBRARY) \35 $(Instruction_DIR_LIBRARY) \36 $(Behavioural_DIR_LIBRARY)37 38 33 #-----[ Rules ]-------------------------------------------- 39 34 40 Custom_library : 35 Custom_library_only : 36 @\ 37 $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile; 38 39 Custom_library_clean_only : 40 @\ 41 $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile clean; 42 43 Custom_library : Custom_library_only 41 44 @\ 42 45 $(MAKE) Behavioural_library; \ 43 46 $(MAKE) Instruction_library; \ 44 $(MAKE) Operation_library; \ 45 $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile; 47 $(MAKE) Operation_library; 46 48 47 48 Custom_library_clean : 49 Custom_library_clean : Custom_library_clean_only 49 50 @\ 50 51 $(MAKE) Behavioural_library_clean; \ 51 52 $(MAKE) Instruction_library_clean; \ 52 $(MAKE) Operation_library_clean; \ 53 $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile clean; 53 $(MAKE) Operation_library_clean;
Note: See TracChangeset
for help on using the changeset viewer.