CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
+EXEEXT = @EXEEXT@
EXTRALIBS = @EXTRALIBS@
EXTRALIBS_GUI = @EXTRALIBS_GUI@
HOST_SUFFIX = @HOST_SUFFIX@
### 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
@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 ownerdrw Carbon.r \
+ $(__DLLFLAG_p_1) -i $(srcdir)/../../samples -o ownerdrw$(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 = \
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_1 = -d __WXUNIVERSAL__
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_2 = --define __WXUNIVERSAL__
@COND_PLATFORM_MAC_1@__ownerdrw___mac_rezcmd = $(__MACOSX_RESOURCES_p_1)
-@COND_PLATFORM_MAC_1@__ownerdrw___mac_setfilecmd = $(SETFILE) -a C ownerdrw
+@COND_PLATFORM_MAC_1@__ownerdrw___mac_setfilecmd = \
+@COND_PLATFORM_MAC_1@ $(SETFILE) -a C ownerdrw$(EXEEXT)
+@COND_PLATFORM_OS2_1@__ownerdrw___os2_emxbindcmd = \
+@COND_PLATFORM_OS2_1@ emxbind -ep ownerdrw$(EXEEXT)
@COND_PLATFORM_WIN32_1@__ownerdrw___win32rc = ownerdrw_ownerdrw_rc.o
@COND_PLATFORM_MACOSX_1@__ownerdrw_bundle___depname = ownerdrw_bundle
### Targets: ###
-all: ownerdrw $(__ownerdrw_bundle___depname)
+all: ownerdrw$(EXEEXT) $(__ownerdrw_bundle___depname) data
clean:
rm -rf ./.deps ./.pch
rm -f ./*.o
- rm -f ownerdrw
+ rm -f ownerdrw$(EXEEXT)
rm -rf ownerdrw.app
+data:
+ @mkdir -p .
+ @for f in sound.png nosound.png; do \
+ if test \( ! -s ./$$f \) -o \( $(srcdir)/$$f -nt ./$$f \) ; then \
+ cp -pRf $(srcdir)/$$f . ; \
+ fi; \
+ done
+
distclean: clean
rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
install-strip: install
-ownerdrw: $(OWNERDRW_OBJECTS) $(__ownerdrw___win32rc)
- $(CXX) -o $@ $(OWNERDRW_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)
+ownerdrw$(EXEEXT): $(OWNERDRW_OBJECTS) $(__ownerdrw___win32rc)
+ $(CXX) -o $@ $(OWNERDRW_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)
$(__ownerdrw___mac_rezcmd)
$(__ownerdrw___mac_setfilecmd)
+ $(__ownerdrw___os2_emxbindcmd)
$(SAMPLES_RPATH_POSTLINK)
-ownerdrw.app/Contents: ownerdrw $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+ownerdrw.app/Contents/PkgInfo: ownerdrw$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
mkdir -p ownerdrw.app/Contents
mkdir -p ownerdrw.app/Contents/MacOS
mkdir -p ownerdrw.app/Contents/Resources
echo -n "APPL????" >ownerdrw.app/Contents/PkgInfo
- ln -f ownerdrw ownerdrw.app/Contents/MacOS/ownerdrw
+ ln -f ownerdrw$(EXEEXT) ownerdrw.app/Contents/MacOS/ownerdrw
ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc ownerdrw.app/Contents/Resources/ownerdrw.rsrc
ln -f $(top_srcdir)/src/mac/wxmac.icns ownerdrw.app/Contents/Resources/wxmac.icns
-@COND_PLATFORM_MACOSX_1@ownerdrw_bundle: ownerdrw.app/Contents
+@COND_PLATFORM_MACOSX_1@ownerdrw_bundle: ownerdrw.app/Contents/PkgInfo
ownerdrw_ownerdrw.o: $(srcdir)/ownerdrw.cpp
- $(CXX) -c -o $@ $(OWNERDRW_CXXFLAGS) $<
+ $(CXXC) -c -o $@ $(OWNERDRW_CXXFLAGS) $<
ownerdrw_ownerdrw_rc.o: $(srcdir)/ownerdrw.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
# Include dependency info, if present:
@IF_GNU_MAKE@-include .deps/*.d
-.PHONY: all clean distclean install ownerdrw_bundle uninstall
+.PHONY: all clean data distclean install ownerdrw_bundle uninstall