annotate pidgin/pixmaps/icons/Makefile.mingw @ 20943:e0d7429cfd8a

merge of '4d5bbc54236419e777e3df044678b798605409bf' and 'cca81a1b623d3a31f3a7d03158eddb36ecf4bfbc'
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 15 Oct 2007 02:11:13 +0000
parents f6b8e720dfea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15991
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
1 #
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
2 # Makefile.mingw
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
3 #
16039
ded8da3de5f8 This should get all the Win32 Makefiles in line with
Kevin Stange <kevin@simguy.net>
parents: 15991
diff changeset
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps
15991
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
5 #
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
6
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
7 include ./Makefile.am
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
8
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
9 install:
16474
fe792a7b7ee3 Don't install the pidgin icon on win32 since we use pidgin.ico.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16039
diff changeset
10
fe792a7b7ee3 Don't install the pidgin icon on win32 since we use pidgin.ico.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16039
diff changeset
11 install_real:
15991
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
12 if test '$(SUBDIRS)'; then \
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
13 list='$(SUBDIRS)'; for subdir in $$list; do \
18660
f6b8e720dfea Fix distcheck.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16474
diff changeset
14 if [ "$$subdir" != "22" ]; then \
15991
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
15 $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
18660
f6b8e720dfea Fix distcheck.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16474
diff changeset
16 fi; \
15991
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
17 done; \
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
18 fi;
16474
fe792a7b7ee3 Don't install the pidgin icon on win32 since we use pidgin.ico.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16039
diff changeset
19