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@
@@ -44,8 +43,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
@@ -75,7 +72,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 joytest$(EXEEXT) Carbon.r \
$(__DLLFLAG_p_1) -i $(srcdir)/../../samples -o joytest 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_ADV_p = \
@@ -93,19 +90,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@__joytest___mac_rezcmd = $(__MACOSX_RESOURCES_p_1)
@COND_PLATFORM_MAC_1@__joytest___mac_setfilecmd = \
@COND_PLATFORM_MAC_1@ $(SETFILE) -a C joytest$(EXEEXT)
@COND_PLATFORM_MAC_1@__joytest___mac_setfilecmd = $(SETFILE) -a C joytest
@COND_PLATFORM_WIN32_1@__joytest___win32rc = joytest_joytest_rc.o
@COND_PLATFORM_MACOSX_1@__joytest_bundle___depname = joytest_bundle
### Targets: ###
all: joytest$(EXEEXT) $(__joytest_bundle___depname)
all: joytest $(__joytest_bundle___depname)
clean:
rm -rf ./.deps ./.pch
rm -f ./*.o
rm -f joytest$(EXEEXT)
rm -f joytest
rm -rf joytest.app
distclean: clean
@@ -115,13 +111,13 @@ install: all
install-strip: install
joytest$(EXEEXT): $(JOYTEST_OBJECTS) $(__joytest___win32rc)
joytest: $(JOYTEST_OBJECTS) $(__joytest___win32rc)
$(CXX) -o $@ $(JOYTEST_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(SAMPLES_RPATH_FLAG) $(__WXLIB_ADV_p) $(__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)
$(__joytest___mac_rezcmd)
$(__joytest___mac_setfilecmd)
$(SAMPLES_RPATH_POSTLINK)
joytest.app/Contents: joytest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
joytest.app/Contents: joytest $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
mkdir -p joytest.app/Contents
mkdir -p joytest.app/Contents/MacOS
mkdir -p joytest.app/Contents/Resources
@@ -136,7 +132,7 @@ joytest.app/Contents: joytest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
echo -n "APPL????" >joytest.app/Contents/PkgInfo
ln -f joytest$(EXEEXT) joytest.app/Contents/MacOS/joytest
ln -f joytest joytest.app/Contents/MacOS/joytest
ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc joytest.app/Contents/Resources/joytest.rsrc
@@ -145,7 +141,7 @@ joytest.app/Contents: joytest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
@COND_PLATFORM_MACOSX_1@joytest_bundle: joytest.app/Contents
joytest_joytest.o: $(srcdir)/joytest.cpp
$(CXXC) -c -o $@ $(JOYTEST_CXXFLAGS) $<
$(CXX) -c -o $@ $(JOYTEST_CXXFLAGS) $<
joytest_joytest_rc.o: $(srcdir)/joytest.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