OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / lib / libqmi / makefile
1
2 # METHOD   = git
3 # VERSION  = 1.4.0
4 # URL      = git://anongit.freedesktop.org/libqmi                              
5
6 URL       = http://cgit.freedesktop.org/libqmi/snapshot/libqmi-1.6.0.tar.gz
7
8 CONFIGURE = autogen.sh
9 CONFOPTS = --without-docs --without-tests
10 CONFOPTS += --enable-more-warnings=no
11 ifdef CONFIG_LIB_GLIB_STATIC
12 CONFOPTS += --enable-static --disable-shared
13 CONFVARS = LIBS="-lgmodule-2.0 -lglib-2.0 -lffi -lz -lpthread -ldl"
14 endif
15 MAKEVARS = 
16 ROMFS    = libqmi_romfs
17
18 include $(ROOTDIR)/tools/automake.inc
19
20 libqmi_romfs:
21 ifndef CONFIG_LIB_LIBQMI_QMICLI
22         $(ROMFSINST) -R /bin/qmicli
23 endif
24 ifndef CONFIG_LIB_LIBQMI_QMI_NETWORK
25         $(ROMFSINST) -R /bin/qmi-network
26 endif
27