Mercurial > pidgin
annotate pixmaps/status/default/Makefile.mingw @ 12339:fdac1c5e6c68
[gaim-migrate @ 14643]
Don't show offline bonjour uses as away. Of course, the only time you
would ever have an offline bonjour user is if you add some random person
to your buddy list
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 05 Dec 2005 03:42:48 +0000 |
parents | f750aa51926d |
children |
rev | line source |
---|---|
4707
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
1 # |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
2 # Makefile.mingw |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
3 # |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
5 # |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
6 |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
7 datadir = ../../../win32-install-dir |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
8 include ./Makefile.am |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
9 |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
10 install: |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
11 if test '$(SUBDIRS)'; then \ |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
12 list='$(SUBDIRS)'; for subdir in $$list; do \ |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
13 $(MAKE) -C $$subdir -f Makefile.mingw install; \ |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
14 done; \ |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
15 fi; |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
16 if test '$(gaimstatuspix_DATA)'; then \ |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
17 mkdir -p $(gaimstatuspixdir); \ |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
18 cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \ |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
19 fi; |
f750aa51926d
[gaim-migrate @ 5018]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
20 |