FreeCalypso > hg > freecalypso-sw
comparison target-utils/libcommon/Makefile @ 13:f4fc449a64ea
target-utils libcommon infrastructure for interactive commands
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 03 May 2013 06:42:03 +0000 |
parents | 165040ce4929 |
children | 4c78fc688127 |
comparison
equal
deleted
inserted
replaced
12:165040ce4929 | 13:f4fc449a64ea |
---|---|
2 CFLAGS= -Os -fno-builtin | 2 CFLAGS= -Os -fno-builtin |
3 CPPFLAGS=-I../include | 3 CPPFLAGS=-I../include |
4 AR= arm-elf-ar | 4 AR= arm-elf-ar |
5 RANLIB= arm-elf-ranlib | 5 RANLIB= arm-elf-ranlib |
6 | 6 |
7 OBJS= cmdentry.o serio.o uartsel.o | 7 OBJS= cmdentry.o dispatch.o hexarg.o parseargs.o serio.o uartsel.o \ |
8 cmd_r8.o cmd_r16.o cmd_r32.o | |
8 | 9 |
9 all: libcommon.a | 10 all: libcommon.a |
10 | 11 |
11 libcommon.a: ${OBJS} | 12 libcommon.a: ${OBJS} |
12 ${AR} cru $@ ${OBJS} | 13 ${AR} cru $@ ${OBJS} |