X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a77104ea4508f59c6f4d8cd2a3b97ccbccd74fc9..aca2d2de32edecfc4f160ffec094d827dbf79aa7:/samples/internat/Makefile.in?ds=sidebyside diff --git a/samples/internat/Makefile.in b/samples/internat/Makefile.in index dc039f4cd1..dd9aa6008c 100644 --- a/samples/internat/Makefile.in +++ b/samples/internat/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.8 (http://bakefile.sourceforge.net) +# Bakefile 0.1.9 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -36,7 +36,7 @@ SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@ DESTDIR = WX_RELEASE = 2.6 -WX_VERSION = $(WX_RELEASE).0 +WX_VERSION = $(WX_RELEASE).2 LIBDIRNAME = $(top_builddir)lib INTERNAT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ @@ -126,7 +126,7 @@ COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(RESCOMP) -d __DARWIN__ -t APPL -d \ ### Targets: ### -all: internat$(EXEEXT) $(__internat_bundle___depname) bg cs de fr ja ka pl ru +all: internat$(EXEEXT) $(__internat_bundle___depname) bg cs de fr ja ka pl ru sv install: all @@ -175,7 +175,7 @@ internat.app/Contents/PkgInfo: internat$(EXEEXT) $(top_srcdir)/src/mac/carbon/In bg: @mkdir -p ./bg @for f in internat.po internat.mo; do \ - if test ! -f ./bg/$$f ; \ + if test ! -f ./bg/$$f -a ! -d ./bg/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/bg/$$f -newer ./bg/$$f -print` ; \ fi; \ @@ -187,7 +187,7 @@ bg: cs: @mkdir -p ./cs @for f in internat.po internat.mo; do \ - if test ! -f ./cs/$$f ; \ + if test ! -f ./cs/$$f -a ! -d ./cs/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/cs/$$f -newer ./cs/$$f -print` ; \ fi; \ @@ -199,7 +199,7 @@ cs: de: @mkdir -p ./de @for f in internat.po internat.mo; do \ - if test ! -f ./de/$$f ; \ + if test ! -f ./de/$$f -a ! -d ./de/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/de/$$f -newer ./de/$$f -print` ; \ fi; \ @@ -211,7 +211,7 @@ de: fr: @mkdir -p ./fr @for f in internat.po internat.mo; do \ - if test ! -f ./fr/$$f ; \ + if test ! -f ./fr/$$f -a ! -d ./fr/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/fr/$$f -newer ./fr/$$f -print` ; \ fi; \ @@ -223,7 +223,7 @@ fr: ja: @mkdir -p ./ja @for f in internat.po internat.mo; do \ - if test ! -f ./ja/$$f ; \ + if test ! -f ./ja/$$f -a ! -d ./ja/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/ja/$$f -newer ./ja/$$f -print` ; \ fi; \ @@ -235,7 +235,7 @@ ja: ka: @mkdir -p ./ka @for f in internat.po internat.mo; do \ - if test ! -f ./ka/$$f ; \ + if test ! -f ./ka/$$f -a ! -d ./ka/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/ka/$$f -newer ./ka/$$f -print` ; \ fi; \ @@ -247,7 +247,7 @@ ka: pl: @mkdir -p ./pl @for f in internat.po internat.mo; do \ - if test ! -f ./pl/$$f ; \ + if test ! -f ./pl/$$f -a ! -d ./pl/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/pl/$$f -newer ./pl/$$f -print` ; \ fi; \ @@ -259,7 +259,7 @@ pl: ru: @mkdir -p ./ru @for f in internat.po internat.mo; do \ - if test ! -f ./ru/$$f ; \ + if test ! -f ./ru/$$f -a ! -d ./ru/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/ru/$$f -newer ./ru/$$f -print` ; \ fi; \ @@ -268,14 +268,26 @@ ru: esac; \ done +sv: + @mkdir -p ./sv + @for f in internat.po internat.mo; do \ + if test ! -f ./sv/$$f -a ! -d ./sv/$$f ; \ + then x=yep ; \ + else x=`find $(srcdir)/sv/$$f -newer ./sv/$$f -print` ; \ + fi; \ + case "$$x" in ?*) \ + cp -pRf $(srcdir)/sv/$$f ./sv ;; \ + esac; \ + done + internat_internat.o: $(srcdir)/internat.cpp $(CXXC) -c -o $@ $(INTERNAT_CXXFLAGS) $(srcdir)/internat.cpp internat_internat_rc.o: $(srcdir)/internat.rc - $(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../samples --include-dir $(top_srcdir)/include + $(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../samples --include-dir $(top_srcdir)/include # Include dependency info, if present: @IF_GNU_MAKE@-include .deps/*.d -.PHONY: all install uninstall clean distclean internat_bundle bg cs de fr ja ka pl ru +.PHONY: all install uninstall clean distclean internat_bundle bg cs de fr ja ka pl ru sv