Initial support of Autoconf / Automake build system
Now running ./autogen.sh and ./configure will produce both Makefiles built from Autoconf and Automake as well as Jam build files.
This commit is contained in:
60
Makefile.in
60
Makefile.in
@@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
@@ -38,19 +38,41 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Jamfile.in \
|
||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/bullet.pc.in $(srcdir)/config.h.in \
|
||||
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
|
||||
mk/autoconf/config.guess mk/autoconf/config.sub \
|
||||
mk/autoconf/depcomp mk/autoconf/install-sh \
|
||||
mk/autoconf/ltmain.sh mk/autoconf/missing
|
||||
config.guess config.sub depcomp install-sh missing \
|
||||
mk/autoconf/compile mk/autoconf/config.guess \
|
||||
mk/autoconf/config.sub mk/autoconf/depcomp \
|
||||
mk/autoconf/install-sh mk/autoconf/ltmain.sh \
|
||||
mk/autoconf/missing
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__aclocal_m4_deps = $(top_srcdir)/mk/autoconf/checkbuild.m4 \
|
||||
$(top_srcdir)/mk/autoconf/checkcommon.m4 \
|
||||
$(top_srcdir)/mk/autoconf/checklibtool.m4 \
|
||||
$(top_srcdir)/mk/autoconf/checkopengl.m4 \
|
||||
$(top_srcdir)/mk/autoconf/checkpic.m4 \
|
||||
$(top_srcdir)/mk/autoconf/checkprog.m4 \
|
||||
$(top_srcdir)/mk/autoconf/checkpthread.m4 \
|
||||
$(top_srcdir)/mk/autoconf/checktt2.m4 \
|
||||
$(top_srcdir)/mk/autoconf/compiler.m4 \
|
||||
$(top_srcdir)/mk/autoconf/cs_check_host.m4 \
|
||||
$(top_srcdir)/mk/autoconf/diagnose.m4 \
|
||||
$(top_srcdir)/mk/autoconf/emit.m4 \
|
||||
$(top_srcdir)/mk/autoconf/installdirs.m4 \
|
||||
$(top_srcdir)/mk/autoconf/jamcache.m4 \
|
||||
$(top_srcdir)/mk/autoconf/mkdir.m4 \
|
||||
$(top_srcdir)/mk/autoconf/packageinfo.m4 \
|
||||
$(top_srcdir)/mk/autoconf/split.m4 \
|
||||
$(top_srcdir)/mk/autoconf/textcache.m4 \
|
||||
$(top_srcdir)/mk/autoconf/trim.m4 \
|
||||
$(top_srcdir)/mk/autoconf/warnings.m4 \
|
||||
$(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno configure.status.lineno
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = config.h
|
||||
CONFIG_CLEAN_FILES = Jamfile bullet.pc
|
||||
CONFIG_CLEAN_FILES = bullet.pc Jamfile
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||
@@ -79,6 +101,7 @@ AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
APPLE_LIBTOOL = @APPLE_LIBTOOL@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
@@ -90,6 +113,7 @@ CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CS_LT_APPLE = @CS_LT_APPLE@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
@@ -99,11 +123,15 @@ DLLTOOL = @DLLTOOL@
|
||||
DLLWRAP = @DLLWRAP@
|
||||
DOT = @DOT@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
@@ -114,6 +142,7 @@ LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBTOOL_PATH = @LIBTOOL_PATH@
|
||||
LIBTOOL_TEST = @LIBTOOL_TEST@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR = @MKDIR@
|
||||
@@ -129,6 +158,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRINGS = @STRINGS@
|
||||
@@ -136,6 +166,7 @@ STRIP = @STRIP@
|
||||
TTREE = @TTREE@
|
||||
VERSION = @VERSION@
|
||||
WINDRES = @WINDRES@
|
||||
XMKMF = @XMKMF@
|
||||
X_CFLAGS = @X_CFLAGS@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
X_LIBS = @X_LIBS@
|
||||
@@ -145,12 +176,11 @@ ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||
ac_ct_DLLWRAP = @ac_ct_DLLWRAP@
|
||||
ac_ct_DOT = @ac_ct_DOT@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_LIBTOOL = @ac_ct_LIBTOOL@
|
||||
ac_ct_LIBTOOL_TEST = @ac_ct_LIBTOOL_TEST@
|
||||
ac_ct_OBJCOPY = @ac_ct_OBJCOPY@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRINGS = @ac_ct_STRINGS@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_ct_WINDRES = @ac_ct_WINDRES@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
@@ -168,29 +198,37 @@ build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
opengl_LIBS = @opengl_LIBS@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
SUBDIRS = src Demos/OpenGL Demos/BasicDemo Demos/VehicleDemo Demos/CcdPhysicsDemo
|
||||
ACLOCAL_AMFLAGS = -I mk/autoconf
|
||||
SUBDIRS = src Extras Demos/OpenGL Demos/BasicDemo Demos/VehicleDemo Demos/CcdPhysicsDemo Demos/ColladaDemo Demos/MultiThreadedDemo
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
@@ -245,10 +283,10 @@ $(srcdir)/config.h.in: $(am__configure_deps)
|
||||
|
||||
distclean-hdr:
|
||||
-rm -f config.h stamp-h1
|
||||
Jamfile: $(top_builddir)/config.status $(srcdir)/Jamfile.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||
bullet.pc: $(top_builddir)/config.status $(srcdir)/bullet.pc.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||
Jamfile: $(top_builddir)/config.status $(srcdir)/Jamfile.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
Reference in New Issue
Block a user