- Timestamp:
- Dec 10, 2008, 7:31:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Component
r81 r88 1 1 #-----[ Directory ]---------------------------------------- 2 2 DIR_DOC = doc 3 DIR_LIB = lib4 3 DIR_TEST = SelfTest 4 DIR_LIB = lib 5 5 6 6 #-----[ Variable ]----------------------------------------- … … 30 30 component_clean : 31 31 @$(RM) $(DIR_LIB) 32 33 # if $(TEST) -d $(DIR_DOC); then $(MAKE) --directory=$(DIR_DOC) --makefile=Makefile clean; fi; 34 35 component_clean_all : component_clean 36 37 # if $(TEST) -d $(DIR_DOC); then $(MAKE) --directory=$(DIR_DOC) --makefile=Makefile clean_all; fi; 32 38 33 39 component_help : … … 50 56 @\ 51 57 $(MAKE) common_clean ;\ 52 $(MAKE) component_clean;\ 53 if $(TEST) -d $(DIR_DOC); then $(MAKE) --directory=$(DIR_DOC) --makefile=Makefile clean; fi; 58 $(MAKE) component_clean; 59 60 clean_all : 61 @\ 62 $(MAKE) common_clean_all ;\ 63 $(MAKE) component_clean_all;
Note: See TracChangeset
for help on using the changeset viewer.