Mercurial > pidgin.yaz
annotate pidgin/pixmaps/tray/32/Makefile.mingw @ 18873:7066896f6628
disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 11 Aug 2007 04:19:32 +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 |