Mercurial > pidgin.yaz
view pixmaps/status/default/Makefile.mingw @ 8846:cc4173ae884f
[gaim-migrate @ 9613]
(21:21:08) LSchiere2: i'm tempted to put the top few lines with teddien in the gaim funniest home conversations (up through the "oops")
(21:27:42) Paco-Paco: =do it
(21:27:57) Paco-Paco: don't ask me why that = is there
(21:28:00) Paco-Paco: because I DON'T KNOW
(21:28:17) LSchiere2: lol
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 01 May 2004 01:31:32 +0000 |
parents | f750aa51926d |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # datadir = ../../../win32-install-dir 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 '$(gaimstatuspix_DATA)'; then \ mkdir -p $(gaimstatuspixdir); \ cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \ fi;