]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/Makefile.in
Fixups for solaris; remove '-mt' from pkg-config output and add '-lX11' for a static...
[wxWidgets.git] / samples / internat / Makefile.in
index 40e8e3440e536cbe8a5dab03500c7c42de13ea8f..dd9aa6008c451db6185da4b4c8c8503e54ed6496 100644 (file)
@@ -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).1
+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