- Timestamp:
- Aug 4, 2010, 10:09:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps
r138 r142 22 22 Behavioural_LIBRARY = -lBehavioural \ 23 23 -lCommon 24 25 Behavioural_DIR_LIBRARY = -L$(Behavioural_DIR)/lib \26 -L$(Common_DIR)/lib27 24 28 25 #-----[ Rules ]-------------------------------------------- 29 26 30 Behavioural_library 27 Behavioural_library_only : 31 28 @\ 32 $(MAKE) Common_library; \33 29 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile; 34 30 35 Behavioural_library_clean :31 Behavioural_library_clean_only : 36 32 @\ 37 $(MAKE) Common_library_clean; \38 33 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile clean; 34 35 Behavioural_library : Behavioural_library_only 36 @\ 37 $(MAKE) Common_library; 38 39 Behavioural_library_clean : Behavioural_library_clean_only 40 @\ 41 $(MAKE) Common_library_clean;
Note: See TracChangeset
for help on using the changeset viewer.