- Timestamp:
- Feb 5, 2008, 5:21:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Component
r71 r77 1 #-----[ 1 #-----[ Directory ]---------------------------------------- 2 2 DIR_DOC = doc 3 3 DIR_LIB = lib 4 4 DIR_TEST = SelfTest 5 5 6 #-----[ 6 #-----[ Variable ]----------------------------------------- 7 7 OBJECTS = $(OBJECTS_COMMON) 8 8 9 #-----[ 9 #-----[ Rules ]-------------------------------------------- 10 10 .PRECIOUS : $(DIR_LIB)/%.a 11 11 #.NOTPARALLEL : clean help … … 33 33 component_help : 34 34 @\ 35 $(ECHO) " -----[ 35 $(ECHO) " -----[ Component ]----------------------------------";\ 36 36 $(ECHO) "";\ 37 37 $(ECHO) " * all_component : compile all c++ file and generate library";\
Note: See TracChangeset
for help on using the changeset viewer.