]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - build/gumstix/qt/Makefile.omk
Merge remote branch 'origin/master' into shapedet
[eurobot/public.git] / build / gumstix / qt / Makefile.omk
1 # -*- makefile -*-
2
3 library-pass_HOOKS = install-qt
4
5 config.status: $(SOURCES_DIR)/qt-src/configure
6         cp -a $(SOURCES_DIR)/linux-arm-gumstix-g++ $(SOURCES_DIR)/qt-src/mkspecs/qws
7         $< -embedded arm --prefix=$(OUTPUT_DIR)/_compiled/qt -xplatform qws/linux-arm-gumstix-g++ -opensource -confirm-license -little-endian -qt-gfx-linuxfb
8
9 lib/libQtCore.so: config.status
10         $(MAKE)
11
12 $(OUTPUT_DIR)/_compiled/qt/libQtCore.so: lib/libQtCore.so
13         echo $@: $^
14         $(MAKE) install
15         touch $@
16
17 .PHONY: install-qt
18 install-qt: $(OUTPUT_DIR)/_compiled/qt/libQtCore.so