Ignore:
File:
1 edited

Legend:

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

    r2 r23  
    1 #-----[ Variable ]-----------------------------------------
     1#-----[ Directory ]----------------------------------------
     2DIR_DOC                         = doc
    23DIR_LIB                         = lib
    34DIR_TEST                        = SelfTest
    45
     6#-----[ Variable ]-----------------------------------------
    57OBJECTS                         = $(OBJECTS_COMMON)
    68
    7 #-----[ Directory ]----------------------------------------
     9#-----[ Rules ]--------------------------------------------
    810.PRECIOUS                       : $(DIR_LIB)/%.a
    911.NOPARALLEL                     : clean help
     
    2123                                @$(MKDIR) $@
    2224
     25document                        :
     26                                @$(MAKE) --directory=$(DIR_DOC) --makefile=Makefile
     27
    2328component_clean                 :
    2429                                @$(RM) $(DIR_LIB)
     
    2833                                @$(ECHO) ""
    2934                                @$(ECHO) " * all_component        : compile all c++ file and generate library"
     35                                @$(ECHO) " * document             : Generate documantation"
    3036                                @$(ECHO) " * clean                : Erase all generate files"
    3137                                @$(ECHO) " * help                 : print this text"
     
    3945                                @$(MAKE) common_clean
    4046                                @$(MAKE) component_clean
    41 
     47                                @if $(TEST) -d $(DIR_DOC); then $(MAKE) --directory=$(DIR_DOC) --makefile=Makefile clean; fi
Note: See TracChangeset for help on using the changeset viewer.