FreeCalypso > hg > fc-sim-tools
comparison serial/Makefile @ 43:be27d1c85861
serial: main function implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 20 Mar 2021 21:49:59 +0000 |
parents | 6cc3eea720cb |
children |
comparison
equal
deleted
inserted
replaced
42:6cc3eea720cb | 43:be27d1c85861 |
---|---|
5 INSTALL_PREFIX= /opt/freecalypso | 5 INSTALL_PREFIX= /opt/freecalypso |
6 | 6 |
7 INSTBIN=${INSTALL_PREFIX}/bin | 7 INSTBIN=${INSTALL_PREFIX}/bin |
8 | 8 |
9 ATR_OBJS= atrmain.o baud_parse.o collect_atr.o invtable.o serport.o | 9 ATR_OBJS= atrmain.o baud_parse.o collect_atr.o invtable.o serport.o |
10 MAIN_OBJS= baud_parse.o collect_atr.o invtable.o main.o serport.o spenh.o \ | 10 MAIN_OBJS= baud_parse.o collect_atr.o exchange.o hexinput.o invtable.o \ |
11 xmit.o | 11 main.o serport.o spenh.o xmit.o |
12 | 12 |
13 all: ${PROGS} | 13 all: ${PROGS} |
14 | 14 |
15 fcsim-serial-atr: ${ATR_OBJS} | 15 fcsim-serial-atr: ${ATR_OBJS} |
16 ${CC} ${CFLAGS} -o $@ ${ATR_OBJS} | 16 ${CC} ${CFLAGS} -o $@ ${ATR_OBJS} |