FreeCalypso > hg > freecalypso-sw
comparison loadtools/Makefile @ 48:38664e0b7c32
fc-sertool renamed to fc-iram
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 23 Jun 2013 01:13:03 +0000 |
| parents | eb97cfe5e31a |
| children | b015036286f3 |
comparison
equal
deleted
inserted
replaced
| 47:53b8d61c16a0 | 48:38664e0b7c32 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROGS= fc-loadtool fc-sertool fc-xram | 3 PROGS= fc-iram fc-loadtool fc-xram |
| 4 LASRC= ../target-utils/loadagent | 4 LASRC= ../target-utils/loadagent |
| 5 SCRIPTS=scripts/pirelli.config scripts/pirelli.init | 5 SCRIPTS=scripts/pirelli.config scripts/pirelli.init |
| 6 INSTBIN=/usr/local/bin | 6 INSTBIN=/usr/local/bin |
| 7 INSTSCR=/usr/local/share/freecalypso | 7 INSTSCR=/usr/local/share/freecalypso |
| 8 | 8 |
| 9 SERTOOL_OBJS= defpath.o hexdecode.o hwparam.o romload.o sercomm.o sertool.o \ | 9 IRAM_OBJS= defpath.o hexdecode.o hwparam.o romload.o sercomm.o sertool.o \ |
| 10 srecreader.o ttypassthru.o | 10 srecreader.o ttypassthru.o |
| 11 | 11 |
| 12 LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o ltdispatch.o \ | 12 LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o ltdispatch.o \ |
| 13 ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o romload.o \ | 13 ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o romload.o \ |
| 14 sercomm.o srecreader.o tpinterf.o tpinterf2.o | 14 sercomm.o srecreader.o tpinterf.o tpinterf2.o |
| 17 initscript.o romload.o sercomm.o srecreader.o tpinterf.o \ | 17 initscript.o romload.o sercomm.o srecreader.o tpinterf.o \ |
| 18 ttypassthru.o | 18 ttypassthru.o |
| 19 | 19 |
| 20 all: ${PROGS} | 20 all: ${PROGS} |
| 21 | 21 |
| 22 fc-sertool: ${SERTOOL_OBJS} | 22 fc-iram: ${IRAM_OBJS} |
| 23 ${CC} -o $@ ${SERTOOL_OBJS} | 23 ${CC} -o $@ ${IRAM_OBJS} |
| 24 | 24 |
| 25 fc-loadtool: ${LOADTOOL_OBJS} | 25 fc-loadtool: ${LOADTOOL_OBJS} |
| 26 ${CC} -o $@ ${LOADTOOL_OBJS} | 26 ${CC} -o $@ ${LOADTOOL_OBJS} |
| 27 | 27 |
| 28 fc-xram: ${XRAM_OBJS} | 28 fc-xram: ${XRAM_OBJS} |
