annotate pidgin/pixmaps/icons/Makefile.mingw @ 16142:74b2d576f458

merge of '52a3faed357c462274cac6f2f6359606dd4cdb3d' and 'b5dac556bdc86554ba63bb94268d35f51d2b320f'
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 18:06:49 +0000
parents ded8da3de5f8
children fe792a7b7ee3
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:
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
10 if test '$(SUBDIRS)'; then \
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
11 list='$(SUBDIRS)'; for subdir in $$list; do \
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
12 $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
13 done; \
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
diff changeset
14 fi;