最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

海思3520v300NDI协议移植

IT圈 admin 21浏览 0评论

2024年4月27日发(作者:杞若南)

# This program is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY, to the extent permitted by law; without

# even the implied warranty of MERCHANTABILITY or FITNESS FOR A

# PARTICULAR PURPOSE.

# This file is part of avahi.

#

# avahi is free software; you can redistribute it and/or modify it

# under the terms of the GNU Lesser General Public License as

# published by the Free Software Foundation; either version 2 of the

# License, or (at your option) any later version.

#

# avahi is distributed in the hope that it will be useful, but WITHOUT

# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public

# License for more details.

#

# You should have received a copy of the GNU Lesser General Public

# License along with avahi; if not, write to the Free Software

# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307

# USA.

am__is_gnu_make = {

if test -z '$(MAKELEVEL)'; then

false;

elif test -n '$(MAKE_HOST)'; then

true;

elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then

true;

else

false;

fi;

}

am__make_running_with_option =

case $${target_option-} in

) ;;

*) echo "am__make_running_with_option: internal error: invalid"

"target option '$${target_option-}' specified" >&2;

exit 1;;

esac;

has_opt=no;

sane_makeflags=$$MAKEFLAGS;

if $(am__is_gnu_make); then

sane_makeflags=$$MFLAGS;

else

case $$MAKEFLAGS in

*[ ]*)

bs=;

sane_makeflags=`printf '%sn' "$$MAKEFLAGS"

| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;;

esac;

fi;

skip_next=no;

strip_trailopt ()

{

flg=`printf '%sn' "$$flg" | sed "s/$$1.*$$//"`;

};

for flg in $$sane_makeflags; do

test $$skip_next = yes && { skip_next=no; continue; };

case $$flg in

*=*|--*) continue;;

-*I) strip_trailopt 'I'; skip_next=yes;;

-*I?*) strip_trailopt 'I';;

-*O) strip_trailopt 'O'; skip_next=yes;;

-*O?*) strip_trailopt 'O';;

-*l) strip_trailopt 'l'; skip_next=yes;;

-*l?*) strip_trailopt 'l';;

-[dEDm]) skip_next=yes;;

-[JT]) skip_next=yes;;

esac;

case $$flg in

*$$target_option*) has_opt=yes; break;;

esac;

done;

test $$has_opt = yes

am__make_dryrun = (target_option=n; $(am__make_running_with_option))

am__make_keepgoing = (target_option=k; $(am__make_running_with_option))

pkgdatadir = $(datadir)/avahi

pkgincludedir = $(includedir)/avahi

pkglibdir = $(libdir)/avahi

pkglibexecdir = $(libexecdir)/avahi

am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd

install_sh_DATA = $(install_sh) -c -m 644

install_sh_PROGRAM = $(install_sh) -c

install_sh_SCRIPT = $(install_sh) -c

INSTALL_HEADER = $(INSTALL_DATA)

transform = $(program_transform_name)

NORMAL_INSTALL = :

PRE_INSTALL = :

POST_INSTALL = :

NORMAL_UNINSTALL = :

PRE_UNINSTALL = :

POST_UNINSTALL = :

build_triplet = x86_64-pc-linux-uclibc

host_triplet = arm-hisiv300-linux-gnu

am__append_1 =

-DAVAHI_DAEMON_RUNTIME_DIR="$(avahi_runtime_dir)/avahi-daemon/"

-DAVAHI_SOCKET="$(avahi_socket)"

-DAVAHI_SERVICE_DIR="$(servicedir)"

-DAVAHI_CONFIG_FILE="$(pkgsysconfdir)/"

-DAVAHI_HOSTS_FILE="$(pkgsysconfdir)/hosts"

-DAVAHI_DBUS_INTROSPECTION_DIR="$(introspectiondir)"

-DAVAHI_CONFIG_DIR="$(pkgsysconfdir)"

sbin_PROGRAMS =

avahi-daemon$(EXEEXT)

#noinst_PROGRAMS = ini-file-parser-test$(EXEEXT)

am__append_2 =

chroot.c chroot.h

caps.c caps.h

am__append_3 = /home/softwaves/libcap-2.25/_hisiv300_install/lib64/libcap.a

am__append_4 = -ldl

am__append_5 =

dbus-protocol.c dbus-protocol.h

dbus-util.c dbus-util.h

dbus-internal.h

dbus-async-address-resolver.c

dbus-async-host-name-resolver.c

2024年4月27日发(作者:杞若南)

# This program is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY, to the extent permitted by law; without

# even the implied warranty of MERCHANTABILITY or FITNESS FOR A

# PARTICULAR PURPOSE.

# This file is part of avahi.

#

# avahi is free software; you can redistribute it and/or modify it

# under the terms of the GNU Lesser General Public License as

# published by the Free Software Foundation; either version 2 of the

# License, or (at your option) any later version.

#

# avahi is distributed in the hope that it will be useful, but WITHOUT

# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public

# License for more details.

#

# You should have received a copy of the GNU Lesser General Public

# License along with avahi; if not, write to the Free Software

# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307

# USA.

am__is_gnu_make = {

if test -z '$(MAKELEVEL)'; then

false;

elif test -n '$(MAKE_HOST)'; then

true;

elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then

true;

else

false;

fi;

}

am__make_running_with_option =

case $${target_option-} in

) ;;

*) echo "am__make_running_with_option: internal error: invalid"

"target option '$${target_option-}' specified" >&2;

exit 1;;

esac;

has_opt=no;

sane_makeflags=$$MAKEFLAGS;

if $(am__is_gnu_make); then

sane_makeflags=$$MFLAGS;

else

case $$MAKEFLAGS in

*[ ]*)

bs=;

sane_makeflags=`printf '%sn' "$$MAKEFLAGS"

| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;;

esac;

fi;

skip_next=no;

strip_trailopt ()

{

flg=`printf '%sn' "$$flg" | sed "s/$$1.*$$//"`;

};

for flg in $$sane_makeflags; do

test $$skip_next = yes && { skip_next=no; continue; };

case $$flg in

*=*|--*) continue;;

-*I) strip_trailopt 'I'; skip_next=yes;;

-*I?*) strip_trailopt 'I';;

-*O) strip_trailopt 'O'; skip_next=yes;;

-*O?*) strip_trailopt 'O';;

-*l) strip_trailopt 'l'; skip_next=yes;;

-*l?*) strip_trailopt 'l';;

-[dEDm]) skip_next=yes;;

-[JT]) skip_next=yes;;

esac;

case $$flg in

*$$target_option*) has_opt=yes; break;;

esac;

done;

test $$has_opt = yes

am__make_dryrun = (target_option=n; $(am__make_running_with_option))

am__make_keepgoing = (target_option=k; $(am__make_running_with_option))

pkgdatadir = $(datadir)/avahi

pkgincludedir = $(includedir)/avahi

pkglibdir = $(libdir)/avahi

pkglibexecdir = $(libexecdir)/avahi

am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd

install_sh_DATA = $(install_sh) -c -m 644

install_sh_PROGRAM = $(install_sh) -c

install_sh_SCRIPT = $(install_sh) -c

INSTALL_HEADER = $(INSTALL_DATA)

transform = $(program_transform_name)

NORMAL_INSTALL = :

PRE_INSTALL = :

POST_INSTALL = :

NORMAL_UNINSTALL = :

PRE_UNINSTALL = :

POST_UNINSTALL = :

build_triplet = x86_64-pc-linux-uclibc

host_triplet = arm-hisiv300-linux-gnu

am__append_1 =

-DAVAHI_DAEMON_RUNTIME_DIR="$(avahi_runtime_dir)/avahi-daemon/"

-DAVAHI_SOCKET="$(avahi_socket)"

-DAVAHI_SERVICE_DIR="$(servicedir)"

-DAVAHI_CONFIG_FILE="$(pkgsysconfdir)/"

-DAVAHI_HOSTS_FILE="$(pkgsysconfdir)/hosts"

-DAVAHI_DBUS_INTROSPECTION_DIR="$(introspectiondir)"

-DAVAHI_CONFIG_DIR="$(pkgsysconfdir)"

sbin_PROGRAMS =

avahi-daemon$(EXEEXT)

#noinst_PROGRAMS = ini-file-parser-test$(EXEEXT)

am__append_2 =

chroot.c chroot.h

caps.c caps.h

am__append_3 = /home/softwaves/libcap-2.25/_hisiv300_install/lib64/libcap.a

am__append_4 = -ldl

am__append_5 =

dbus-protocol.c dbus-protocol.h

dbus-util.c dbus-util.h

dbus-internal.h

dbus-async-address-resolver.c

dbus-async-host-name-resolver.c

发布评论

评论列表 (0)

  1. 暂无评论