Changeset 100 for trunk/Softwares/Makefile.Software
- Timestamp:
- Jan 8, 2009, 2:06:27 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
Makefile.flags
Makefile.tools
Makefile.tools_path
-
Property
svn:ignore
set to
-
trunk/Softwares/Makefile.Software
r88 r100 18 18 19 19 EXE = soft 20 21 DIR_COMMON = $(MORPHEO_TOPLEVEL)/Softwares/Common 22 DIR_COMMON_C = $(DIR_GLOBAL)/src/c 23 DIR_COMMON_ASM = $(DIR_GLOBAL)/src/asm 24 DIR_COMMON_SYS = $(DIR_GLOBAL)/src/sys 25 DIR_COMMON_INC = $(DIR_GLOBAL)/include 26 27 OBJECTS_COMMON = $(patsubst $(DIR_COMMON_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_COMMON_ASM)/*.s)) \ 28 $(patsubst $(DIR_COMMON_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_COMMON_SYS)/*.s)) \ 29 $(patsubst $(DIR_COMMON_C)/%.c,$(DIR_OBJ)/%.o,$(wildcard $(DIR_COMMON_C)/*.c)) 30 20 31 21 32 #-----[ To the compilation ]------------------------------------------------------ … … 43 54 44 55 # Tools's option 45 OR32_CC_OPT = $(INC LUDE) $(OPTIMIZE) -Wlong-long56 OR32_CC_OPT = $(INCDIR) $(OPTIMIZE) -Wlong-long 46 57 # -DHAVE_LIBC 47 58 OR32_AS_OPT = 48 OR32_LD_OPT = -T$(DIR_LDSCRIPT)/or32.ld $(LIB RARY)59 OR32_LD_OPT = -T$(DIR_LDSCRIPT)/or32.ld $(LIBDIR) $(LIBNAME) 49 60 OR32_OBJDUMP_OPT = -D 50 61 OR32_NM_OPT = -n
Note: See TracChangeset
for help on using the changeset viewer.