FreeCalypso > hg > freecalypso-sw
comparison rvinterf/etmsync/Makefile @ 286:146e7bf3fa4e
fc-fsio: fd debug commands implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 28 Feb 2014 06:45:10 +0000 |
parents | 7b4d4e3e610a |
children | 244f08f58e51 |
comparison
equal
deleted
inserted
replaced
285:bb28ba9e82c5 | 286:146e7bf3fa4e |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 -I../include | 2 CFLAGS= -O2 -I../include |
3 PROGS= fc-fsio | 3 PROGS= fc-fsio |
4 INSTBIN=/usr/local/bin | 4 INSTBIN=/usr/local/bin |
5 | 5 |
6 FSIO_OBJS= connect.o dispatch.o fileio.o fsbasics.o fscmdtab.o fsiomain.o \ | 6 FSIO_OBJS= connect.o dispatch.o fdcmd.o fileio.o fsbasics.o fscmdtab.o \ |
7 fsread.o interf.o launchrvif.o | 7 fsiomain.o fsread.o interf.o launchrvif.o |
8 | 8 |
9 all: ${PROGS} | 9 all: ${PROGS} |
10 | 10 |
11 fc-fsio: ${FSIO_OBJS} | 11 fc-fsio: ${FSIO_OBJS} |
12 ${CC} ${CFLAGS} -o $@ ${FSIO_OBJS} | 12 ${CC} ${CFLAGS} -o $@ ${FSIO_OBJS} |