Mercurial > pidgin
view pixmaps/protocols/jabber/Makefile.mingw @ 5062:736a98f23fcc
[gaim-migrate @ 5413]
Yup.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 07 Apr 2003 16:57:44 +0000 |
parents | 5f0385678315 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../../win32-install-dir/pixmaps/gaim/protocols/jabber include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi; if test '$(EXTRA_DIST)'; then \ mkdir -p $(INSTALL_DIR); \ cp $(EXTRA_DIST) $(INSTALL_DIR); \ fi;