nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | all: nexmon.so |
2 | |||
3 | nexmon.so: nexmon.o |
||
4 | g++-mp-5 -dynamiclib -undefined dynamic_lookup -o $@ $< |
||
5 | |||
6 | nexmon.o: ../gcc-nexmon-plugin/nexmon.c |
||
7 | g++-mp-5 -std=c++11 -Wall -fno-rtti -Wno-literal-suffix -fPIC -I../gcc-arm-none-eabi-5_4-2016q2-osx/lib/gcc/arm-none-eabi/5.4.1/plugin/include -I/opt/local/include -c -o $@ $< |
||
8 | |||
9 | clean: |
||
10 | rm -f *.o *.so |