regenerated makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-08-22 21:02:44 +00:00
parent 16aa9c84bc
commit e8f60bac1a
137 changed files with 2233 additions and 2623 deletions

View File

@@ -13,7 +13,6 @@ INSTALL = @INSTALL@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
EXEEXT = @EXEEXT@
EXTRALIBS = @EXTRALIBS@
EXTRALIBS_GUI = @EXTRALIBS_GUI@
HOST_SUFFIX = @HOST_SUFFIX@
@@ -45,8 +44,6 @@ WX_VERSION = 2.5.0
### Conditionally set variables: ###
@COND_DEPS_TRACKING_0@CXXC = $(CXX)
@COND_DEPS_TRACKING_1@CXXC = $(top_builddir)./bk-deps $(CXX)
@COND_USE_GUI_0@PORTNAME = base
@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
@COND_TOOLKIT_MAC@WXBASEPORT = _carbon
@@ -76,7 +73,7 @@ WX_VERSION = 2.5.0
@COND_WXUSE_ZLIB_BUILTIN@ -lwxzlib$(WXDEBUGFLAG)$(HOST_SUFFIX)
COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(RESCOMP) -d __DARWIN__ -t APPL -d \
__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_1) -i $(top_srcdir)/include -i $(srcdir) \
$(__DLLFLAG_p_1) -i $(srcdir)/../../samples -o wxtest$(EXEEXT) Carbon.r \
$(__DLLFLAG_p_1) -i $(srcdir)/../../samples -o wxtest Carbon.r \
$(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.r sample.r
@COND_TOOLKIT_MAC@__MACOSX_RESOURCES_p_1 = $(COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1)
@COND_MONOLITHIC_0@__WXLIB_BASE_p = \
@@ -91,19 +88,18 @@ COND_MONOLITHIC_1___WXLIB_MONO_p = \
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_1 = -d __WXUNIVERSAL__
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_2 = --define __WXUNIVERSAL__
@COND_PLATFORM_MAC_1@__wxtest___mac_rezcmd = $(__MACOSX_RESOURCES_p_1)
@COND_PLATFORM_MAC_1@__wxtest___mac_setfilecmd = \
@COND_PLATFORM_MAC_1@ $(SETFILE) -a C wxtest$(EXEEXT)
@COND_PLATFORM_MAC_1@__wxtest___mac_setfilecmd = $(SETFILE) -a C wxtest
@COND_PLATFORM_WIN32_1@__wxtest___win32rc = wxtest_sample_rc.o
@COND_PLATFORM_MACOSX_1@__wxtest_bundle___depname = wxtest_bundle
### Targets: ###
all: wxtest$(EXEEXT) $(__wxtest_bundle___depname)
all: wxtest $(__wxtest_bundle___depname)
clean:
rm -rf ./.deps ./.pch
rm -f ./*.o
rm -f wxtest$(EXEEXT)
rm -f wxtest
rm -rf wxtest.app
distclean: clean
@@ -115,13 +111,13 @@ install-strip: install
uninstall:
wxtest$(EXEEXT): $(WXTEST_OBJECTS) $(__wxtest___win32rc)
wxtest: $(WXTEST_OBJECTS) $(__wxtest___win32rc)
$(CXX) -o $@ $(WXTEST_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(SAMPLES_RPATH_FLAG) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(__LIB_ZLIB_p) $(__LIB_ODBC_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS) $(EXTRALIBS_GUI)
$(__wxtest___mac_rezcmd)
$(__wxtest___mac_setfilecmd)
$(SAMPLES_RPATH_POSTLINK)
wxtest.app/Contents: wxtest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
wxtest.app/Contents: wxtest $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
mkdir -p wxtest.app/Contents
mkdir -p wxtest.app/Contents/MacOS
mkdir -p wxtest.app/Contents/Resources
@@ -136,7 +132,7 @@ wxtest.app/Contents: wxtest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDI
echo -n "APPL????" >wxtest.app/Contents/PkgInfo
ln -f wxtest$(EXEEXT) wxtest.app/Contents/MacOS/wxtest
ln -f wxtest wxtest.app/Contents/MacOS/wxtest
ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc wxtest.app/Contents/Resources/wxtest.rsrc
@@ -148,10 +144,10 @@ wxtest_sample_rc.o: $(srcdir)/../../samples/sample.rc
$(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) --include-dir $(top_srcdir)/include --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../samples
wxtest_test.o: $(srcdir)/test.cpp
$(CXXC) -c -o $@ $(WXTEST_CXXFLAGS) $<
$(CXX) -c -o $@ $(WXTEST_CXXFLAGS) $<
wxtest_test_wdr.o: $(srcdir)/test_wdr.cpp
$(CXXC) -c -o $@ $(WXTEST_CXXFLAGS) $<
$(CXX) -c -o $@ $(WXTEST_CXXFLAGS) $<
# Include dependency info, if present: