- Timestamp:
- Feb 5, 2008, 5:21:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps
r76 r77 2 2 # $Id$ 3 3 # 4 # [ 4 # [ Description ] 5 5 # 6 6 # Makefile … … 14 14 endif 15 15 16 #-----[ Library ]------------------------------------------ 17 Behavioural_LIBRARY = -lBehavioural 16 #-----[ Directory ]---------------------------------------- 18 17 19 Behavioural_DIR _LIBRARY = -L$(DIR_MORPHEO)/Behavioural/lib18 Behavioural_DIR = $(DIR_MORPHEO)/Behavioural 20 19 21 Behavioural_DEPENDENCIES = Common_library 20 #-----[ Library ]------------------------------------------ 22 21 23 Behavioural_CLEAN = Common_library_clean 22 Behavioural_LIBRARY = -lCommon \ 23 -lBehavioural 24 24 25 Behavioural_DIR_LIBRARY = -L$(Common_DIR)/lib \ 26 -L$(Behavioural_DIR)/lib 25 27 26 #-----[ 28 #-----[ Rules ]-------------------------------------------- 27 29 28 #.NOTPARALLEL : Behavioural_library 29 #.NOTPARALLEL : Behavioural_library_clean 30 Behavioural_library : 31 @\ 32 $(MAKE) Common_library; 33 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile; 30 34 31 Behavioural_library : $(Behavioural_DEPENDENCIES)35 Behavioural_library_clean : 32 36 @\ 33 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ; 34 35 Behavioural_library_clean : $(Behavioural_CLEAN) 36 @\ 37 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean; 37 $(MAKE) Common_library_clean; 38 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile clean;
Note: See TracChangeset
for help on using the changeset viewer.