Mercurial > pidgin.yaz
annotate pidgin/pixmaps/tray/Makefile.mingw @ 18710:bdb9c5c8673f
merge of 'd62530e56364e9c7a5f668e2a13a409b5d552545'
and 'efdcb1bc52a95b3d7a37daa2dbb5649c7c5cd770'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Sat, 28 Jul 2007 20:52:06 +0000 |
parents | ded8da3de5f8 |
children |
rev | line source |
---|---|
15728
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
1 # |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
2 # Makefile.mingw |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
3 # |
16039
ded8da3de5f8
This should get all the Win32 Makefiles in line with
Kevin Stange <kevin@simguy.net>
parents:
15728
diff
changeset
|
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps |
15728
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
5 # |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
6 |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
7 include ./Makefile.am |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
8 |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
9 install: |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
10 if test '$(SUBDIRS)'; then \ |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
11 list='$(SUBDIRS)'; for subdir in $$list; do \ |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
12 $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
13 done; \ |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
14 fi; |