grim/guifications2

depend on automake 1.11 or higher

2010-11-28, Gary Kramlich
18785adbd1d3
depend on automake 1.11 or higher
turned on silent rules
switched automake compatibility to gnu
updated install file for the gnu compatibility change
#
# 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