| Last change
                  on this file since 140 was
                  137,
                  checked in by rosiere, 16 years ago | 
        
          | 
Various modif (add test, and vhdl)
 | 
        
          | 
              
                  Property svn:keywords set to
                  Id | 
        | File size:
            744 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [100] | 1 | # | 
|---|
|  | 2 | # $Id: Makefile 137 2010-02-16 12:35:48Z rosiere $ | 
|---|
|  | 3 | # | 
|---|
|  | 4 | # [ Description ] | 
|---|
|  | 5 | # | 
|---|
|  | 6 | # Makefile | 
|---|
|  | 7 | # | 
|---|
|  | 8 |  | 
|---|
| [2] | 9 | # common definition | 
|---|
| [100] | 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/ | 
|---|
| [2] | 16 |  | 
|---|
| [137] | 17 | INCDIR                          = -I$(DIR_INC) -I$(DIR_COMMON_INC) $($(OS)_INCDIR) | 
|---|
|  | 18 | LIBDIR                          = $($(OS)_LIBDIR) | 
|---|
|  | 19 | LIBNAME                         = $($(OS)_LIBNAME) | 
|---|
| [2] | 20 |  | 
|---|
|  | 21 | #-----[ Files ]------------------------------------------------------------------- | 
|---|
| [100] | 22 | OBJECTS                         =       $(OBJECTS_COMMON)                                                       \ | 
|---|
|  | 23 | $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s))    \ | 
|---|
|  | 24 | $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s))    \ | 
|---|
|  | 25 | $(patsubst $(DIR_C)/%.c,$(DIR_OBJ)/%.o,$(wildcard $(DIR_C)/*.c)) | 
|---|
| [2] | 26 |  | 
|---|
| [100] | 27 | include                         ../Makefile.Software | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.