diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-10-05 15:28:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-10-07 10:34:50 -0400 |
commit | 4cce6104a49be7186b5b2c822f8cd27d565e8eb0 (patch) | |
tree | 375e02268b153ef55bd9473b6557796f4a662645 /Makefile.am | |
parent | eeffde368f2e563c998971df590e69dda2c19c33 (diff) | |
download | gtk+-4cce6104a49be7186b5b2c822f8cd27d565e8eb0.tar.gz |
Rename pc files from 3.0 to 4.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am index e53cb6a875..2d10b20520 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,40 +36,40 @@ MAINTAINERCLEANFILES = \ ## Copy .pc files to target-specific names -gtk+-x11-3.0.pc gtk+-win32-3.0.pc gtk+-quartz-3.0.pc gtk+-broadway-3.0.pc gtk+-wayland-3.0.pc gtk+-mir-3.0.pc: gtk+-3.0.pc +gtk+-x11-4.0.pc gtk+-win32-4.0.pc gtk+-quartz-4.0.pc gtk+-broadway-4.0.pc gtk+-wayland-4.0.pc gtk+-mir-4.0.pc: gtk+-4.0.pc rm -f $@ && \ - cp gtk+-3.0.pc $@ + cp gtk+-4.0.pc $@ -gdk-x11-3.0.pc gdk-win32-3.0.pc gdk-quartz-3.0.pc gdk-broadway-3.0.pc gdk-wayland-3.0.pc gdk-mir-3.0.pc: gdk-3.0.pc +gdk-x11-4.0.pc gdk-win32-4.0.pc gdk-quartz-4.0.pc gdk-broadway-4.0.pc gdk-wayland-4.0.pc gdk-mir-4.0.pc: gdk-4.0.pc rm -f $@ && \ - cp gdk-3.0.pc $@ + cp gdk-4.0.pc $@ pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = gdk-3.0.pc gtk+-3.0.pc gail-3.0.pc -pkgconfig_DATA += ${GDK_BACKENDS:%=gtk+-%-3.0.pc} -pkgconfig_DATA += ${GDK_BACKENDS:%=gdk-%-3.0.pc} +pkgconfig_DATA = gdk-4.0.pc gtk+-4.0.pc gail-4.0.pc +pkgconfig_DATA += ${GDK_BACKENDS:%=gtk+-%-4.0.pc} +pkgconfig_DATA += ${GDK_BACKENDS:%=gdk-%-4.0.pc} if OS_UNIX -pkgconfig_DATA += gtk+-unix-print-3.0.pc +pkgconfig_DATA += gtk+-unix-print-4.0.pc endif DISTCLEANFILES = \ - gtk+-unix-print-3.0.pc \ - gtk+-3.0.pc \ - gtk+-x11-3.0.pc \ - gtk+-win32-3.0.pc \ - gtk+-quartz-3.0.pc \ - gtk+-broadway-3.0.pc \ - gtk+-wayland-3.0.pc \ - gtk+-mir-3.0.pc \ - gdk-3.0.pc \ - gdk-x11-3.0.pc \ - gdk-win32-3.0.pc \ - gdk-quartz-3.0.pc \ - gdk-broadway-3.0.pc \ - gdk-wayland-3.0.pc \ - gdk-mir-3.0.pc \ - gail-3.0.pc \ + gtk+-unix-print-4.0.pc \ + gtk+-4.0.pc \ + gtk+-x11-4.0.pc \ + gtk+-win32-4.0.pc \ + gtk+-quartz-4.0.pc \ + gtk+-broadway-4.0.pc \ + gtk+-wayland-4.0.pc \ + gtk+-mir-4.0.pc \ + gdk-4.0.pc \ + gdk-x11-4.0.pc \ + gdk-win32-4.0.pc \ + gdk-quartz-4.0.pc \ + gdk-broadway-4.0.pc \ + gdk-wayland-4.0.pc \ + gdk-mir-4.0.pc \ + gail-4.0.pc \ config.lt distclean-local: @@ -93,7 +93,7 @@ ChangeLog: .PHONY: ChangeLog uninstall-local: - rm -f $(DESTDIR)$(pkgconfigdir)/gtk+-3.0.pc + rm -f $(DESTDIR)$(pkgconfigdir)/gtk+-4.0.pc AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ |