| 
                Last change
                  on this file since 146 was
                  100,
                  checked in by rosiere, 17 years ago
           | 
        
        
          | 
               
1) Bug fix (Operation, Instruction) 
2) Modif Return Address Stack 
3) Add Soft Test 
4) Add Soc Test 
 
           | 
        
        
          
            
              - 
                  Property svn:keywords set to
                  
Id
               
             
           | 
        
        | 
            File size:
            647 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | #  | 
|---|
| 2 | # $Id: Makefile 100 2009-01-08 13:06:27Z rosiere $ | 
|---|
| 3 | #  | 
|---|
| 4 | # [ Description ] | 
|---|
| 5 | #  | 
|---|
| 6 | # Makefile | 
|---|
| 7 | #  | 
|---|
| 8 |  | 
|---|
| 9 | # common definition | 
|---|
| 10 | DIR_SRC                         = ./src | 
|---|
| 11 | DIR_C                           = $(DIR_SRC)/c | 
|---|
| 12 | DIR_ASM                         = $(DIR_SRC)/asm | 
|---|
| 13 | DIR_SYS                         = $(DIR_SRC)/sys | 
|---|
| 14 | DIR_INC                         = $(DIR_SRC)/include | 
|---|
| 15 | DIR_LDSCRIPT                    = ../Common/ldscript/ | 
|---|
| 16 |  | 
|---|
| 17 | INCDIR                          = -I$(DIR_INC) | 
|---|
| 18 | LIBDIR                          =  | 
|---|
| 19 | LIBNAME                         =  | 
|---|
| 20 |  | 
|---|
| 21 | #-----[ Files ]------------------------------------------------------------------- | 
|---|
| 22 | OBJECTS                         =       $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s))    \ | 
|---|
| 23 |                                         $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s))    \ | 
|---|
| 24 |                                         $(patsubst $(DIR_C)/%.c,$(DIR_OBJ)/%.o,$(wildcard $(DIR_C)/*.c)) | 
|---|
| 25 |  | 
|---|
| 26 | include                         ../Makefile.Software | 
|---|
| 27 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.