annotate pixmaps/smileys/Makefile.mingw @ 10044:86a6d78b070b

[gaim-migrate @ 11003] this is the msn buddy list sync code from the 1.0.0 tree, also from shx. in this patch, i changed one instance of "b" to "buddy" to make it compile. this introduces code to ask the user about discrepances between the local and server lists on msn. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 19 Sep 2004 03:02:28 +0000
parents eb6feb00e6f3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4318
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 #
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 # Makefile.mingw
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 #
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 #
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6
4708
50cea25d0a2c [gaim-migrate @ 5019]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 4318
diff changeset
7 INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/smileys
4318
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 include ./Makefile.am
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 install:
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12 if test '$(SUBDIRS)'; then \
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13 list='$(SUBDIRS)'; for subdir in $$list; do \
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
14 $(MAKE) -C $$subdir -f Makefile.mingw install; \
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
15 done; \
5f0385678315 [gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
16 fi;