grim/guifications1

close this branch since the hg conversion opened it again (this was the original branch name from my initial cvs import back in 2003)
#
# Makefile.mingw
#
# Description: Makefile for guifications pixmaps
#
datadir = ../../../win32-install-dir
include ./Makefile.am
install:
if test '$(guificationsconfpix_DATA)'; then \
mkdir -p $(guificationsconfpixdir); \
cp $(guificationsconfpix_DATA) $(guificationsconfpixdir); \
fi;
if test '$(guificationsbackgroundspix_DATA)'; then \
mkdir -p $(guificationsbackgroundspixdir); \
cp $(guificationsbackgroundspix_DATA) $(guificationsbackgroundspixdir); \
fi;