代码搜索:libtool
找到约 2,129 项符合「libtool」的源代码
代码结果 2,129
www.eeworm.com/read/212668/15151480
in configure.in
AC_INIT(fuse, 2.6.3)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(include/config.h)
AC_PROG_LIBTOOL
AC_PROG_CC
AM_PROG_CC_C_O
# compatibility for automake < 1.8
if test -z "$mkdir_p"; then
www.eeworm.com/read/14953/426619
in test-astar.sh.in
#!/bin/sh
echo "ASTAR TEST"
tmpout="test-astar.out"
sh @abs_top_builddir@/libtool --mode=execute @abs_top_builddir@/src/programs/astar \
-mdef @abs_top_srcdir@/model/hmm/hub4_cd_continuous_8gau_1s_c
www.eeworm.com/read/244405/4511286
in makefile.in
# Gnu makefile and libtool are required
# use -D options to overrides defaults
APACHE2_HOME=@APACHE2_HOME@
OS=@OS@
JAVA_HOME=@JAVA_HOME@
APACHE2_INCL=@APACHE2_INCL@
APACHE2_LIBEXEC=@APACHE2_LIBEXEC@
www.eeworm.com/read/201813/5057096
shared makefile.shared
CC=libtool --mode=compile gcc
CFLAGS += -I../src/headers -I./ -O3 -fomit-frame-pointer -funroll-loops -Wall -W
OBJECTS = base64_test.o cipher_hash_test.o der_tests.o dh_tests.o
www.eeworm.com/read/305065/3780640
in config~2.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(bk2site.C)
AM_INIT_AUTOMAKE(bk2site, 1.1.6)
AC_PROG_MAKE_SET
dnl support libtool configure flags
AM_CONFIG_HEADER(config.h)
www.eeworm.com/read/205040/15327789
in configure.in
AC_INIT(fuse, 2.5.3)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(include/config.h)
m4_ifdef([LT_INIT],
[LT_INIT],
[AC_PROG_LIBTOOL])
AC_PROG_CC
# compatibility for automake < 1.8
if test
www.eeworm.com/read/202496/15381285
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(osb-nrcit, 0.5.0)
AC_CONFIG_SRCDIR(src/BridgeImpl.h)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_PROG_LIBTOOL
AM_PROG_CC
www.eeworm.com/read/202494/15381463
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(osb-jscore, 0.5.0)
AC_CONFIG_SRCDIR(kjs/internal.cpp)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_PROG_LIBTOOL
AC_PROG_CC
www.eeworm.com/read/202493/15381492
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(osb-browser, 0.5.0)
AC_CONFIG_SRCDIR(src/main.c)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_PROG_LIBTOOL
AM_PROG_CC_STD
www.eeworm.com/read/178205/9414725
in configure.in
# process this file with autoconf to get a configure script
AC_INIT(libdc1394/dc1394_control.c)
AM_INIT_AUTOMAKE(libdc1394, 1.0.0)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_LIBTOOL
AM_PROG_LIBTO