~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to gtk/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-08 20:30:15 UTC
  • mfrom: (1.14.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110908203015-hmdoq5jt1bl50nq3
Tags: 2.24.6-0ubuntu1
* debian/watch: Look for bz2 tarballs, and restrict to GTK 2 versions.
* New upstream bug fix release.
* Drop 094_git_fileselector_error.patch, include_m4_dir.patch: Included
  upstream.
* 003_gdk.pc_privates.patch, 009_gtk-export-filechooser.patch: Unfuzz.
* debian/libgail-doc.install, debian/libgtk2.0-doc.install.in: Install
  documentation from the source tree, as it's not being installed any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
950
950
uninstall-mac-key-theme:
951
951
endif
952
952
 
953
 
dist-hook: ../build/win32/vs9/gtk.vcproj
 
953
dist-hook: ../build/win32/vs9/gtk.vcproj ../build/win32/vs10/gtk.vcxproj ../build/win32/vs10/gtk.vcxproj.filters
954
954
 
955
955
../build/win32/vs9/gtk.vcproj: ../build/win32/vs9/gtk.vcprojin
956
956
        for F in $(gtk_base_c_sources) $(gtk_os_win32_c_sources) $(gtk_use_win32_c_sources); do \
961
961
        done >libgtk.sourcefiles
962
962
        $(CPP) -P - <$(top_srcdir)/build/win32/vs9/gtk.vcprojin >$@
963
963
        rm libgtk.sourcefiles
 
964
        
 
965
../build/win32/vs10/gtk.vcxproj: ../build/win32/vs10/gtk.vcxprojin
 
966
        for F in $(gtk_base_c_sources) $(gtk_os_win32_c_sources) $(gtk_use_win32_c_sources); do \
 
967
                case $$F in \
 
968
                *.c) echo '   <ClCompile Include="..\..\..\gtk\'$$F'" />' \
 
969
                     ;; \
 
970
                esac; \
 
971
        done >libgtk.vs10.sourcefiles
 
972
        $(CPP) -P - <$(top_srcdir)/build/win32/vs10/gtk.vcxprojin >$@
 
973
        rm libgtk.vs10.sourcefiles
 
974
        
 
975
../build/win32/vs10/gtk.vcxproj.filters: ../build/win32/vs10/gtk.vcxproj.filtersin
 
976
        for F in $(gtk_base_c_sources) $(gtk_os_win32_c_sources) $(gtk_use_win32_c_sources); do \
 
977
                case $$F in \
 
978
                *.c) echo '   <ClCompile Include="..\..\..\gtk\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
 
979
                     ;; \
 
980
                esac; \
 
981
        done >libgtk.vs10.sourcefiles.filters
 
982
        $(CPP) -P - <$(top_srcdir)/build/win32/vs10/gtk.vcxproj.filtersin >$@
 
983
        rm libgtk.vs10.sourcefiles.filters
964
984
 
965
985
# Install a RC file for the default GTK+ theme, and key themes
966
986
install-data-local: install-ms-lib install-def-file install-mac-key-theme