代码搜索:libtool
找到约 2,129 项符合「libtool」的源代码
代码结果 2,129
www.eeworm.com/read/358714/2984445
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(tunala.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(tunala, 0.0.1-dev)
dnl Checks for programs. (Though skip libtool)
AC_P
www.eeworm.com/read/355697/3050097
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(tunala.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(tunala, 0.0.1-dev)
dnl Checks for programs. (Though skip libtool)
AC_P
www.eeworm.com/read/152625/12096275
makefile
# OraLib 0.0.3 / 2002-06-30
# Makefile
#
# http://606u.dir.bg/
# 606u@dir.bg
# compiler to use
CXX = gcc.exe
# libtool
LD = ld.exe
# compiler flags
INCDIR = -I e:/Oracle/Ora81/oci/incl
www.eeworm.com/read/339324/12242835
ac configure.ac
AC_INIT(ftgl, 2.0.5, henryj@paradise.net.nz)
AC_CONFIG_SRCDIR([Make.conf.in])
dnl AC_CONFIG_HEADER([src/config.h])
FTGL_PROG_CXX
AC_DISABLE_SHARED
AC_PROG_LIBTOOL
# Checks for typedefs, structures,
www.eeworm.com/read/223319/14646146
cvsignore .cvsignore
Makefile
Makefile.in
aclocal.m4
cmount
config.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
cryptfs
install-sh
libtool
ltconfig
ltmain.sh
missing
mkinstalldirs
www.eeworm.com/read/14839/424776
incl configure.incl
AC_SUBST([LIBMPEG2_CFLAGS])
dnl avoid -fPIC when possible
AC_LIBTOOL_NON_PIC([LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS -prefer-non-pic"])
dnl check for cpudetect
AC_ARG_ENABLE([accel-detect],
[ --disa
www.eeworm.com/read/14953/426618
in test-cepview.sh.in
#!/bin/sh
echo "CEPVIEW TEST"
tmpout="test-cepview.out"
sh @abs_top_builddir@/libtool --mode=execute @abs_top_builddir@/src/programs/cepview \
-i 13 \
-d 13 \
-f @abs_top_srcdir@/model/ep/chan3.mfc
www.eeworm.com/read/14953/426622
in test-decode.sh.in
#!/bin/sh
tmpout="test-decode.out"
echo "DECODE TEST"
echo "YOU SHOULD SEE THE RECOGNITION RESULT 'P I T T S B U R G H'"
sh @abs_top_builddir@/libtool --mode=execute @abs_top_builddir@/src/programs
www.eeworm.com/read/14953/426626
in test-decode_anytopo.sh.in
#!/bin/sh
echo "DECODE_ANYTOPO TEST"
echo "YOU SHOULD SEE THE RECOGNITION RESULT 'P I T T S B U R G H'"
tmpout="test-decode_anytopo.out"
sh @abs_top_builddir@/libtool --mode=execute @abs_top_buildd
www.eeworm.com/read/14953/426627
in test-ep.sh.in
#!/bin/sh
echo "EP TEST"
tmpout="test-ep.out"
sh @abs_top_builddir@/libtool --mode=execute @abs_top_builddir@/src/programs/ep \
-i @abs_top_srcdir@/model/ep/chan3.raw \
-srate 11025 \
-frate 105 \