Mercurial > pidgin.yaz
view pixmaps/protocols/Makefile.mingw @ 6038:78c8b0f636f4
[gaim-migrate @ 6488]
(23:25:54) javabsp: LSchiere2: fixes 753405, " gaim save conversation wipes out existing file
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 06 Jul 2003 03:26:20 +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/protocols 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;