|
|
|
|
@ -50,47 +50,47 @@ libax5043.a: ax5043/spi/ax5043spi.o
|
|
|
|
|
|
|
|
|
|
radiochat: libax5043.a
|
|
|
|
|
radiochat: chat/chat_main.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o radiochat -pthread -L./ chat/chat_main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o radiochat -pthread -L./ chat/chat_main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
radiocw: libax5043.a
|
|
|
|
|
radiocw: cw/cw_main.o
|
|
|
|
|
radiocw: afsk/ax25.o
|
|
|
|
|
radiocw: afsk/ax5043.o
|
|
|
|
|
radiocw: afsk/send_afsk.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o radiocw -L./ afsk/ax25.o afsk/ax5043.o afsk/send_afsk.o cw/cw_main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o radiocw -L./ afsk/ax25.o afsk/ax5043.o afsk/send_afsk.o cw/cw_main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
radiopiglatin: libax5043.a
|
|
|
|
|
radiopiglatin: piglatin/piglatin_main.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o radiopiglatin -pedantic -Wall -Wextra -L./ piglatin/piglatin_main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o radiopiglatin -pedantic -Wall -Wextra -L./ piglatin/piglatin_main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
testax5043tx: libax5043.a
|
|
|
|
|
testax5043tx: transmit/transmit_main.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o testax5043tx -pedantic -Wall -Wextra -L./ transmit/transmit_main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o testax5043tx -pedantic -Wall -Wextra -L./ transmit/transmit_main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
testax5043rx: libax5043.a
|
|
|
|
|
testax5043rx: receive/receive_main.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o testax5043rx -pedantic -Wall -Wextra -L./ receive/receive_main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o testax5043rx -pedantic -Wall -Wextra -L./ receive/receive_main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
testax5043init: libax5043.a
|
|
|
|
|
testax5043init: init/init_main.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o testax5043init -pedantic -Wall -Wextra -L./ init/init_main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o testax5043init -pedantic -Wall -Wextra -L./ init/init_main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
testax50432freq: libax5043.a
|
|
|
|
|
testax50432freq: transmit2freq/transmit2freq_main.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o testax50432freq -pedantic -Wall -Wextra -L./ transmit2freq/transmit2freq_main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o testax50432freq -pedantic -Wall -Wextra -L./ transmit2freq/transmit2freq_main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
testafsktx: libax5043.a
|
|
|
|
|
testafsktx: afsktx/ax25.o
|
|
|
|
|
testafsktx: afsktx/ax5043.o
|
|
|
|
|
testafsktx: afsktx/main.o
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o testafsktx -pedantic -Wall -Wextra -L./ afsktx/ax25.o afsktx/ax5043.o afsktx/main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o testafsktx -pedantic -Wall -Wextra -L./ afsktx/ax25.o afsktx/ax5043.o afsktx/main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
radioafsk: libax5043.a
|
|
|
|
|
radioafsk: afsk/ax25.o
|
|
|
|
|
radioafsk: afsk/ax5043.o
|
|
|
|
|
radioafsk: afsk/main.o
|
|
|
|
|
radioafsk: afsk/ina219.h
|
|
|
|
|
gcc -std=c99 $(DEBUG_BEHAVIOR) -o radioafsk -pedantic -Wall -Wextra -L./ afsk/ax25.o afsk/ax5043.o afsk/main.o -lwiringPi -lax5043
|
|
|
|
|
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o radioafsk -pedantic -Wall -Wextra -L./ afsk/ax25.o afsk/ax5043.o afsk/main.o -lwiringPi -lax5043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ax5043/generated/configcommon.o: ax5043/generated/configcommon.c
|
|
|
|
|
@ -98,19 +98,19 @@ ax5043/generated/configcommon.o: ax5043/generated/configrx.h
|
|
|
|
|
ax5043/generated/configcommon.o: ax5043/generated/configtx.h
|
|
|
|
|
ax5043/generated/configcommon.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
ax5043/generated/configcommon.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
cd ax5043/generated; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c configcommon.c
|
|
|
|
|
cd ax5043/generated; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c configcommon.c
|
|
|
|
|
|
|
|
|
|
ax5043/generated/configrx.o: ax5043/generated/configrx.c
|
|
|
|
|
ax5043/generated/configrx.o: ax5043/generated/configrx.h
|
|
|
|
|
ax5043/generated/configrx.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
ax5043/generated/configrx.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
cd ax5043/generated; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c configrx.c
|
|
|
|
|
cd ax5043/generated; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c configrx.c
|
|
|
|
|
|
|
|
|
|
ax5043/generated/configtx.o: ax5043/generated/configtx.c
|
|
|
|
|
ax5043/generated/configtx.o: ax5043/generated/configtx.h
|
|
|
|
|
ax5043/generated/configtx.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
ax5043/generated/configtx.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
cd ax5043/generated; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c configtx.c
|
|
|
|
|
cd ax5043/generated; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c configtx.c
|
|
|
|
|
|
|
|
|
|
ax5043/generated/config.o: ax5043/generated/config.c
|
|
|
|
|
ax5043/generated/config.o: ax5043/generated/config.h
|
|
|
|
|
@ -119,12 +119,12 @@ ax5043/generated/config.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
ax5043/generated/config.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/generated/config.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
ax5043/generated/config.o: ax5043/crc/crc.h
|
|
|
|
|
cd ax5043/generated; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c config.c
|
|
|
|
|
cd ax5043/generated; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c config.c
|
|
|
|
|
|
|
|
|
|
ax5043/spi/ax5043spi.o: ax5043/spi/ax5043spi.c
|
|
|
|
|
ax5043/spi/ax5043spi.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/spi/ax5043spi.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
cd ax5043/spi; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043spi.c
|
|
|
|
|
cd ax5043/spi; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043spi.c
|
|
|
|
|
|
|
|
|
|
ax5043/ax5043support/ax5043init.o: ax5043/ax5043support/ax5043init.c
|
|
|
|
|
ax5043/ax5043support/ax5043init.o: ax5043/ax5043support/ax5043init.h
|
|
|
|
|
@ -132,7 +132,7 @@ ax5043/ax5043support/ax5043init.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
ax5043/ax5043support/ax5043init.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
ax5043/ax5043support/ax5043init.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/ax5043support/ax5043init.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
cd ax5043/ax5043support; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043init.c
|
|
|
|
|
cd ax5043/ax5043support; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043init.c
|
|
|
|
|
|
|
|
|
|
ax5043/ax5043support/ax5043rx.o: ax5043/ax5043support/ax5043rx.c
|
|
|
|
|
ax5043/ax5043support/ax5043rx.o: ax5043/ax5043support/ax5043rx.h
|
|
|
|
|
@ -140,7 +140,7 @@ ax5043/ax5043support/ax5043rx.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
ax5043/ax5043support/ax5043rx.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
ax5043/ax5043support/ax5043rx.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/ax5043support/ax5043rx.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
cd ax5043/ax5043support; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043rx.c
|
|
|
|
|
cd ax5043/ax5043support; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043rx.c
|
|
|
|
|
|
|
|
|
|
ax5043/ax5043support/ax5043tx.o: ax5043/ax5043support/ax5043tx.c
|
|
|
|
|
ax5043/ax5043support/ax5043tx.o: ax5043/ax5043support/ax5043tx.h
|
|
|
|
|
@ -148,7 +148,7 @@ ax5043/ax5043support/ax5043tx.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
ax5043/ax5043support/ax5043tx.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
ax5043/ax5043support/ax5043tx.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/ax5043support/ax5043tx.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
cd ax5043/ax5043support; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043tx.c
|
|
|
|
|
cd ax5043/ax5043support; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c ax5043tx.c
|
|
|
|
|
|
|
|
|
|
ax5043/axradio/axradioinit.o: ax5043/axradio/axradioinit.c
|
|
|
|
|
ax5043/axradio/axradioinit.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
@ -158,7 +158,7 @@ ax5043/axradio/axradioinit.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/axradio/axradioinit.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
ax5043/axradio/axradioinit.o: ax5043/generated/config.h
|
|
|
|
|
ax5043/axradio/axradioinit.o: ax5043/crc/crc.h
|
|
|
|
|
cd ax5043/axradio; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradioinit.c
|
|
|
|
|
cd ax5043/axradio; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradioinit.c
|
|
|
|
|
|
|
|
|
|
ax5043/axradio/axradiomode.o: ax5043/axradio/axradiomode.c
|
|
|
|
|
ax5043/axradio/axradiomode.o: ax5043/axradio/axradiomode.h
|
|
|
|
|
@ -168,7 +168,7 @@ ax5043/axradio/axradiomode.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
ax5043/axradio/axradiomode.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/axradio/axradiomode.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
ax5043/axradio/axradiomode.o: ax5043/generated/config.h
|
|
|
|
|
cd ax5043/axradio; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradiomode.c
|
|
|
|
|
cd ax5043/axradio; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradiomode.c
|
|
|
|
|
|
|
|
|
|
ax5043/axradio/axradiorx.o: ax5043/axradio/axradiorx.c
|
|
|
|
|
ax5043/axradio/axradiorx.o: ax5043/axradio/axradiorx.h
|
|
|
|
|
@ -178,7 +178,7 @@ ax5043/axradio/axradiorx.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
ax5043/axradio/axradiorx.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
ax5043/axradio/axradiorx.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
ax5043/axradio/axradiorx.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
cd ax5043/axradio; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradiorx.c
|
|
|
|
|
cd ax5043/axradio; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradiorx.c
|
|
|
|
|
|
|
|
|
|
ax5043/axradio/axradiotx.o: ax5043/axradio/axradiotx.c
|
|
|
|
|
ax5043/axradio/axradiotx.o: ax5043/axradio/axradiotx.h
|
|
|
|
|
@ -192,11 +192,11 @@ ax5043/axradio/axradiotx.o: ax5043/generated/config.h
|
|
|
|
|
ax5043/axradio/axradiotx.o: ax5043/axradio/axradiomode.h
|
|
|
|
|
ax5043/axradio/axradiotx.o: ax5043/axradio/axradiomode_p.h
|
|
|
|
|
ax5043/axradio/axradiotx.o: ax5043/crc/crc.h
|
|
|
|
|
cd ax5043/axradio; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradiotx.c
|
|
|
|
|
cd ax5043/axradio; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c axradiotx.c
|
|
|
|
|
|
|
|
|
|
ax5043/crc/crc.o: ax5043/crc/crc.c
|
|
|
|
|
ax5043/crc/crc.o: ax5043/crc/crc.h
|
|
|
|
|
cd ax5043/crc; gcc -std=c99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c crc.c
|
|
|
|
|
cd ax5043/crc; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -pedantic -Wall -Wextra -c crc.c
|
|
|
|
|
|
|
|
|
|
chat/chat_main.o: chat/chat_main.c
|
|
|
|
|
chat/chat_main.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
@ -210,13 +210,13 @@ chat/chat_main.o: ax5043/axradio/axradiorx_p.h
|
|
|
|
|
chat/chat_main.o: ax5043/axradio/axradiotx.h
|
|
|
|
|
chat/chat_main.o: ax5043/axradio/axradiotx_p.h
|
|
|
|
|
chat/chat_main.o: ax5043/generated/configtx.h
|
|
|
|
|
cd chat; gcc -std=c99 $(DEBUG_BEHAVIOR) -I../ax5043 -pedantic -Wconversion -Wall -Wextra -c chat_main.c; cd ..
|
|
|
|
|
cd chat; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I../ax5043 -pedantic -Wconversion -Wall -Wextra -c chat_main.c; cd ..
|
|
|
|
|
|
|
|
|
|
afsk/ax25.o: afsk/ax25.c
|
|
|
|
|
afsk/ax25.o: afsk/ax25.h
|
|
|
|
|
afsk/ax25.o: afsk/ax5043.h
|
|
|
|
|
afsk/ax25.o: afsk/status.h
|
|
|
|
|
cd afsk; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax25.c; cd ..
|
|
|
|
|
cd afsk; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax25.c; cd ..
|
|
|
|
|
|
|
|
|
|
afsk/ax5043.o: afsk/ax5043.c
|
|
|
|
|
afsk/ax5043.o: afsk/ax25.h
|
|
|
|
|
@ -225,21 +225,21 @@ afsk/ax5043.o: afsk/status.h
|
|
|
|
|
afsk/ax5043.o: afsk/utils.h
|
|
|
|
|
afsk/ax5043.o: afsk/main.c
|
|
|
|
|
afsk/ax5043.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
cd afsk; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax5043.c; cd ..
|
|
|
|
|
cd afsk; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax5043.c; cd ..
|
|
|
|
|
|
|
|
|
|
afsk/main.o: afsk/main.c
|
|
|
|
|
afsk/main.o: afsk/status.h
|
|
|
|
|
afsk/main.o: afsk/ax5043.h
|
|
|
|
|
afsk/main.o: afsk/ax25.h
|
|
|
|
|
afsk/main.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
cd afsk; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c main.c; cd ..
|
|
|
|
|
cd afsk; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c main.c; cd ..
|
|
|
|
|
|
|
|
|
|
afsk/send_afsk.o: afsk/send_afsk.c
|
|
|
|
|
afsk/send_afsk.o: afsk/send_afsk.h
|
|
|
|
|
afsk/send_afsk.o: afsk/status.h
|
|
|
|
|
afsk/send_afsk.o: afsk/ax5043.h
|
|
|
|
|
afsk/send_afsk.o: afsk/ax25.h
|
|
|
|
|
cd afsk; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c send_afsk.c; cd ..
|
|
|
|
|
cd afsk; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c send_afsk.c; cd ..
|
|
|
|
|
|
|
|
|
|
cw/cw_main.o: cw/cw_main.c
|
|
|
|
|
cw/cw_main.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
@ -253,7 +253,7 @@ cw/cw_main.o: ax5043/axradio/axradiorx_p.h
|
|
|
|
|
cw/cw_main.o: ax5043/axradio/axradiotx.h
|
|
|
|
|
cw/cw_main.o: ax5043/axradio/axradiotx_p.h
|
|
|
|
|
cw/cw_main.o: ax5043/generated/configtx.h
|
|
|
|
|
cd cw; gcc -std=c99 $(DEBUG_BEHAVIOR) -I../ax5043 -pedantic -Wconversion -Wall -Wextra -c cw_main.c; cd ..
|
|
|
|
|
cd cw; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I../ax5043 -pedantic -Wconversion -Wall -Wextra -c cw_main.c; cd ..
|
|
|
|
|
|
|
|
|
|
piglatin/piglatin_main.o: piglatin/piglatin_main.c
|
|
|
|
|
piglatin/piglatin_main.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
@ -267,7 +267,7 @@ piglatin/piglatin_main.o: ax5043/axradio/axradiorx_p.h
|
|
|
|
|
piglatin/piglatin_main.o: ax5043/axradio/axradiotx.h
|
|
|
|
|
piglatin/piglatin_main.o: ax5043/axradio/axradiotx_p.h
|
|
|
|
|
piglatin/piglatin_main.o: ax5043/generated/configtx.h
|
|
|
|
|
cd piglatin; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c piglatin_main.c; cd ..
|
|
|
|
|
cd piglatin; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c piglatin_main.c; cd ..
|
|
|
|
|
|
|
|
|
|
receive/receive_main.o: receive/receive_main.c
|
|
|
|
|
receive/receive_main.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
@ -279,7 +279,7 @@ receive/receive_main.o: ax5043/axradio/axradiomode_p.h
|
|
|
|
|
receive/receive_main.o: ax5043/axradio/axradiorx.h
|
|
|
|
|
receive/receive_main.o: ax5043/axradio/axradiorx_p.h
|
|
|
|
|
receive/receive_main.o: ax5043/generated/configrx.h
|
|
|
|
|
cd receive; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c receive_main.c; cd ..
|
|
|
|
|
cd receive; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c receive_main.c; cd ..
|
|
|
|
|
|
|
|
|
|
transmit/transmit_main.o: transmit/transmit_main.c
|
|
|
|
|
transmit/transmit_main.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
@ -291,7 +291,7 @@ transmit/transmit_main.o: ax5043/axradio/axradiomode_p.h
|
|
|
|
|
transmit/transmit_main.o: ax5043/axradio/axradiotx.h
|
|
|
|
|
transmit/transmit_main.o: ax5043/axradio/axradiotx_p.h
|
|
|
|
|
transmit/transmit_main.o: ax5043/generated/configtx.h
|
|
|
|
|
cd transmit; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c transmit_main.c; cd ..
|
|
|
|
|
cd transmit; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c transmit_main.c; cd ..
|
|
|
|
|
|
|
|
|
|
transmit2freq/transmit2freq_main.o: transmit2freq/transmit2freq_main.c
|
|
|
|
|
transmit2freq/transmit2freq_main.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
@ -303,20 +303,20 @@ transmit2freq/transmit2freq_main.o: ax5043/axradio/axradiomode_p.h
|
|
|
|
|
transmit2freq/transmit2freq_main.o: ax5043/axradio/axradiotx.h
|
|
|
|
|
transmit2freq/transmit2freq_main.o: ax5043/axradio/axradiotx_p.h
|
|
|
|
|
transmit2freq/transmit2freq_main.o: ax5043/generated/configtx.h
|
|
|
|
|
cd transmit2freq; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c transmit2freq_main.c; cd ..
|
|
|
|
|
cd transmit2freq; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c transmit2freq_main.c; cd ..
|
|
|
|
|
|
|
|
|
|
init/init_main.o: init/init_main.c
|
|
|
|
|
init/init_main.o: ax5043/axradio/axradioinit.h
|
|
|
|
|
init/init_main.o: ax5043/axradio/axradioinit_p.h
|
|
|
|
|
init/init_main.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
init/init_main.o: ax5043/spi/ax5043spi_p.h
|
|
|
|
|
cd init; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c init_main.c; cd ..
|
|
|
|
|
cd init; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c init_main.c; cd ..
|
|
|
|
|
|
|
|
|
|
afsktx/ax25.o: afsktx/ax25.c
|
|
|
|
|
afsktx/ax25.o: afsktx/ax25.h
|
|
|
|
|
afsktx/ax25.o: afsktx/ax5043.h
|
|
|
|
|
afsktx/ax25.o: afsktx/status.h
|
|
|
|
|
cd afsktx; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax25.c; cd ..
|
|
|
|
|
cd afsktx; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax25.c; cd ..
|
|
|
|
|
|
|
|
|
|
afsktx/ax5043.o: afsktx/ax5043.c
|
|
|
|
|
afsktx/ax5043.o: afsktx/ax25.h
|
|
|
|
|
@ -324,11 +324,11 @@ afsktx/ax5043.o: afsktx/ax5043.h
|
|
|
|
|
afsktx/ax5043.o: afsktx/status.h
|
|
|
|
|
afsktx/ax5043.o: afsktx/utils.h
|
|
|
|
|
afsktx/ax5043.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
cd afsktx; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax5043.c; cd ..
|
|
|
|
|
cd afsktx; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c ax5043.c; cd ..
|
|
|
|
|
|
|
|
|
|
afsktx/main.o: afsktx/main.c
|
|
|
|
|
afsktx/main.o: afsktx/status.h
|
|
|
|
|
afsktx/main.o: afsktx/ax5043.h
|
|
|
|
|
afsktx/main.o: afsktx/ax25.h
|
|
|
|
|
afsktx/main.o: ax5043/spi/ax5043spi.h
|
|
|
|
|
cd afsktx; gcc -std=c99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c main.c; cd ..
|
|
|
|
|
cd afsktx; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c main.c; cd ..
|
|
|
|
|
|