Mercurial > pidgin
annotate pixmaps/smileys/default/Makefile.mingw @ 9076:aad506cde4f3
[gaim-migrate @ 9852]
(15:31:48) Matje: LSchiere: in the doc-file you last submitted:
conversataions.
(15:31:55) Matje: care to elaborate what that means? :p
(15:32:17) LSchiere: spelling will be the death of me
(15:32:19) LSchiere: nosnilmot!
...
(16:09:04) nosnilmot: LSchiere:
http://www.nosnilmot.com/patches/gaim-0.78cvs-man-spelling.patch
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 26 May 2004 20:23:07 +0000 |
parents | 5f0385678315 |
children |
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 |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
7 datadir = ../../../win32-install-dir |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
8 include ./Makefile.am |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
9 |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
10 install: |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
11 if test '$(SUBDIRS)'; then \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
12 list='$(SUBDIRS)'; for subdir in $$list; do \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
13 $(MAKE) -C $$subdir -f Makefile.mingw install; \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
14 done; \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
15 fi; |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
16 if test '$(gaimsmileypix_DATA)'; then \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
17 mkdir -p $(gaimsmileypixdir); \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
18 cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
19 fi; |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
20 |