Mercurial > pidgin
view gtk/pixmaps/buddy_icons/Makefile.mingw @ 15097:060594ebbef9
[gaim-migrate @ 17883]
compile first, commit second
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 02 Dec 2006 23:01:02 +0000 |
parents | 902f3621aa13 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # include ./Makefile.am .PHONY: install install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;