FreeCalypso > hg > freecalypso-sw
comparison target-utils/libmpffs/Makefile @ 196:3daa8ebbe74d
pirexplore: a bit of refactoring
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 14 Dec 2013 07:55:22 +0000 |
| parents | ac310ee73788 |
| children |
comparison
equal
deleted
inserted
replaced
| 195:549e6cd1e77d | 196:3daa8ebbe74d |
|---|---|
| 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= basicfind.o findfile.o globals.o init.o rdinmem.o | 7 OBJS= basicfind.o cmd_find.o findfile.o globals.o init.o rdinmem.o |
| 8 | 8 |
| 9 all: libmpffs.a | 9 all: libmpffs.a |
| 10 | 10 |
| 11 libmpffs.a: ${OBJS} | 11 libmpffs.a: ${OBJS} |
| 12 ${AR} cru $@ ${OBJS} | 12 ${AR} cru $@ ${OBJS} |
