代码搜索:libtool
找到约 2,129 项符合「libtool」的源代码
代码结果 2,129
www.eeworm.com/read/105663/15661900
am makefile.am
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = no-dependencies foreign
if INSTALL_LTDL
include_HEADERS = ltdl.h
lib_LTLIBRARIES = libltdl.la
else
noinst_HEADERS = ltdl.
www.eeworm.com/read/187103/8855005
am makefile.am
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = no-dependencies foreign
EXTRA_DIST = acinclude.m4
noinst_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = foo.c
libfoo_la_LI
www.eeworm.com/read/187103/8855006
readme
This is cdemo, an example package that uses GNU libtool with an
Automake-generated environment to build two simple libraries and programs.
It demonstrates how to build convenience libraries
www.eeworm.com/read/187103/8855156
test suffix.test
#! /bin/sh
# suffix.test - check that libtool knows how to transform source suffices.
# Extensions taken from the ones that Automake recognizes, plus Objective C,
# and GNU Ada.
extensions="C F S ada
www.eeworm.com/read/187103/8855225
bootstrap
#! /bin/sh
# helps bootstrapping libtool, when checked out from CVS
# requires GNU autoconf and GNU automake
find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
file=Makefile.in
www.eeworm.com/read/187103/8855256
am makefile.am
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = no-dependencies foreign
EXTRA_DIST = acinclude.m4
# Build a libtool library, libhello.la for installation in libdir.
lib
www.eeworm.com/read/187103/8855379
in makefile.in
# Makefile.in generated automatically by automake 1.4-p5a from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwa
www.eeworm.com/read/187103/8855385
am makefile.am
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = no-dependencies foreign
INCLUDES = $(INCLTDL)
EXTRA_DIST = acinclude.m4
lib_LTLIBRARIES = libsub.la foo1.la libfoo2.la
www.eeworm.com/read/380126/9161545
bootstrap
#!/bin/sh
find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;
aclocal
libtoolize --force --copy
autoheader
automake --add-missing --copy
autoconf
www.eeworm.com/read/373837/9432788
bak acconfig.h.bak
/* used by libtool*/
#define PACKAGE 0
/* used by libtool*/
#define VERSION 0
/* Define if getopt_long() available */
#undef HAVE_GETOPT_LONG
/* Define if alarm() available */
#undef HAVE