source:
trunk/Softwares/Min.or32/Makefile
@
  81
        
        | Last change on this file since 81 was 81, checked in by , 18 years ago | |
|---|---|
| 
 | |
| File size: 738 bytes | |
| Line | |
|---|---|
| 1 | # common definition | 
| 2 | DIRECTORY_SRC = ./src | 
| 3 | DIRECTORY_C = $(DIRECTORY_SRC)/c | 
| 4 | DIRECTORY_ASM = $(DIRECTORY_SRC)/asm | 
| 5 | DIRECTORY_SYS = $(DIRECTORY_SRC)/sys | 
| 6 | DIRECTORY_INCLUDE = $(DIRECTORY_C)/include | 
| 7 | DIRECTORY_LDSCRIPT = $(DIRECTORY_SRC)/ldscript/ | 
| 8 | |
| 9 | INCLUDE = -I$(DIRECTORY_INCLUDE) | 
| 10 | LIBRARY = | 
| 11 | |
| 12 | #-----[ Files ]------------------------------------------------------------------- | 
| 13 | OBJECTS_ASM = $(patsubst $(DIRECTORY_ASM)/%.s,$(DIRECTORY_OBJ)/%.o,$(wildcard $(DIRECTORY_ASM)/*.s)) | 
| 14 | OBJECTS_SYS = $(patsubst $(DIRECTORY_SYS)/%.s,$(DIRECTORY_OBJ)/%.o,$(wildcard $(DIRECTORY_SYS)/*.s)) | 
| 15 | OBJECTS_C = $(patsubst $(DIRECTORY_C)/%.c,$(DIRECTORY_OBJ)/%.o,$(wildcard $(DIRECTORY_C)/*.c)) | 
| 16 | |
| 17 | include ../Makefile.Software | 
| 18 | 
Note: See TracBrowser
        for help on using the repository browser.
    
