Commit ae3fe3b96f3839f93eff8a297f9f72b8b7358699
authorMichel Pollet <buserror@gmail.com>
Mon, 27 Feb 2012 14:00:29 +0000 (14:00 +0000)
committerMichel Pollet <buserror@gmail.com>
Mon, 27 Feb 2012 14:00:29 +0000 (14:00 +0000)
If .so is present, link against that, not the static lib

Signed-off-by: Michel Pollet <buserror@gmail.com>
5 files changed:
examples/board_hd77480/Makefile
examples/board_i2ctest/Makefile
examples/board_ledramp/Makefile
examples/board_simduino/Makefile
examples/board_timer_64led/Makefile

index 0824356f79c222a68ce1c8e2e80ffa3a19c32940..ed1a8839ff6be645fb93188f98ad643457bda679 100644 (file)
@@ -50,7 +50,6 @@ ${board} : ${OBJ}/ac_input.o
 ${board} : ${OBJ}/hd44780.o
 ${board} : ${OBJ}/hd44780_glut.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index 01743700521b12e9e1d09393624e14ef48ac7624..431de894abc883338ac8561b776a9bbea1b34a29 100644 (file)
@@ -43,7 +43,6 @@ board = ${OBJ}/${target}.elf
 
 ${board} : ${OBJ}/${target}.o
 ${board} : ${OBJ}/i2c_eeprom.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index cc6ac6855e0246ae1bb81e63a4b7c85de5f6a1e8..09161f0eb0edc88938f2055eb07b9b3853ae5e18 100644 (file)
@@ -46,7 +46,6 @@ board = ${OBJ}/${target}.elf
 
 ${board} : ${OBJ}/button.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index b620ba29446323cf48ca6d34ceac1f6dbf20ba81..09495fa651db473d3f872ff72cdd916d919b98da 100644 (file)
@@ -47,7 +47,6 @@ board = ${OBJ}/${target}.elf
 ${board} : ${OBJ}/button.o
 ${board} : ${OBJ}/uart_udp.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index 0dd927295c7a18b6135edceef8c501d79f0a49f7..35fe2163a1f3133229cbc524190e9da82903fc40 100644 (file)
@@ -47,7 +47,6 @@ board = ${OBJ}/${target}.elf
 ${board} : ${OBJ}/button.o
 ${board} : ${OBJ}/hc595.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done