More build system dancing.
This commit is contained in:
parent
4366ff0f48
commit
c6e68d3dcc
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
echo "Initial preparation...this can take awhile, so sit tight..."
|
echo "Initial preparation...this can take awhile, so sit tight..."
|
||||||
|
perl -w -e 'exit 0 if (-f "Makefile.am"); my $x = `automake --version |head -n 1`; chomp($x); $x = 0.0 if ($x !~ s/\A.*?(\d+\.\d+).*\Z/$1/); if ($x < 1.5) { rename ("./Makefile.am.oldautomake", "./Makefile.am"); } else { rename ("./Makefile.am.newautomake", "./Makefile.am"); }'
|
||||||
aclocal
|
aclocal
|
||||||
libtoolize --automake --copy --force
|
libtoolize --automake --copy --force
|
||||||
autoheader
|
autoheader
|
||||||
|
@ -2,10 +2,13 @@ noinst_LTLIBRARIES = libplatform.la
|
|||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)
|
INCLUDES = -I$(top_srcdir)
|
||||||
|
|
||||||
|
X = beos.cpp
|
||||||
|
Y = beos.cpp
|
||||||
|
|
||||||
if BUILD_BEOS_CPP
|
if BUILD_BEOS_CPP
|
||||||
X = beos.cpp
|
Y =
|
||||||
else
|
else
|
||||||
Y = beos.cpp
|
X =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libplatform_la_SOURCES = \
|
libplatform_la_SOURCES = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user