- Timestamp:
- Jan 19, 2008, 12:09:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps
r53 r71 10 10 Behavioural = yes 11 11 12 #ifndef Behavioural 13 #include $(DIR_MORPHEO)/Behavioural/Makefile.deps14 #endif12 ifndef Common 13 include $(DIR_MORPHEO)/Common/Makefile.deps 14 endif 15 15 16 16 #-----[ Library ]------------------------------------------ 17 17 Behavioural_LIBRARY = -lBehavioural 18 18 19 # $(Common_LIBRARY)20 21 19 Behavioural_DIR_LIBRARY = -L$(DIR_MORPHEO)/Behavioural/lib 22 20 23 # $(Common_DIR_LIBRARY) 21 Behavioural_DEPENDENCIES = Common_library 22 23 Behavioural_CLEAN = Common_library_clean 24 24 25 25 26 #-----[ Rules ]-------------------------------------------- 26 27 27 Behavioural_library : 28 #.NOTPARALLEL : Behavioural_library Behavioural_library_clean 29 30 Behavioural_library : $(Behavioural_DEPENDENCIES) 28 31 @\ 29 32 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ; 30 31 # @$(MAKE) Common_library32 33 33 Behavioural_library_clean : 34 Behavioural_library_clean : $(Behavioural_CLEAN) 34 35 @\ 35 36 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean; 36 37 # @$(MAKE) Common_library_clean
Note: See TracChangeset
for help on using the changeset viewer.