Mercurial > pidgin.yaz
view pixmaps/smileys/Makefile.mingw @ 9106:d6e3e05d365e
[gaim-migrate @ 9883]
News from Gary.
I might be breakign the rules here, but I added some things I forgot to my
own news too.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Fri, 28 May 2004 05:32:55 +0000 |
parents | eb6feb00e6f3 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/smileys include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;