| Last change
                  on this file since 138 was
                  138,
                  checked in by rosiere, 15 years ago | 
        
          | 
1) add counters_t type for interface2) fix in check load in load_store_unit
 3) add parameters (but not yet implemented)
 4) change environment and add script (distcc_env.sh ...)
 5) add warning if an unser change rename flag with l.mtspr instruction
 6) ...
 
 | 
        
          | 
              
                  Property svn:keywords set to
                  Id | 
        | File size:
            855 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | # | 
|---|
| 2 | # $Id: Makefile 138 2010-05-12 17:34:01Z rosiere $ | 
|---|
| 3 | # | 
|---|
| 4 | # [ Description ] | 
|---|
| 5 | # | 
|---|
| 6 | # Makefile | 
|---|
| 7 | # | 
|---|
| 8 |  | 
|---|
| 9 | include                         Makefile.defs | 
|---|
| 10 |  | 
|---|
| 11 | # common definition | 
|---|
| 12 | DIR_SOFT                        = .. | 
|---|
| 13 |  | 
|---|
| 14 | DIR_SRC                         = ./src | 
|---|
| 15 | DIR_C                           = $(DIR_SRC)/c | 
|---|
| 16 | DIR_ASM                         = $(DIR_SRC)/asm | 
|---|
| 17 | DIR_SYS                         = $(DIR_SRC)/sys | 
|---|
| 18 | DIR_INC                         = $(DIR_SRC)/include | 
|---|
| 19 | DIR_LDSCRIPT                    = $($(OS)_DIR_LDSCRIPT) | 
|---|
| 20 |  | 
|---|
| 21 | INCDIR                          = $($(OS)_INCDIR) -I$(DIR_INC) | 
|---|
| 22 | LIBDIR                          = $($(OS)_LIBDIR) | 
|---|
| 23 | LIBNAME                         = $($(OS)_LIBNAME) | 
|---|
| 24 |  | 
|---|
| 25 | FLAGS                           = -DDHRYSTONE_NB_RUNS=$(DHRYSTONE_NB_RUNS) | 
|---|
| 26 |  | 
|---|
| 27 | #-----[ Files ]------------------------------------------------------------------- | 
|---|
| 28 | OBJECTS                         =       $($(OS)_OBJECTS) \ | 
|---|
| 29 | $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s))    \ | 
|---|
| 30 | $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s))    \ | 
|---|
| 31 | $(patsubst $(DIR_C)/%.c,$(DIR_OBJ)/%.o,$(wildcard $(DIR_C)/*.c)) | 
|---|
| 32 |  | 
|---|
| 33 | include                         $(DIR_SOFT)/Makefile.Software | 
|---|
| 34 |  | 
|---|
| 35 | # no workload | 
|---|
| 36 | workload                        : all | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.