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