grim/guifications2

flow: Created branch 'feature/pidgin3_support'.
feature/pidgin3_support
2013-05-23, Gary Kramlich
dfbfeb1c13be
flow: Created branch 'feature/pidgin3_support'.
#
# Makefile.mingw
#
# Description: Makefile for guifications themes
#
DEFAULT_THEME = ./default
MINI_THEME = ./mini
PENGUINS_THEME = ./Penguins
.PHONY: install
install:
$(MAKE) -C $(DEFAULT_THEME) -f Makefile.mingw install
$(MAKE) -C $(MINI_THEME) -f Makefile.mingw install
$(MAKE) -C $(PENGUINS_THEME) -f Makefile.mingw install