Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Component

    r81 r88  
    11#-----[ Directory ]----------------------------------------
    22DIR_DOC                         = doc
    3 DIR_LIB                         = lib
    43DIR_TEST                        = SelfTest
     4DIR_LIB                         = lib
    55
    66#-----[ Variable ]-----------------------------------------
     
    3030component_clean                 :
    3131                                @$(RM) $(DIR_LIB)
     32
     33#                               if $(TEST) -d $(DIR_DOC); then $(MAKE) --directory=$(DIR_DOC) --makefile=Makefile clean; fi;
     34
     35component_clean_all             : component_clean
     36
     37#                               if $(TEST) -d $(DIR_DOC); then $(MAKE) --directory=$(DIR_DOC) --makefile=Makefile clean_all; fi;
    3238                               
    3339component_help                  :
     
    5056                                @\
    5157                                $(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
     60clean_all                               :
     61                                @\
     62                                $(MAKE) common_clean_all ;\
     63                                $(MAKE) component_clean_all;
Note: See TracChangeset for help on using the changeset viewer.