X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8f60bac1ab18be00b4e433f5db7b0261c5f17da..c59f3b2d96647662dc1a80283c005e19184cc5dc:/contrib/samples/gizmos/multicell/Makefile.in diff --git a/contrib/samples/gizmos/multicell/Makefile.in b/contrib/samples/gizmos/multicell/Makefile.in index 65bde72a2c..0ec78ee71e 100644 --- a/contrib/samples/gizmos/multicell/Makefile.in +++ b/contrib/samples/gizmos/multicell/Makefile.in @@ -13,6 +13,7 @@ INSTALL = @INSTALL@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXFLAGS = @CXXFLAGS@ +EXEEXT = @EXEEXT@ EXTRALIBS = @EXTRALIBS@ EXTRALIBS_GUI = @EXTRALIBS_GUI@ HOST_SUFFIX = @HOST_SUFFIX@ @@ -43,6 +44,8 @@ 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 @@ -73,7 +76,7 @@ WX_VERSION = 2.5.0 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 -i \ - $(srcdir)/../../../include -o mtest Carbon.r \ + $(srcdir)/../../../include -o mtest$(EXEEXT) 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 = \ @@ -88,18 +91,19 @@ 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@__mtest___mac_rezcmd = $(__MACOSX_RESOURCES_p_1) -@COND_PLATFORM_MAC_1@__mtest___mac_setfilecmd = $(SETFILE) -a C mtest +@COND_PLATFORM_MAC_1@__mtest___mac_setfilecmd = \ +@COND_PLATFORM_MAC_1@ $(SETFILE) -a C mtest$(EXEEXT) @COND_PLATFORM_WIN32_1@__mtest___win32rc = mtest_sample_rc.o @COND_PLATFORM_MACOSX_1@__mtest_bundle___depname = mtest_bundle ### Targets: ### -all: mtest $(__mtest_bundle___depname) +all: mtest$(EXEEXT) $(__mtest_bundle___depname) clean: rm -rf ./.deps ./.pch rm -f ./*.o - rm -f mtest + rm -f mtest$(EXEEXT) rm -rf mtest.app distclean: clean @@ -109,13 +113,13 @@ install: all install-strip: install -mtest: $(MTEST_OBJECTS) $(__mtest___win32rc) +mtest$(EXEEXT): $(MTEST_OBJECTS) $(__mtest___win32rc) $(CXX) -o $@ $(MTEST_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(SAMPLES_RPATH_FLAG) -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gizmos-2.5$(HOST_SUFFIX) $(__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) $(__mtest___mac_rezcmd) $(__mtest___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) -mtest.app/Contents: mtest $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns +mtest.app/Contents/PkgInfo: mtest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p mtest.app/Contents mkdir -p mtest.app/Contents/MacOS mkdir -p mtest.app/Contents/Resources @@ -130,16 +134,16 @@ mtest.app/Contents: mtest $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libw echo -n "APPL????" >mtest.app/Contents/PkgInfo - ln -f mtest mtest.app/Contents/MacOS/mtest + ln -f mtest$(EXEEXT) mtest.app/Contents/MacOS/mtest ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc mtest.app/Contents/Resources/mtest.rsrc ln -f $(top_srcdir)/src/mac/wxmac.icns mtest.app/Contents/Resources/wxmac.icns -@COND_PLATFORM_MACOSX_1@mtest_bundle: mtest.app/Contents +@COND_PLATFORM_MACOSX_1@mtest_bundle: mtest.app/Contents/PkgInfo mtest_mtest.o: $(srcdir)/mtest.cpp - $(CXX) -c -o $@ $(MTEST_CXXFLAGS) $< + $(CXXC) -c -o $@ $(MTEST_CXXFLAGS) $< mtest_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