FreeCalypso > hg > freecalypso-sw
comparison rvinterf/etmsync/Makefile @ 289:244f08f58e51
fc-fsio: error decoding implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 28 Feb 2014 23:12:52 +0000 |
parents | 146e7bf3fa4e |
children | 76228aecf0d9 |
comparison
equal
deleted
inserted
replaced
288:e33d71e9033f | 289:244f08f58e51 |
---|---|
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 fdcmd.o fileio.o fsbasics.o fscmdtab.o \ | 6 FSIO_OBJS= connect.o dispatch.o fdcmd.o fileio.o fsbasics.o fscmdtab.o \ |
7 fsiomain.o fsread.o interf.o launchrvif.o | 7 fserr.o 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} |