Mercurial > pidgin.yaz
annotate pidgin/pixmaps/tray/32/Makefile.mingw @ 20670:6b9e964f0572
merge of 'a5dd91b5d76972cf72a56209503c7e32d71c6e3c'
and 'd33243e8f5347776c81f81a0e4ba3a76ae5505a5'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 28 Sep 2007 01:54:07 +0000 |
parents | 7ac75fe490c2 |
children |
rev | line source |
---|---|
17854
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
1 # |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
2 # Makefile.mingw |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
3 # |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
5 # |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
6 |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
7 PIDGIN_TREE_TOP := ../../../.. |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
9 |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
10 datadir = $(PIDGIN_INSTALL_DIR) |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
11 include ./Makefile.am |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
12 |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
13 .PHONY: install |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
14 |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
15 install: |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
16 if test '$(pidgintraypix_DATA)'; then \ |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
17 mkdir -p $(pidgintraypixdir); \ |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
18 cp $(pidgintraypix_DATA) $(pidgintraypixdir); \ |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
19 fi; |
7ac75fe490c2
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff
changeset
|
20 |