CC lib/mmm.o gen mmm.pc AR libmmm.a gen symbols CCLD examples/raw-client CCLD examples/fragment-400x300 CCLD examples/nano-test2 CCLD examples/test CCLD examples/fragment-full gcc -Ilib -lpthread bin/host.c libmmm.a bin/linux*.c -o mmm.linux pkg-config sdl && gcc -Ilib `pkg-config sdl --libs --cflags` bin/host.c bin/sdl*.c libmmm.a -o mmm.sdl || true CCLD examples/raw-client-tool gcc -Ilib -lpthread bin/host.c libmmm.a bin/kobo*.c bin/linux-*.c -o mmm.kobo LD libmmm.so install -d /tmp/tmp.emkpaa/usr/lib install libmmm.so /tmp/tmp.emkpaa/usr/lib install libmmm.a /tmp/tmp.emkpaa/usr/lib install -d /tmp/tmp.emkpaa/usr/lib/pkgconfig install -d /tmp/tmp.emkpaa/usr/lib/pkgconfig install mmm.pc /tmp/tmp.emkpaa/usr/lib/pkgconfig install -d /tmp/tmp.emkpaa/usr/lib/pkgconfig install mmm.pc /tmp/tmp.emkpaa/usr/lib/pkgconfig install -d /tmp/tmp.emkpaa/usr/include/mmm install lib/mmm.h lib/mmm-pset.h /tmp/tmp.emkpaa/usr/include/mmm pkg-config sdl && gcc -Ilib `pkg-config sdl --libs --cflags` bin/host.c bin/sdl*.c libmmm.a -o mmm.sdl || true install -d /tmp/tmp.emkpaa/usr/bin install mmm /tmp/tmp.emkpaa/usr/bin install mmm.linux /tmp/tmp.emkpaa/usr/bin install mmm.kobo /tmp/tmp.emkpaa/usr/bin #install mmm.static /tmp/tmp.emkpaa/usr/bin [ -f mmm.sdl ] && install mmm.sdl /tmp/tmp.emkpaa/usr/bin || true