annotate pidgin/pixmaps/icons/Makefile.mingw @ 18908:6541b0edee26

Fix some assertion failures, that should really not be assertions. Found by using msimprpl with nullclient.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 12 Aug 2007 18:20:24 +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