Changeset 77 for trunk/IPs/systemC/processor/Morpheo/Common/Makefile.deps
- Timestamp:
- Feb 5, 2008, 5:21:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Common/Makefile.deps
r71 r77 10 10 Common = yes 11 11 12 #-----[ Directory ]---------------------------------------- 13 14 Common_DIR = $(DIR_MORPHEO)/Common 15 12 16 #-----[ Library ]------------------------------------------ 17 13 18 Common_LIBRARY = -lCommon 14 19 15 Common_DIR_LIBRARY = -L$(DIR_MORPHEO)/Common/lib 16 17 Common_DEPENDENCIES = 18 19 Common_CLEAN = 20 20 Common_DIR_LIBRARY = -L$(Common_DIR)/lib 21 21 22 22 #-----[ Rules ]-------------------------------------------- 23 23 24 #.NOTPARALLEL : Common_library Common_library_clean 24 Common_library : 25 @\ 26 $(MAKE) --directory=$(Common_DIR) --makefile=Makefile 25 27 26 Common_library : $(Common_DEPENDENCIES)28 Common_library_clean : 27 29 @\ 28 $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile 29 30 Common_library_clean : $(Common_CLEAN) 31 @\ 32 $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile clean 30 $(MAKE) --directory=$(Common_DIR) --makefile=Makefile clean
Note: See TracChangeset
for help on using the changeset viewer.