Changeset 137 for trunk/Softwares/Test/Test_x001/Makefile
- Timestamp:
- Feb 16, 2010, 1:35:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Test/Test_x001/Makefile
r117 r137 16 16 DIR_SYS = $(DIR_SRC)/sys 17 17 DIR_INC = $(DIR_SRC)/include 18 DIR_LDSCRIPT = $( NEWLIB)/lib/18 DIR_LDSCRIPT = $($(OS)_DIR_LDSCRIPT) 19 19 20 INCDIR = $( NEWLIB_INCDIR) -I$(DIR_INC)21 LIBDIR = $( NEWLIB_LIBDIR)22 LIBNAME = $( NEWLIB_LIBNAME)20 INCDIR = $($(OS)_INCDIR) -I$(DIR_INC) 21 LIBDIR = $($(OS)_LIBDIR) 22 LIBNAME = $($(OS)_LIBNAME) 23 23 24 24 #-----[ Files ]------------------------------------------------------------------- 25 OBJECTS = $( NEWLIB)/lib/*.o\25 OBJECTS = $($(OS)_OBJECTS) \ 26 26 $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s)) \ 27 27 $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s)) \
Note: See TracChangeset
for help on using the changeset viewer.