blob: c5572884fd98c5cce3734aa5d1d9dfd65ee72862 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#############################################################
#
# gob2
#
#############################################################
GOB2_VERSION = 2.0.18
GOB2_SITE = http://ftp.5z.com/pub/gob
GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config host-flex
HOST_GOB2_DEPENDENCIES = host-libglib2
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))
# gob2 for the host
GOB2_HOST_BINARY:=$(HOST_DIR)/usr/bin/gob2
|