- Timestamp:
- Mar 27, 2008, 11:04:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps
r77 r78 20 20 #-----[ Library ]------------------------------------------ 21 21 22 Behavioural_LIBRARY = -l Common\23 -l Behavioural22 Behavioural_LIBRARY = -lBehavioural \ 23 -lCommon 24 24 25 Behavioural_DIR_LIBRARY = -L$( Common_DIR)/lib \26 -L$( Behavioural_DIR)/lib25 Behavioural_DIR_LIBRARY = -L$(Behavioural_DIR)/lib \ 26 -L$(Common_DIR)/lib 27 27 28 28 #-----[ Rules ]-------------------------------------------- … … 30 30 Behavioural_library : 31 31 @\ 32 $(MAKE) Common_library; 32 $(MAKE) Common_library; \ 33 33 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile; 34 34 35 35 Behavioural_library_clean : 36 36 @\ 37 $(MAKE) Common_library_clean; 37 $(MAKE) Common_library_clean; \ 38 38 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile clean;
Note: See TracChangeset
for help on using the changeset viewer.