Mercurial > pidgin.yaz
annotate pidgin/pixmaps/icons/Makefile.mingw @ 20691:f1fe9b873b0b
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 7494c5484079eedcf158172f4208be3f986c068f)
to branch 'im.pidgin.pidgin' (head ead56863984a2925621479326e71927d704eb22c)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 18:23:54 +0000 |
parents | f6b8e720dfea |
children |
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 | 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 | 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 |