Mercurial > pidgin.yaz
annotate pixmaps/protocols/icq/Makefile.mingw @ 5932:bb7723f0b4b9
[gaim-migrate @ 6372]
Changed dll build rules in the mingw makefiles. Plugins will no
longer crash when built with the '-g' compile flag and plugin crashes will
now produce the correct debug info.
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Sat, 21 Jun 2003 01:03:23 +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 INSTALL_DIR = ../../../win32-install-dir/pixmaps/gaim/protocols/icq |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
8 |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
9 include ./Makefile.am |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
10 |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
11 install: |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
12 if test '$(SUBDIRS)'; then \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
13 list='$(SUBDIRS)'; for subdir in $$list; do \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
14 $(MAKE) -C $$subdir -f Makefile.mingw install; \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
15 done; \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
16 fi; |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
17 if test '$(EXTRA_DIST)'; then \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
18 mkdir -p $(INSTALL_DIR); \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
19 cp $(EXTRA_DIST) $(INSTALL_DIR); \ |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
20 fi; |
5f0385678315
[gaim-migrate @ 4573]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
21 |