fixes for wxBase build with configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
17
Makefile.in
17
Makefile.in
@@ -41,6 +41,7 @@ VP6 = @top_srcdir@/src/png
|
|||||||
VP7 = @top_srcdir@/src/jpeg
|
VP7 = @top_srcdir@/src/jpeg
|
||||||
VP8 = @top_srcdir@/src/tiff
|
VP8 = @top_srcdir@/src/tiff
|
||||||
VP9 = @top_srcdir@/src/zlib
|
VP9 = @top_srcdir@/src/zlib
|
||||||
|
VPA = @top_srcdir@/src/regex
|
||||||
VP10 = @top_srcdir@/src/iodbc
|
VP10 = @top_srcdir@/src/iodbc
|
||||||
VP11 = @top_srcdir@/src/msw/ole
|
VP11 = @top_srcdir@/src/msw/ole
|
||||||
VP12 = $(FTVP01)@PATH_IFS@$(FTVP02)@PATH_IFS@$(FTVP03)@PATH_IFS@$(FTVP04)@PATH_IFS@$(FTVP05)@PATH_IFS@$(FTVP06)@PATH_IFS@$(FTVP07)@PATH_IFS@$(FTVP08)@PATH_IFS@
|
VP12 = $(FTVP01)@PATH_IFS@$(FTVP02)@PATH_IFS@$(FTVP03)@PATH_IFS@$(FTVP04)@PATH_IFS@$(FTVP05)@PATH_IFS@$(FTVP06)@PATH_IFS@$(FTVP07)@PATH_IFS@$(FTVP08)@PATH_IFS@
|
||||||
@@ -49,7 +50,7 @@ VP13 = $(FTVP09)@PATH_IFS@$(FTVP10)@PATH_IFS@$(FTVP11)@PATH_IFS@$(FTVP12)@PATH_I
|
|||||||
# the comment at the end of the next line is needed because otherwise autoconf
|
# the comment at the end of the next line is needed because otherwise autoconf
|
||||||
# would remove this line completely - it contains a built-in hack to remove
|
# would remove this line completely - it contains a built-in hack to remove
|
||||||
# any VPATH assignment not containing ':'
|
# any VPATH assignment not containing ':'
|
||||||
VPATH = $(VP1)@PATH_IFS@$(VP2)@PATH_IFS@$(VP3)@PATH_IFS@$(VP4)@PATH_IFS@$(VP5)@PATH_IFS@$(VP6)@PATH_IFS@$(VP7)@PATH_IFS@$(VP8)@PATH_IFS@$(VP9)@PATH_IFS@$(VP10)@PATH_IFS@$(VP11)@PATH_IFS@$(VP12)@PATH_IFS@$(VP13) # ':' for autoconf
|
VPATH = $(VP1)@PATH_IFS@$(VP2)@PATH_IFS@$(VP3)@PATH_IFS@$(VP4)@PATH_IFS@$(VP5)@PATH_IFS@$(VP6)@PATH_IFS@$(VP7)@PATH_IFS@$(VP8)@PATH_IFS@$(VP9)@PATH_IFS@$(VPA)@PATH_IFS@$(VP10)@PATH_IFS@$(VP11)@PATH_IFS@$(VP12)@PATH_IFS@$(VP13) # ':' for autoconf
|
||||||
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
@@ -169,7 +170,13 @@ DEPFILES = @ALL_DEPFILES@
|
|||||||
|
|
||||||
# the object files of sublibraries (we assume that they don't change [often],
|
# the object files of sublibraries (we assume that they don't change [often],
|
||||||
# so we don't generate these lists with tmake but embed them here)
|
# so we don't generate these lists with tmake but embed them here)
|
||||||
ZLIBOBJS = \
|
REGEXOBJS = \
|
||||||
|
regcomp.o \
|
||||||
|
regexec.o \
|
||||||
|
regerror.o \
|
||||||
|
regfree.o
|
||||||
|
|
||||||
|
ZLIBOBJS = \
|
||||||
adler32.o \
|
adler32.o \
|
||||||
compress.o \
|
compress.o \
|
||||||
crc32.o \
|
crc32.o \
|
||||||
@@ -185,7 +192,7 @@ ZLIBOBJS = \
|
|||||||
infutil.o \
|
infutil.o \
|
||||||
inffast.o
|
inffast.o
|
||||||
|
|
||||||
PNGOBJS = \
|
PNGOBJS = \
|
||||||
png.o \
|
png.o \
|
||||||
pngread.o \
|
pngread.o \
|
||||||
pngrtran.o \
|
pngrtran.o \
|
||||||
@@ -221,7 +228,7 @@ FREETYPEOBJS = \
|
|||||||
type1z.o \
|
type1z.o \
|
||||||
winfnt.o
|
winfnt.o
|
||||||
|
|
||||||
JPEGOBJS = \
|
JPEGOBJS = \
|
||||||
jcomapi.o \
|
jcomapi.o \
|
||||||
jutils.o \
|
jutils.o \
|
||||||
jerror.o \
|
jerror.o \
|
||||||
@@ -269,7 +276,7 @@ JPEGOBJS = \
|
|||||||
jquant2.o \
|
jquant2.o \
|
||||||
jdmerge.o
|
jdmerge.o
|
||||||
|
|
||||||
TIFFOBJS = \
|
TIFFOBJS = \
|
||||||
tif_aux.o \
|
tif_aux.o \
|
||||||
tif_close.o \
|
tif_close.o \
|
||||||
tif_codec.o \
|
tif_codec.o \
|
||||||
|
@@ -2083,6 +2083,9 @@ else
|
|||||||
dnl this may be (almost) unneccesary for wxBase now we use TOOLKIT_NAME
|
dnl this may be (almost) unneccesary for wxBase now we use TOOLKIT_NAME
|
||||||
TOOLKIT_DIR="base"
|
TOOLKIT_DIR="base"
|
||||||
|
|
||||||
|
dnl well, we have to set it to something...
|
||||||
|
TOOLKIT_VPATH="."
|
||||||
|
|
||||||
dnl the base name of the library and wxXXX-config files
|
dnl the base name of the library and wxXXX-config files
|
||||||
if test "$wxUSE_DEBUG_FLAG" = "yes"; then
|
if test "$wxUSE_DEBUG_FLAG" = "yes"; then
|
||||||
TOOLKIT_NAME="${TOOLKIT_DIR}d"
|
TOOLKIT_NAME="${TOOLKIT_DIR}d"
|
||||||
@@ -2096,6 +2099,12 @@ else
|
|||||||
ALL_OBJECTS="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
|
ALL_OBJECTS="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
|
||||||
ALL_DEPFILES="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
|
ALL_DEPFILES="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
|
||||||
|
|
||||||
|
dnl REGEX_INCLUDE is only set if we want regex support and if we use our
|
||||||
|
dnl own sources and not the system library
|
||||||
|
if test "x$REGEX_INCLUDE" != "x" ; then
|
||||||
|
ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_ZLIB" = "yes" ; then
|
if test "$wxUSE_ZLIB" = "yes" ; then
|
||||||
ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
|
ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user