- Timestamp:
- May 21, 2007, 12:01:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Component
r2 r23 1 #-----[ Variable ]----------------------------------------- 1 #-----[ Directory ]---------------------------------------- 2 DIR_DOC = doc 2 3 DIR_LIB = lib 3 4 DIR_TEST = SelfTest 4 5 6 #-----[ Variable ]----------------------------------------- 5 7 OBJECTS = $(OBJECTS_COMMON) 6 8 7 #-----[ Directory ]----------------------------------------9 #-----[ Rules ]-------------------------------------------- 8 10 .PRECIOUS : $(DIR_LIB)/%.a 9 11 .NOPARALLEL : clean help … … 21 23 @$(MKDIR) $@ 22 24 25 document : 26 @$(MAKE) --directory=$(DIR_DOC) --makefile=Makefile 27 23 28 component_clean : 24 29 @$(RM) $(DIR_LIB) … … 28 33 @$(ECHO) "" 29 34 @$(ECHO) " * all_component : compile all c++ file and generate library" 35 @$(ECHO) " * document : Generate documantation" 30 36 @$(ECHO) " * clean : Erase all generate files" 31 37 @$(ECHO) " * help : print this text" … … 39 45 @$(MAKE) common_clean 40 46 @$(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.